aboutsummaryrefslogtreecommitdiff
path: root/ports/libheif/disable-depend-dav1d.patch
blob: 88859272e6e7132ee8127a731ffbf009fe721039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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")