Skip to content

Commit

Permalink
cmake: Enable ENABLE_HEVC by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jpark37 authored and jp9000 committed Jul 24, 2022
1 parent 70f33f7 commit 1aae05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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()
Expand Down

0 comments on commit 1aae05b

Please sign in to comment.