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-tes3mp/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.
12 years ago
..
audiere_decoder.cpp fixed build error with Audiere coded enabled 12 years ago
audiere_decoder.hpp fixed build error with Audiere coded enabled 12 years ago
ffmpeg_decoder.cpp Merge remote-tracking branch 'zini/master' into misc-cleanup 12 years ago
ffmpeg_decoder.hpp libc++ fixes: avcodec/avformat workaround 12 years ago
mpgsnd_decoder.cpp Use the decoder's sample offset for calculating the stream offset 12 years ago
mpgsnd_decoder.hpp Add missing decoder method declarations 12 years ago
openal_output.cpp Added new game button 12 years ago
openal_output.hpp Fix DEFAULT_OUTPUT declaration 12 years ago
sound.hpp Add a method to get the volume from the sound type 12 years ago
sound_decoder.hpp Support float samples with ffmpeg 12 years ago
sound_output.hpp Allow pausing only certain types of sounds 12 years ago
soundmanagerimp.cpp Fix startRandomTitle 12 years ago
soundmanagerimp.hpp Use const references where appropriate 12 years ago