CatxFish / obs-v4l2sink

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

WIP: Update library path for new versions of OBS #87

Open josephgeis opened 3 years ago

josephgeis commented 3 years ago

Fixes #86

h1z1 commented 3 years ago

Won't that break non ubuntu users?

josephgeis commented 3 years ago

It doesn't break for Debian necessarily, but good point about other distros. Plus, there's other architectures too that don't use that.

I'll just leave this PR open for now and revise it after later research.

h1z1 commented 3 years ago

CMake should be picking that path up. Take a look at the GNUInstallDirs module.