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 (Only tested the 64bit variant), R62 requires python 3.11.x
- gendef (part of MinGW)
- dlltool (so is this)
- Python 3(+)
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)