ffmpeg 4.2: Remove --enable-libass.

Build fails on GCC2:
ERROR: libass not found using pkg-config
This commit is contained in:
waddlesplash
2022-07-07 22:33:31 -04:00
committed by GitHub
parent f41849b063
commit 9aa29de392

View File

@@ -285,7 +285,7 @@ BUILD()
export CFLAGS="-isystem$(pwd) -isystem$(pwd)/os -isystem$(pwd)/config"
export LDFLAGS="$baseLDFLAGS $(pwd)/gcc_runtime.o"
else
extraArgs="--enable-libass \
extraArgs=" \
--enable-libfdk-aac \
--enable-fontconfig \
--enable-libfreetype \