hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
1
2
3
4
5
option(ENABLE_VPROC "Enable video process" ON)
if( ENABLE_VPROC )
    set(HAVE_VPROC true)
    add_definitions(-DHAVE_VPROC)
endif()