Thread: Deblock
View Single Post
Old 7th August 2014, 23:32   #6  |  Link
Are_
Registered User
 
Join Date: Jun 2012
Location: Ibiza, Spain
Posts: 321
This works for me:
Code:
gcc -shared -fPIC -march=native -O3 -std=c++11 -o libdeblock.so Deblock.cpp $(pkg-config --cflags vapoursynth)
Are_ is offline