Fix prd build

This commit is contained in:
Jerome Wu
2022-10-05 10:05:10 +08:00
parent 3de5af2cf3
commit 4369aaf208
3 changed files with 20 additions and 3 deletions

View File

@@ -4,10 +4,11 @@ set -euo pipefail
CONF_FLAGS=(
--prefix=$INSTALL_DIR # install library in a build directory for FFmpeg to include
--host=i686-gnu # use i686 linux
--host=i686-none # use i686 unknown
--enable-shared=no # not to build shared library
--disable-asm # not to use asm
--disable-rtcd # not to detect cpu capabilities
--disable-intrinsics # not to use intrinsics
--disable-doc # not to build docs
--disable-extra-programs # not to build demo and tests
--disable-stack-protector