mirror of https://github.com/google/oss-fuzz.git
[FFmpeg] projects/ffmpeg/build: disable demuxers only used for network protocols (#3942)
Network protocols are disabled during build so it makes no sense to enable these Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ff19309fda
commit
2c4e8ca837
|
@ -139,6 +139,7 @@ PKG_CONFIG_PATH="$FFMPEG_DEPS_PATH/lib/pkgconfig" ./configure \
|
|||
--enable-nonfree \
|
||||
--disable-muxers \
|
||||
--disable-protocols \
|
||||
--disable-demuxer=rtp,rtsp,sdp \
|
||||
--disable-devices \
|
||||
--disable-shared
|
||||
make clean
|
||||
|
|
Loading…
Reference in New Issue