1option(ENABLE_VPROC "Enable video process" ON) 2if( ENABLE_VPROC ) 3 set(HAVE_VPROC true) 4 add_definitions(-DHAVE_VPROC) 5endif() 6