dimtpap / obs-pipewire-audio-capture

🔊 Audio device and application capture for OBS Studio using PipeWire
https://obsproject.com/forum/resources/pipewire-audio-capture.1458/
GNU General Public License v2.0
298 stars 9 forks source link

Build on openSUSE Tumbleweed installs to wrong location #51

Closed hendersj closed 3 months ago

hendersj commented 4 months ago

I built this plugin yesterday for my OBS build on openSUSE Tumbleweed, and the results of sudo make install copied linux-pipewire-audio.so to /usr/lib/obs-plugins/ instead of to /usr/lib64/obs-plugins/, resulting it the plugin not showing up in obs. Moving it manually to the proper location resolved the issue for me, but the build script probably needs to be updated to place this in the proper directory (or the instructions need to be updated to explain how to tell it the proper location).

RiQuY commented 3 months ago

Same behaviour in my system, openSUSE Tumbleweed too.

dimtpap commented 3 months ago

It should default to the correct one now. If not, set CMAKE_INSTALL_LIBDIR during the config step.