Changeset f77ac5c87be84dcf2a19c4324b59e12ccba6b9f7
- Timestamp:
- 06/09/07 18:04:14
(1 year ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1189094654 +0000
- git-parent:
[c38022814418359cf98be5fd60a2ab389a22e87a]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1189094654 +0000
- Message:
Contribs: don't disable network, since it breaks libavformat compilation, especially on Windaube.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8f2310f |
rf77ac5c |
|
| 1036 | 1036 | endif |
|---|
| 1037 | 1037 | endif |
|---|
| 1038 | | (cd $<; $(HOSTCC) ./configure $(FFMPEGCONF) --prefix=$(PREFIX) --extra-cflags="$(CFLAGS) $(FFMPEG_CFLAGS) -DRUNTIME_CPUDETECT" --extra-ldflags="$(LDFLAGS)" --enable-gpl --enable-pp --disable-vhook --disable-ffserver --disable-ffmpeg --disable-network --disable-ffplay && make && make install-libs install-headers) |
|---|
| | 1038 | (cd $<; $(HOSTCC) ./configure $(FFMPEGCONF) --prefix=$(PREFIX) --extra-cflags="$(CFLAGS) $(FFMPEG_CFLAGS) -DRUNTIME_CPUDETECT" --extra-ldflags="$(LDFLAGS)" --enable-gpl --enable-pp --disable-vhook --disable-ffserver --disable-ffmpeg --disable-ffplay && make && make install-libs install-headers) |
|---|
| 1039 | 1039 | touch $@ |
|---|
| 1040 | 1040 | |
|---|