dougg3 / obs-ios-camera-source

Use your iPhone camera as a video source in OBS Studio and stream high quality video from your iPhone's camera over USB
https://obs.camera/
GNU General Public License v2.0
49 stars 18 forks source link

Link dynamically against OpenSSL #10

Closed dougg3 closed 3 years ago

dougg3 commented 3 years ago

libimobiledevice is currently linking statically against OpenSSL and this causes an issue on Arch (see #9). Let's link dynamically instead. That makes more sense.

dougg3 commented 3 years ago

Fixes #9