Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 401 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 401 Bytes

Under Construction

Vaporsynth C++ API

Compilation

requires a C++20 compiler (GCC11 or the latest version of MSVC)

Linux

$ meson build
$ ninja -C build

Manual

g++ -shared -std=c++2b -lstdc++ -static -O3 -flto -march=native -finline-limit=1000000000000000000000000000 -funroll-all-loops -funsafe-loop-optimizations -o Filter.dll Examples/EntryPoint.cxx vapoursynth.lib