obs-v4l2sink icon indicating copy to clipboard operation
obs-v4l2sink copied to clipboard

cmake issue

Open DevLimbani09 opened this issue 4 years ago • 4 comments

On running: cmake -DLIBOBS_INCLUDE_DIR="../../obs-studio/libobs" -DCMAKE_INSTALL_PREFIX=/usr ..

Output:

CMake Error at external/FindLibObs.cmake:98 (include):
  include could not find load file:

    /home/devl09/OBS/obs-studio/libobs/../cmake/external/ObsPluginHelpers.cmake
Call Stack (most recent call first):
  CMakeLists.txt:5 (include)


-- Configuring incomplete, errors occurred!
See also "/home/devl09/OBS/obs-v4l2sink/build/CMakeFiles/CMakeOutput.log".

DevLimbani09 avatar Sep 09 '20 11:09 DevLimbani09

i had the same issue to, trying to find a way to fix it

JuraiAndou avatar Sep 21 '20 20:09 JuraiAndou

Installing libobs-dev via apt install libobs-dev fixed this problem for me. Original answer

Thanks @rayrrr for pointing out a mistake in my post before the edit.

applesud avatar Sep 21 '20 22:09 applesud

the package name is actually libobs-dev...that worked for me. Thanks @applesud !

rayrrr avatar Sep 29 '20 04:09 rayrrr

I have the same issue, even with libobs-dev being installed.

nyovaya avatar Jan 02 '21 12:01 nyovaya