[vlc-devel] commit: Don't build FFmpeg filters and network, we don't need those. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Sep 9 22:02:11 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep 9 13:03:06 2008 -0700| [0489969eb4795e4b7b7220d402d59eba0fd796a9] | committer: Jean-Baptiste Kempf
Don't build FFmpeg filters and network, we don't need those.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0489969eb4795e4b7b7220d402d59eba0fd796a9
---
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 f681c8b..849c4d3 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1111,7 +1111,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 --disable-protocols --disable-shared --enable-static && 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 --disable-network --disable-filters --disable-shared --enable-static && make && make install-libs install-headers)
touch $@
ifdef SVN
More information about the vlc-devel
mailing list