univrsal / spectralizer

Audio visualizer plugin for obs-studio
GNU General Public License v2.0
588 stars 57 forks source link

1.3.1 installs plugin into a wrong directory #43

Closed yurivict closed 3 years ago

yurivict commented 3 years ago

1.2 installed it into lib/obs-plugins/spectralizer.so where it is looked at. 1.3.1 installs it into spectralizer/bin/64bit/spectralizer.so where obs-studio doesn't look for plugins.

univrsal commented 3 years ago

You need to set -DGLOBAL_INSTALLATION=ON when configuring otherwise it'll build a portable and install it to CMAKE_INSTALL_PREFIX

yurivict commented 3 years ago

GLOBAL_INSTALLATION helps, thanks.