Skip to content

Commit

Permalink
Disable JPEG finding in libyuv (#2459)
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 authored Oct 2, 2024
1 parent 84b8865 commit fd66e9d
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 fd66e9d

Please sign in to comment.