From 9b5e8cfaaa68b7478021cdb5b00ff0156a4f480b Mon Sep 17 00:00:00 2001 From: Levon Gevorgyan Date: Sat, 22 Feb 2025 22:36:41 -0600 Subject: [PATCH] add rpath and skip building dovi/hdr10plus tools --- scripts/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index baeb68d..4bb7a72 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -173,6 +173,7 @@ check_for_rebuild() { # prefix to install PREFIX='/usr/local' +FFMPEG_CONFIGURE_OPT+="--enable-rpath " # lto mess if [[ "$BUILD_LTO" == 'Y' ]]; then @@ -207,7 +208,6 @@ fi # for MacOs / Darwin if [ "$(uname)" == "Darwin" ] ; then COMP_FLAGS+=" -I${PREFIX}/include" - FFMPEG_CONFIGURE_OPT+="--enable-rpath " THREADS="$(sysctl -n hw.ncpu)" fi @@ -409,8 +409,8 @@ build_svt_av1() { if [[ "$BUILD_PSY" == "Y" ]]; then - build_dovi || exit 1 - build_hdr10plus || exit 1 + # build_dovi || exit 1 + # build_hdr10plus || exit 1 build_svt_av1_psy || exit 1 else build_svt_av1 || exit 1