View Single Post
Old 23rd February 2017, 00:52   #83  |  Link
KingLir
Registered User
 
Join Date: Jan 2017
Posts: 146
I was able to build on macOS with this. Anyone able to do a commit with this patch - please do.

Code:
gcc -c -fPIC  ${CFLAGS} ${CPPFLAGS} -I. $(pkg-config --cflags vapoursynth) -o main.o rawsource.c
g++ -dynamiclib -undefined suppress -flat_namespace *.o -o libraws.dylib
KingLir is offline   Reply With Quote