mirror of https://github.com/google/oss-fuzz.git
ffmpeg: disable crc checking in libogg (#1896)
This commit is contained in:
parent
e829df5f36
commit
26af3160ad
|
@ -106,7 +106,7 @@ make install
|
|||
|
||||
cd $SRC/ogg
|
||||
./autogen.sh
|
||||
./configure --prefix="$FFMPEG_DEPS_PATH" --enable-static
|
||||
./configure --prefix="$FFMPEG_DEPS_PATH" --enable-static --disable-crc
|
||||
make clean
|
||||
make -j$(nproc)
|
||||
make install
|
||||
|
|
Loading…
Reference in New Issue