mirror of https://github.com/google/oss-fuzz.git
Remove unneeded enable-ossfuzz flag, fixes #568
This commit is contained in:
parent
3baa34c81f
commit
a83ce13c54
|
@ -150,7 +150,6 @@ PKG_CONFIG_PATH="$FFMPEG_DEPS_PATH/lib/pkgconfig" ./configure \
|
|||
--extra-ldflags="-L$FFMPEG_DEPS_PATH/lib" \
|
||||
--prefix="$FFMPEG_DEPS_PATH" \
|
||||
--pkg-config-flags="--static" \
|
||||
--enable-ossfuzz \
|
||||
--libfuzzer=-lFuzzingEngine \
|
||||
--optflags=-O1 \
|
||||
--enable-gpl \
|
||||
|
|
Loading…
Reference in New Issue