Skip to content

Commit

Permalink
libavif: install libyuv
Browse files Browse the repository at this point in the history
libavif recently change it to required by default
  • Loading branch information
1480c1 committed Feb 23, 2024
1 parent 0c68912 commit 0e6c55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/media-suite_compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ if [[ $libavif = y ]] && {
# chop off any .lib suffixes that is attached to a library name
grep_and_sed '\.lib' CMakeLists.txt 's|(\w)\.lib\b|\1|g'
do_uninstall "${_check[@]}"
do_pacman_install libjpeg-turbo
do_pacman_install libjpeg-turbo libyuv
extracommands=()
pc_exists "dav1d" && extracommands+=("-DAVIF_CODEC_DAV1D=ON")
pc_exists "rav1e" && extracommands+=("-DAVIF_CODEC_RAV1E=ON")
Expand Down

0 comments on commit 0e6c55a

Please sign in to comment.