• Stephen Hutchinson's avatar
    avisynth: adapt 239d02ef to dlsym · a5387f98
    Stephen Hutchinson authored
    This commit was merged in a couple years ago as a no-op because we
    had already switched from GetProcAddress to dlsym some time before
    that.  However, not applying the actual cast causes warnings about
    FARPROC and when attempting to build FFmpeg in MSVC with AviSynth-GCC
    32-bit compatibility, those FARPROC warnings turn into FARPROC errors.
    a5387f98
avisynth.c 27.5 KB