FFMS / ffms2

An FFmpeg based source library and Avisynth/VapourSynth plugin for easy frame accurate access
Other
582 stars 105 forks source link

ffmsindex.cpp fails cross-compilation b/c case sensitivity #205

Closed qyot27 closed 9 years ago

qyot27 commented 9 years ago

Seems that with the removal of the other demuxers, the Windows.h platform header was added for inclusion, but its filename is only capitalized in MSVC's headers, not MinGW's.

myrsloik commented 9 years ago

Fixed