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

Identify and fix line ending issues with Git #24

Closed Ceylo closed 11 years ago

Ceylo commented 11 years ago

Seems to be problematic with MinGW GCC < 4.7. See http://en.sfml-dev.org/forums/index.php?topic=8701.msg74867#msg74867

Ceylo commented 11 years ago

See http://ffmpeg.org/trac/ffmpeg/ticket/1209

Ceylo commented 11 years ago

The issue does not happen if sfeMovie sources are downloaded from GitHub's ZIP.