Warning, /graphics/digikam/project/bundles/3rdparty/ext_libde265/libde265-lib-only.patch is written in an unsupported language. File is not indexed.
0001 diff --git a/CMakeLists.txt b/CMakeLists.txt 0002 index 5a337481..c4be887c 100644 0003 --- a/CMakeLists.txt 0004 +++ b/CMakeLists.txt 0005 @@ -63,8 +63,8 @@ option(ENABLE_ENCODER "Enable Encoder" OFF) 0006 0007 add_subdirectory (libde265) 0008 if (ENABLE_DECODER) 0009 - add_subdirectory (dec265) 0010 +# add_subdirectory (dec265) 0011 endif() 0012 if (ENABLE_ENCODER) 0013 - add_subdirectory (enc265) 0014 +# add_subdirectory (enc265) 0015 endif()