ffmpeg: disable crc checking in libogg (#1896)

This commit is contained in:
Tristan Matthews 2018-10-24 09:36:03 -04:00 committed by Abhishek Arya
parent e829df5f36
commit 26af3160ad
1 changed files with 1 additions and 1 deletions

View File

@ -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