Question / Help Compile error using latest github code

Jeromy

New Member
Hi,

I've got lots of link errors which indicates missing link to apple framework like the following:

"-framework Foundation"
"-framework QTKit"
"-framework AVFoundation"
"-framework CoreMedia"
"-framework CoreVideo"
"-framework CoreGraphics"
"-framework CoreFoundation"


Also missing others like:

fdk-aac
iconv
x264
xvidcore
vpx
vorbis
vorbisenc
theora
theoraenc
opus
tiff
mp3lame
lzma
bz2

I've hardcode those in CMakeList.txt, the changes i made are libobs, obs-ffmpeg, obs, ffmpeg-mux.

I'm not sure whether i missed something or if the build system is not up to date.

Thanks!
 
Top