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

dll issues #98

Closed hsdk123 closed 8 years ago

hsdk123 commented 8 years ago

I'm noticing various versions of what looks like similar dlls in the bin folder once I build sfeMovie. Ex. avcodec.dll and avcodec-56.dll, etc. There are similar cases for other dlls as well. Should I be including both in my package, or would one be sufficient?

Ceylo commented 8 years ago

The only needed av* dll are the one that include the version number :)