Open RedrcknRbn opened 1 year ago
It seems like header files for OBS is missing. It's called libobs-dev
in Debian, maybe there is some analogue for ArchLinux.
Someone suggested a workaround. The required changes are:
LibObs
to libobs
at CMakeLists.txt
/usr/include/obs
is part of the include paths.I'm not sure how the other OBS plugins handle those. I know both obs-move-transition and obs-ptz both use the lower-case libobs
, but I couldn't find how the include paths are set (1) (2), mostly because I'm not familiar with CMake.
Checking the file list for both Arch's obs-studio and Debian's libobs-dev, I can see both include cmake/libobs/libobs*
(lower-case libobs
), and both install the C headers to /usr/include/obs/
.
When attempting to do
cmake ..
, it gives the following result: