Yalir / sfeMovie

sfeMovie is a simple C++ library that lets you play movies in SFML based applications. It relies on FFmpeg to read medias and remains consistent with SFML's naming conventions.
http://sfemovie.yalir.org/
GNU Lesser General Public License v2.1
114 stars 37 forks source link

Fix msvc 2015 compilation #95

Closed feliwir closed 8 years ago

feliwir commented 8 years ago

This requires us to update the internal ffmpeg version (ffmpeg 2.6 or higher)

Ceylo commented 8 years ago

Merged and working.