I followed the instructions, but cmake couldn't find libobs:
$ cmake -DLIBOBS_INCLUDE_DIR="../../obs-studio/libobs" -DCMAKE_INSTALL_PREFIX=/usr ..
-- Could NOT find Libobs (missing: LIBOBS_LIB)
CMake Error at external/FindLibObs.cmake:106 (message):
Could not find the libobs library
Call Stack (most recent call first):
CMakeLists.txt:5 (include)
-- Configuring incomplete, errors occurred!
See also "/home/oatman/Downloads/obs-v4l2sink/build/CMakeFiles/CMakeOutput.log".
I followed the instructions, but cmake couldn't find libobs:
But the libobs IS in that directory:
The way to solve it for me, was to install the PPA version of obs-studio, then it spookily was able to be built.
¯\_(ツ)_/¯