CatxFish / obs-v4l2sink

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

Fix build #61

Open aleixpol opened 3 years ago

aleixpol commented 3 years ago

Fixes the build on my system where it was requiring me to define LIBOBS_INCLUDE_DIR instead of just find the right LibObsConfig.cmake file.

kwizart commented 3 years ago

I've made the same fix locally for cmake. I think it's good.

One missing change would be how to set the libdir as appropriate.

About the change from bool to void, this looks a very different thing. Would you mind to send a separate PR for this? (btw: I'm not a project maintainer).