CatxFish / obs-v4l2sink

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

Not compiling #81

Closed kevyyar closed 3 years ago

kevyyar commented 3 years ago

Sorry had to reopen this issues because cmake -DCMAKE_INSTALL_PREFIX=/usr .. command is not working. I've seeing other fixes like installing sudo apt install libobs-dev but I still get the same error.

`user@user:~/obs-v4l2sink/build$ cmake -DCMAKE_INSTALL_PREFIX=/usr .. -- Could NOT find Libobs (missing: LIBOBS_INCLUDE_DIR) 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/kevin/obs-v4l2sink/build/CMakeFiles/CMakeOutput.log".`

user@user:~/obs-v4l2sink/build$ sudo apt install libobs-dev Reading package lists... Done Building dependency tree Reading state information... Done libobs-dev is already the newest version (25.0.3+dfsg1-2). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Any1 have a fix?

kevyyar commented 3 years ago

Never mind im stupid.. Fixed it