CatxFish / obs-v4l2sink

obs studio output plugin for Video4Linux2 device
GNU General Public License v2.0
927 stars 97 forks source link

cmake issue #74

Open DevLimbani09 opened 3 years ago

DevLimbani09 commented 3 years ago

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".
JuraiAndou commented 3 years ago

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

applesud commented 3 years ago

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.

rayrrr commented 3 years ago

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

nyovaya commented 3 years ago

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