1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 12:42:11 +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
audiere_decoder.hpp
ffmpeg_decoder.cpp
ffmpeg_decoder.hpp libc++ fixes: avcodec/avformat workaround 2013-05-26 12:01:01 +02:00
mpgsnd_decoder.cpp
mpgsnd_decoder.hpp
openal_output.cpp Added new game button 2013-05-15 17:54:18 +02:00
openal_output.hpp
sound_decoder.hpp
sound_output.hpp
sound.hpp
soundmanagerimp.cpp
soundmanagerimp.hpp