Skip to content

Commit 18022e6

Browse files
committed
Update to latest Topaz libraries
1 parent 8ba3a59 commit 18022e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ START_TIME=$(currentTimeInSeconds)
303303
if [[ "${ENABLE_TOPAZ}" == "TRUE" ]]
304304
then
305305
echoSection "compile ffmpeg with topaz"
306-
$SCRIPT_DIR/build-ffmpeg-topaz.sh "$SCRIPT_DIR" "$WORKING_DIR" "$TOOL_DIR" "$OUT_DIR" "$CPUS" "6.0.1.22" > "$WORKING_DIR/build-ffmpeg-topaz.log" 2>&1
306+
$SCRIPT_DIR/build-ffmpeg-topaz.sh "$SCRIPT_DIR" "$WORKING_DIR" "$TOOL_DIR" "$OUT_DIR" "$CPUS" "6.1.0.8" > "$WORKING_DIR/build-ffmpeg-topaz.log" 2>&1
307307
else
308308
echoSection "compile ffmpeg"
309309
$SCRIPT_DIR/build-ffmpeg.sh "$SCRIPT_DIR" "$WORKING_DIR" "$TOOL_DIR" "$OUT_DIR" "$CPUS" "6.0" > "$WORKING_DIR/build-ffmpeg.log" 2>&1

0 commit comments

Comments
 (0)