mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 21:49:00 +08:00
51a4dd1442
* [vcpkg baseline][libheif] Fix build failure on OSX * update version record
15 lines
321 B
Diff
15 lines
321 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 05afd5d..1e7f36f 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -65,7 +65,9 @@ if (WITH_AOM)
|
|
find_package(LibAOM)
|
|
endif()
|
|
find_package(Rav1e)
|
|
+if (WITH_DAV1D)
|
|
find_package(Dav1d)
|
|
+endif()
|
|
|
|
if (LIBDE265_FOUND)
|
|
message("HEIF decoder, libde265: found")
|