[vlc-devel] commit: Ffmpeg moved from --enable-pp to --enable-postproc ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat Mar 8 21:43:10 CET 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 8 12:39:48 2008 -0800| [072a6e00deaed4c5c237aab3f5b9233f5686e8b3]
Ffmpeg moved from --enable-pp to --enable-postproc
Once again, very nicely handled...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=072a6e00deaed4c5c237aab3f5b9233f5686e8b3
---
extras/contrib/src/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 0bca22c..12d032e 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1058,7 +1058,8 @@ else
.ffmpeg: ffmpeg .faac .lame
endif
endif
- (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 --disable-devices && make && make install-libs install-headers)
+
+ (cd $<; $(HOSTCC) ./configure $(FFMPEGCONF) --prefix=$(PREFIX) --extra-cflags="$(CFLAGS) $(FFMPEG_CFLAGS) -DRUNTIME_CPUDETECT" --extra-ldflags="$(LDFLAGS)" --enable-gpl --enable-postproc --disable-vhook --disable-ffserver --disable-ffmpeg --disable-ffplay --disable-devices && make && make install-libs install-headers)
touch $@
ifdef SVN
@@ -1069,7 +1070,7 @@ SOURCE += ffmpeg-source
endif
CLEAN_FILE += .ffmpeg
-CLEAN_PKG += ffmpeg ffmpeg.cvs
+CLEAN_PKG += ffmpeg
DISTCLEAN_PKG += ffmpeg-$(FFMPEG_VERSION).tar.gz
# ***************************************************************************
More information about the vlc-devel
mailing list