carlosonunez / obs-installer-for-apple-silicon

Conveniently build and install OBS from source on your ultra-fast Apple M1 MacBook or Mac
206 stars 22 forks source link

no vlc source #9

Closed fbosman closed 3 years ago

fbosman commented 3 years ago

Hi, thank you for your work! I managed to compile OBS, but I cannot use a VLC source, there is no sourcetype vlc available.

hfalcke commented 3 years ago

I added -DVLC_INCLUDE_DIR=/opt/homebrew/Caskroom/vlc/3.0.16/VLC.app/Contents/MacOS/include/vlc \ after cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 -DDISABLE_PYTHON=ON \

then it seems to find it.

carlosonunez commented 3 years ago

Please submit a PR with this fix; thank you!