View Single Post
Old 20th October 2017, 15:10   #17  |  Link
cwk
Registered User
 
Join Date: Jan 2004
Location: earth, barely
Posts: 96
Quote:
Originally Posted by Are_ View Post
Code:
sed -i -e s/vapoursynth.h/VapourSynth.h/g -e s/vshelper.h/VSHelper.h/g *.cpp

gcc -O3 -msse2 -fPIC -shared -std=c++11 -Wl,-O1 -Wl,--as-needed -o libvcmod.so vcmod.cpp
Thanks Are_

Builds without issue. I'll give it a try this weekend.
cwk is offline   Reply With Quote