issues
search
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
Update internal FFmpeg version
#67
Closed
Ceylo
closed
9 years ago
Ceylo
commented
10 years ago
This is needed to use the native opus decoder.
Todo:
[x] replace the archive
[x] update the references to the archive in the build scrips
[x] check build state (errors, deprecated functions) and do the fixes to have zero error and deprecated function
[x] update the full list of allowed decoders in CMake files and on the website
Ceylo
commented
9 years ago
At last, done!
This is needed to use the native opus decoder.
Todo: