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