cmake: Enable ENABLE_HEVC by default

master
jpark37 2022-06-15 09:49:21 -07:00 committed by Jim
parent 70f33f7794
commit 1aae05bd70
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if(NOT CMAKE_BUILD_TYPE)
endif()
# Global project options
option(ENABLE_HEVC "Enable HEVC encoders" OFF)
option(ENABLE_HEVC "Enable HEVC encoders" ON)
if(ENABLE_HEVC)
add_compile_definitions(ENABLE_HEVC)
endif()