]> git.sesse.net Git - vlc/commitdiff
Contrib: explicitely tell ffmpeg to disable shared and enable static libraries
authorPavlov Konstantin <thresh@videolan.org>
Fri, 20 Jun 2008 20:28:45 +0000 (00:28 +0400)
committerPavlov Konstantin <thresh@videolan.org>
Fri, 20 Jun 2008 20:48:50 +0000 (00:48 +0400)
to produce well-formed pkg-config files.

extras/contrib/src/Makefile

index 3a005dcaedab482741ce2e5a31e0edfa22fcdc58..18b6f4e760d95b24f4ee747bf10def001ef00c4d 100644 (file)
@@ -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