diff --git a/src/scripts/build_vfxplatform_sdk03.sh b/src/scripts/build_vfxplatform_sdk03.sh index 6b67c755c..509333fd2 100755 --- a/src/scripts/build_vfxplatform_sdk03.sh +++ b/src/scripts/build_vfxplatform_sdk03.sh @@ -42,7 +42,7 @@ LSMASH_V=2.14.5 X264_V=20180806-2245 X265_V=3.5 AOM_V=3.6.1 -FFMPEG_V=4.4.4 +FFMPEG_V=4.2.9 export PATH="${SDK}/bin:${PATH}" export PKG_CONFIG_PATH="${SDK}/lib/pkgconfig" diff --git a/src/scripts/run_vfxplatform.sh b/src/scripts/run_vfxplatform.sh index cac36f052..69f1bc0be 100755 --- a/src/scripts/run_vfxplatform.sh +++ b/src/scripts/run_vfxplatform.sh @@ -28,7 +28,7 @@ TAG=${TAG:-""} MKJOBS=${MKJOBS:-32} ONLY_SDK=${ONLY_SDK:-0} DOWNLOAD_SDK=${DOWNLOAD_SDK:-0} -SDK_VERSION="20240501" +SDK_VERSION="20240512" TAR_VERSION=${TAR_VERSION:-""} DOCKER="docker run"