Skip to content

Commit

Permalink
Ooops, accidently removed fdk-acc, add it back and add it to the Topa…
Browse files Browse the repository at this point in the history
…z compatible build too
  • Loading branch information
Vargol committed May 1, 2023
1 parent 92fe11d commit 4f17973
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ $SCRIPT_DIR/build-libass.sh "$SCRIPT_DIR" "$WORKING_DIR" "$TOOL_DIR" "$CPUS" "0.
checkStatus $? "build libass"
echoDurationInSections $START_TIME

START_TIME=$(currentTimeInSeconds)
echoSection "compile fdk-aac"
$SCRIPT_DIR/build-fdk-aac.sh "$SCRIPT_DIR" "$WORKING_DIR" "$TOOL_DIR" "2.0.2" > "$WORKING_DIR/build-fdk-aac.log" 2>&1
checkStatus $? "build fdk-aac"
echoDurationInSections $START_TIME

START_TIME=$(currentTimeInSeconds)
echoSection "compile x265"
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 @@ -79,7 +79,7 @@ configure_build () {
--enable-libaom --enable-libx264 --enable-libx265 --enable-libvpx \
--enable-libmp3lame --enable-libopus --enable-neon --enable-runtime-cpudetect \
--enable-audiotoolbox --enable-videotoolbox --enable-libvorbis --enable-libsvtav1 \
--enable-libass --enable-opencl ${FFMPEG_EXTRAS} --enable-tvai
--enable-libass --enable-opencl ${FFMPEG_EXTRAS} --enable-tvai --enable-nonfree --enable-libfdk-aac
# --enable-libass --enable-lto --enable-libopenh264 --enable-opencl ${FFMPEG_EXTRAS}

checkStatus $? "configuration of ${SOFTWARE} failed"
Expand Down

0 comments on commit 4f17973

Please sign in to comment.