]> git.sesse.net Git - vlc/commitdiff
No need for FFmpeg protocols.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 30 Mar 2008 01:18:17 +0000 (18:18 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 30 Mar 2008 01:18:17 +0000 (18:18 -0700)
extras/contrib/src/Makefile

index 68bee584a8ac5600b46e099153e969fa1933f712..aa21b2e7245ad5ec738b29e21c6789412045ba08 100644 (file)
@@ -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