CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230

luansouza

New Member
xr.png


I can't use obs because it doesn't have LibAJANTV2, I looked in hell and didn't find it.

System : Freebsd
 

Tuna

Member
Check the CMakeCache.txt file in your build directory and disable the AJA plugin:

Code:
//Build OBS with aja support
ENABLE_AJA:BOOL=FALSE
 

luansouza

New Member
Check the CMakeCache.txt file in your build directory and disable the AJA plugin:

Code:
//Build OBS with aja support
ENABLE_AJA:BOOL=FALSE
thanks for the help, now I have other problems, the obs no audio and the microphone doesn't work on freebsd.
 
Top