1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-02 22:39:39 +00:00
openmw/apps/openmw/mwsound
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
..
alext.h Copy alext.h from OpenAL Soft 1.23 2023-03-02 22:57:00 +01:00
constants.hpp Use normalized path for SoundManager::streamMusic 2024-04-20 21:14:09 +02:00
efx-presets.h Apply clang-format to code base 2022-09-22 21:35:26 +03:00
efx.h Remove unused includes 2022-10-09 16:44:18 +02:00
ffmpeg_decoder.cpp Fix libavformat version check 2024-08-05 23:52:30 +02:00
ffmpeg_decoder.hpp Fix libavformat version check 2024-08-05 23:52:30 +02:00
loudness.cpp min 2024-03-15 13:42:28 +00:00
loudness.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
movieaudiofactory.cpp Fix libavformat version check 2024-08-05 23:52:30 +02:00
movieaudiofactory.hpp Replace shared_ptr by unique_ptr 2022-04-08 22:42:22 +02:00
openal_output.cpp Log caught exceptions 2024-05-26 02:52:11 +02:00
openal_output.hpp Use normalized path for correctSoundPath 2024-02-24 12:42:36 +01:00
regionsoundselector.cpp Remove superfluous members 2024-03-12 20:09:04 +01:00
regionsoundselector.hpp Remove superfluous members 2024-03-12 20:09:04 +01:00
sound.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
sound_buffer.cpp Use normalized path for correctSoundPath 2024-02-24 12:42:36 +01:00
sound_buffer.hpp Use normalized path for correctSoundPath 2024-02-24 12:42:36 +01:00
sound_decoder.hpp Use normalized path for sound decoder 2024-04-19 22:46:38 +02:00
sound_output.hpp Use normalized path for correctSoundPath 2024-02-24 12:42:36 +01:00
soundmanagerimp.cpp Do not allow Lua's "stopMusic" to interrupt MWScript's music 2024-06-02 13:18:06 +04:00
soundmanagerimp.hpp Do not allow Lua's "stopMusic" to interrupt MWScript's music 2024-06-02 13:18:06 +04:00
type.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
watersoundupdater.cpp Terrain has a mandatory worldspace in constructor 2023-05-29 11:31:36 +02:00
watersoundupdater.hpp create a specific esm reader function for RefID to avoid allocation for string and then again for RefId 2022-12-27 19:15:57 +01:00