Skip to content

Commit

Permalink
Update Linux SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed May 14, 2024
1 parent 8f717d9 commit 0c95802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scripts/build_vfxplatform_sdk03.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/run_vfxplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0c95802

Please sign in to comment.