Skip to content

Commit

Permalink
Update TopazLabs libraries, pin ffplay SDL2 to last SDL 2.0 version u…
Browse files Browse the repository at this point in the history
…ntil ffmpeg update to SDL 3
  • Loading branch information
Vargol committed Jul 3, 2023
1 parent 64291fe commit 5530002
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ START_TIME=$(currentTimeInSeconds)
if [[ "${ENABLE_TOPAZ}" == "TRUE" ]]
then
echoSection "compile ffmpeg with topaz"
$SCRIPT_DIR/build-ffmpeg-topaz.sh "$SCRIPT_DIR" "$WORKING_DIR" "$TOOL_DIR" "$OUT_DIR" "$CPUS" "6.0.0.6" > "$WORKING_DIR/build-ffmpeg-topaz.log" 2>&1
$SCRIPT_DIR/build-ffmpeg-topaz.sh "$SCRIPT_DIR" "$WORKING_DIR" "$TOOL_DIR" "$OUT_DIR" "$CPUS" "6.0.1.9" > "$WORKING_DIR/build-ffmpeg-topaz.log" 2>&1
else
echoSection "compile ffmpeg"
$SCRIPT_DIR/build-ffmpeg.sh "$SCRIPT_DIR" "$WORKING_DIR" "$TOOL_DIR" "$OUT_DIR" "$CPUS" "6.0" > "$WORKING_DIR/build-ffmpeg.log" 2>&1
Expand Down
2 changes: 1 addition & 1 deletion build/build-ffmpeg-topaz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ download_code () {


cd ..
curl -Lo topaz-redist_ffmpeg.txz https://github.com/TopazLabs/FFmpeg/releases/download/topaz-v${6}/topaz-ffmpeg-redist-${6}-mac.txz
curl -Lo topaz-redist_ffmpeg.txz https://github.com/TopazLabs/FFmpeg/releases/download/topaz-v${6}/topaz-ffmpeg-redist-${6}-mac.tar.xz
checkStatus $? "download of ${SOFTWARE} librariesfailed"

tar -xJf topaz-redist_ffmpeg.txz
Expand Down
2 changes: 1 addition & 1 deletion build/build-sdl2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ download_code() {
checkStatus $? "change directory failed"

# download source
git clone https://github.com/libsdl-org/SDL.git
git clone -b release-2.28.0 https://github.com/libsdl-org/SDL.git
checkStatus $? "download of $SOFTWARE failed"

}
Expand Down

0 comments on commit 5530002

Please sign in to comment.