Changeset eeca8b164f0661bc9104743557253e2b1bb97fca

Show
Ignore:
Timestamp:
24/09/07 08:48:21 (1 year ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1190616501 +0000
git-parent:

[68456f6755c903d008e5efc0695e1f4957f9d3b8]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1190616501 +0000
Message:

Contrib: pthreads add a verbose flag to help debuging the pthreads + x264 problems.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Makefile

    r46d0c69 reeca8b1  
    21622162 
    21632163.pthreads: pthreads 
    2164     (cd $<; $(HOSTCC) make $(PTHREADSCONF) GC-static && cp pthread.h sched.h semaphore.h $(PREFIX)/include/ && cp *.a $(PREFIX)/lib/) 
     2164    (cd $<; $(HOSTCC) make $(PTHREADSCONF) GC-static && cp -v pthread.h sched.h semaphore.h $(PREFIX)/include/ && cp -v *.a $(PREFIX)/lib/) 
    21652165    $(INSTALL_NAME) 
    21662166    touch $@