Skip to content

Commit

Permalink
cmake: don't look for libsharpyuv. SDL_image provides it.
Browse files Browse the repository at this point in the history
(this change breaks standalone building of libwebp)
  • Loading branch information
madebr authored and sezero committed Dec 11, 2023
1 parent 45bdc8c commit 2f8cd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ if(AVIF_LOCAL_LIBSHARPYUV)
endif()
set(libsharpyuv_FOUND TRUE)
else(AVIF_LOCAL_LIBSHARPYUV)
find_package(libsharpyuv QUIET) # not required
# find_package(libsharpyuv QUIET) # SDL_image provides libsharpyuv through libwebp
endif()
if(LIBAVIF_WITH_SHARPYUV_SDLIMAGE) #Control sharpyuv through sdl_image
message(STATUS "libavif: libsharpyuv found; sharp rgb to yuv conversion enabled.")
Expand Down

0 comments on commit 2f8cd60

Please sign in to comment.