jpransxdev
jpransxdev
Is this still being worked on?
Yes actually I would be interested. Telegram preferred.
73 is out
73.1 Is out
74.1 is out
Sketch 75 is out
Thanks. That did it! :) added these to cmakelists.txt and then mkdir build && cd build cmake -DLIBOBS_INCLUDE_DIR=/Users/m3lodq/git/obs-studio/build/libobs/ -DLIBOBS_LIB=/Users/m3lodq/git/obs-studio/build/libobs/libobs.0.dylib -DOBS_FRONTEND_LIB=/Users/m3lodq/git/obs-studio/build/UI/obs-frontend-api/libobs-frontend-api.dylib -DCMAKE_INSTALL_PREFIX=/usr .. make -j4 which results in [100%] Built target...
manually placed files to /Library/Application\ Support/obs-studio/plugins/motion-effect/bin/libmotion-transition.so /Library/Application\ Support/obs-studio/plugins/motion-effect/data/locale/en-US.ini /Library/Application\ Support/obs-studio/plugins/motion-effect/data/locale/zh-TW.ini /Library/Application\ Support/obs-studio/plugins/motion-filter/bin/motion-filter.so /Library/Application\ Support/obs-studio/plugins/motion-filter/data/locale/en-US.ini /Library/Application\ Support/obs-studio/plugins/motion-filter/data/locale/zh-TW.ini and the plugin loads :)
Thanks a lot! :)
Hey! Sorry unfortunately my mac died and I don't have the files anymore. :( I can build again after 25th but I suggest you try and compile it yourself. Where...