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.
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?
I'm noticing various versions of what looks like similar dlls in the bin folder once I build sfeMovie. Ex.
avcodec.dll
andavcodec-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?