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

Cannot do several builds of sfeMovie at the same time #53

Open Ceylo opened 10 years ago

Ceylo commented 10 years ago

Building sfeMovie requires building FFmpeg, which is always done in the path : /tmp/ffmpeg. This causes issues when sfeMovie is being built for several configurations at the same time, because the build process cleans up the directory after it's done. But in case of several parallel builds, the /tmp/ffmpeg may still be used by another build.

Possibles solutions: