Changeset eeca8b164f0661bc9104743557253e2b1bb97fca
- 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
| r46d0c69 |
reeca8b1 |
|
| 2162 | 2162 | |
|---|
| 2163 | 2163 | .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/) |
|---|
| 2165 | 2165 | $(INSTALL_NAME) |
|---|
| 2166 | 2166 | touch $@ |
|---|