File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ START_TIME=$(currentTimeInSeconds)
259
259
if [[ " ${ENABLE_TOPAZ} " == " TRUE" ]]
260
260
then
261
261
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
263
263
else
264
264
echoSection " compile ffmpeg"
265
265
$SCRIPT_DIR /build-ffmpeg.sh " $SCRIPT_DIR " " $WORKING_DIR " " $TOOL_DIR " " $OUT_DIR " " $CPUS " " 6.0" > " $WORKING_DIR /build-ffmpeg.log" 2>&1
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ download_code () {
42
42
43
43
44
44
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
46
46
checkStatus $? " download of ${SOFTWARE} librariesfailed"
47
47
48
48
tar -xJf topaz-redist_ffmpeg.txz
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ download_code() {
31
31
checkStatus $? " change directory failed"
32
32
33
33
# 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
35
35
checkStatus $? " download of $SOFTWARE failed"
36
36
37
37
}
You can’t perform that action at this time.
0 commit comments