]> git.sesse.net Git - ffmpeg/commit
avisynth: adapt 239d02eff3ffe9f7d40caa21dde50fb4a0e94c24 to dlsym
authorStephen Hutchinson <qyot27@gmail.com>
Sat, 30 Mar 2019 21:46:32 +0000 (17:46 -0400)
committerGyan Doshi <ffmpeg@gyani.pro>
Sat, 4 May 2019 06:33:24 +0000 (12:03 +0530)
commita5387f983dcfd01cb74ab33e34d714a1d882184b
treeb4ab393be06ba9893f31e0160aea8ada9b7abccb
parentd19f8e711c06287006e680c1bd417ffe52074a6b
avisynth: adapt 239d02eff3ffe9f7d40caa21dde50fb4a0e94c24 to dlsym

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.
libavformat/avisynth.c