FFMS / ffms2

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

Problem build with Msys2 #260

Closed rotd closed 7 years ago

rotd commented 8 years ago

I build FFMS with Msys2 in Mingw64 shell. Its required Libstdc++.dll, both config --enable-shared and --enable-static.

I try to used config LDFLAGS="-static-libstdc++" (or CXXFLAGS="-static-libstdc++"). Its working with --enabe-static, and building FFmsindex.exe, but not working with --enable-shared (still required libstdc++).

What can i do to build ffms2 with static libstdc++ and shared ffms2.dll to use Avisynth?

Thanks!

myrsloik commented 7 years ago

Compile ffmpeg with visual studio like we do, saves a lot of trouble later when linking.