Lines 196-202
Link Here
|
196 |
add_definitions(-qinline=level=10 -qpath=IL:/data/video_files/latest.tpo/) |
196 |
add_definitions(-qinline=level=10 -qpath=IL:/data/video_files/latest.tpo/) |
197 |
endif() |
197 |
endif() |
198 |
# this option is to enable the inclusion of dynamic HDR10 library to the libx265 compilation |
198 |
# this option is to enable the inclusion of dynamic HDR10 library to the libx265 compilation |
199 |
option(ENABLE_HDR10_PLUS "Enable dynamic HDR10 compilation" OFF) |
199 |
option(ENABLE_HDR10_PLUS "Enable dynamic HDR10 compilation" ON) |
200 |
if(MSVC AND (MSVC_VERSION LESS 1800) AND ENABLE_HDR10_PLUS) |
200 |
if(MSVC AND (MSVC_VERSION LESS 1800) AND ENABLE_HDR10_PLUS) |
201 |
message(FATAL_ERROR "MSVC version 12.0 or above required to support hdr10plus") |
201 |
message(FATAL_ERROR "MSVC version 12.0 or above required to support hdr10plus") |
202 |
endif() |
202 |
endif() |