1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00
OpenMW/apps/openmw/mwsound
eroen 2850032d9e libc++ fixes: avcodec/avformat workaround
With libc++, string includes stdint.h, which breaks the fragile avformat.h
workaround, which depends on __STDC_CONSTANT_MACROS being defined before
stdint.h is included.

Moving the string inclusion after that eyesore shouldn't break anything.
2013-05-26 12:01:01 +02:00
..
audiere_decoder.cpp fixed build error with Audiere coded enabled 2013-01-08 09:14:56 -08:00
audiere_decoder.hpp fixed build error with Audiere coded enabled 2013-01-08 09:14:56 -08:00
ffmpeg_decoder.cpp Merge remote-tracking branch 'zini/master' into misc-cleanup 2013-02-26 10:21:28 -08:00
ffmpeg_decoder.hpp libc++ fixes: avcodec/avformat workaround 2013-05-26 12:01:01 +02:00
mpgsnd_decoder.cpp
mpgsnd_decoder.hpp Add missing decoder method declarations 2012-12-28 11:26:41 -08:00
openal_output.cpp Added new game button 2013-05-15 17:54:18 +02:00
openal_output.hpp Fix DEFAULT_OUTPUT declaration 2012-12-18 10:43:04 -08:00
sound_decoder.hpp Support float samples with ffmpeg 2013-02-26 10:19:33 -08:00
sound_output.hpp Allow pausing only certain types of sounds 2012-12-18 04:19:35 -08:00
sound.hpp
soundmanagerimp.cpp Fix startRandomTitle 2013-04-04 15:10:27 +02:00
soundmanagerimp.hpp Use const references where appropriate 2013-01-15 12:07:15 -08:00