[flac] Disable CRC checks in ogg container (#7310)

This commit is contained in:
Martijn van Beurden 2022-02-21 17:04:30 +01:00 committed by GitHub
parent 15e56374d8
commit 0df5e7b233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ export CXXFLAGS="$CXXFLAGS -D_GLIBCXX_DEBUG"
mkdir $SRC/libogg-install
cd $SRC/ogg
./autogen.sh
./configure --prefix="$SRC/libogg-install"
./configure --disable-crc --prefix="$SRC/libogg-install"
make -j$(nproc)
make install