Allows the ability to enable HEVC encoders whenever we add them. Disabled by default for now for obvious reasons.
@@ -32,6 +32,7 @@ if(NOT CMAKE_BUILD_TYPE)
endif()
# Global project options
+option(ENABLE_HEVC "Enable HEVC encoders" OFF)
option(BUILD_FOR_DISTRIBUTION "Build for distribution (enables optimisations)"
OFF)
option(ENABLE_UI "Enable building with UI (requires Qt)" ON)
@@ -15,3 +15,4 @@
#endif
#define ENABLE_FFMPEG_LOGGING @ENABLE_FFMPEG_LOGGING@
+#define ENABLE_HEVC @ENABLE_HEVC@