[vlc-devel] commit: No need for FFmpeg protocols. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Mar 30 03:17:14 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 29 18:18:17 2008 -0700| [6e24e77abe616884db3bf2e5e46ff6dda394c469]
No need for FFmpeg protocols.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6e24e77abe616884db3bf2e5e46ff6dda394c469
---
extras/contrib/src/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 68bee58..aa21b2e 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1083,7 +1083,7 @@ else
endif
endif
- (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)
+ (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 --disable-protocols && make && make install-libs install-headers)
touch $@
ifdef SVN
More information about the vlc-devel
mailing list