Creates MinGW compatible library files of the Vapoursynth DLLs using gendef/dlltool, for people unable to cross compile it.
VS Source: https://github.com/vapoursynth/vapoursynth
- VapourSynth Win64 and 32 (Only tested the 64bit variant)
- gendef (part of MinGW)
- dlltool (so is this)
- Python 2(+)
make PREFIX={INSTALL_FOLDER} GENDEF={FULL_PATH_TO_GENDEF} DLLTOOL={FULL_PATH_TO_DLLTOOL}
INSTALL_FOLDER
should probably be your MinGW prefix (where lib/include folders are)