[vlc-devel] commit: Contrib: explicitely tell ffmpeg to disable shared and enable static libraries ( Pavlov Konstantin )
git version control
git at videolan.org
Fri Jun 20 22:47:08 CEST 2008
vlc | branch: master | Pavlov Konstantin <thresh at videolan.org> | Sat Jun 21 00:28:45 2008 +0400| [dcd84049bf607c196397d999c18dab32fa65b1e6]
Contrib: explicitely tell ffmpeg to disable shared and enable static libraries
to produce well-formed pkg-config files.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dcd84049bf607c196397d999c18dab32fa65b1e6
---
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 3a005dc..18b6f4e 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1108,7 +1108,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 && 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-shared --enable-static && make && make install-libs install-headers)
touch $@
ifdef SVN
More information about the vlc-devel
mailing list