Skip to content

Commit 5530002

Browse files
committed
Update TopazLabs libraries, pin ffplay SDL2 to last SDL 2.0 version until ffmpeg update to SDL 3
1 parent 64291fe commit 5530002

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ START_TIME=$(currentTimeInSeconds)
259259
if [[ "${ENABLE_TOPAZ}" == "TRUE" ]]
260260
then
261261
echoSection "compile ffmpeg with topaz"
262-
$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
262+
$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
263263
else
264264
echoSection "compile ffmpeg"
265265
$SCRIPT_DIR/build-ffmpeg.sh "$SCRIPT_DIR" "$WORKING_DIR" "$TOOL_DIR" "$OUT_DIR" "$CPUS" "6.0" > "$WORKING_DIR/build-ffmpeg.log" 2>&1

build/build-ffmpeg-topaz.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ download_code () {
4242

4343

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

4848
tar -xJf topaz-redist_ffmpeg.txz

build/build-sdl2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ download_code() {
3131
checkStatus $? "change directory failed"
3232

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

3737
}

0 commit comments

Comments
 (0)