Skip to content

Commit

Permalink
Disable JPEG finding in libyuv
Browse files Browse the repository at this point in the history
This is to prevent extra files in libyuv to be built and
have a dependency order problem.
  • Loading branch information
vrabaud committed Oct 2, 2024
1 parent 84b8865 commit 334c4b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/Modules/LocalLibyuv.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ else()
GIT_REPOSITORY "https://chromium.googlesource.com/libyuv/libyuv"
BINARY_DIR "${LIBYUV_BINARY_DIR}"
GIT_TAG "${AVIF_LOCAL_LIBYUV_TAG}"
PATCH_COMMAND sed -i.bak -e "s:find_package.*(.*JPEG.*)::" CMakeLists.txt
UPDATE_COMMAND ""
)

Expand Down

0 comments on commit 334c4b9

Please sign in to comment.