mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 18:49:06 +08:00
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")
|