You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/extern/osg-ffmpeg-videoplayer
elsid 20e3eeddde
Fix libavformat version check
2a68d945cd
added const version of a callback functions but didn't enable them. They were
guarded by a version check:

2a68d945cd/libavformat/version_major.h (L48)

So for anything LIBAVFORMAT_VERSION_MAJOR < 61 they are not enabled therefore
they are enabled for everything >= 61.0.100.

See https://github.com/elsid/openmw/actions/runs/10255993574/job/28374152796 as
example of failure when building with 60.16.100.
5 months ago
..
CMakeLists.txt Add option to disable precompiled headers 10 months ago
License.txt Merge changes to coverity scan script 7 years ago
audiodecoder.cpp Fix libavformat version check 5 months ago
audiodecoder.hpp Fix libavformat version check 5 months ago
audiofactory.hpp Replace shared_ptr by unique_ptr 3 years ago
libavformatdefines.hpp Fix libavformat version check 5 months ago
libavutildefines.hpp Fix libavformat version check 5 months ago
videodefs.hpp Rename to osg-ffmpeg-videoplayer 10 years ago
videoplayer.cpp Use unique_ptr to store istream 3 years ago
videoplayer.hpp Use unique_ptr to store istream 3 years ago
videostate.cpp Fix libavformat version check 5 months ago
videostate.hpp Fix libavformat version check 5 months ago