1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 18:59:57 +00:00
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.
2024-08-05 23:52:30 +02:00
..
audiodecoder.cpp Fix libavformat version check 2024-08-05 23:52:30 +02:00
audiodecoder.hpp Fix libavformat version check 2024-08-05 23:52:30 +02:00
audiofactory.hpp Replace shared_ptr by unique_ptr 2022-04-08 22:42:22 +02:00
CMakeLists.txt Add option to disable precompiled headers 2024-03-08 02:11:51 +01:00
libavformatdefines.hpp Fix libavformat version check 2024-08-05 23:52:30 +02:00
libavutildefines.hpp Fix libavformat version check 2024-08-05 23:52:30 +02:00
License.txt Merge changes to coverity scan script 2017-10-15 17:06:58 +02:00
videodefs.hpp Rename to osg-ffmpeg-videoplayer 2015-04-19 20:14:06 +02:00
videoplayer.cpp Use unique_ptr to store istream 2022-04-22 18:27:17 +02:00
videoplayer.hpp Use unique_ptr to store istream 2022-04-22 18:27:17 +02:00
videostate.cpp Fix libavformat version check 2024-08-05 23:52:30 +02:00
videostate.hpp Fix libavformat version check 2024-08-05 23:52:30 +02:00