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

Automatically copy the required binaries next to the demo sample #76

Open Ceylo opened 9 years ago

Ceylo commented 9 years ago

When building, it would be nice to avoid having to do manual copying steps before being able to launch the demo sample. This implies copying the FFmpeg and eventually SFML (and its dependencies) next to the demo executable.