scummvm/audio
Thierry Crozat 7027be781b AUDIO: Add missing definition for static members
This will hopefully fix undefined symbol errors for some of those.
Those const static integral members are initialized in the class
definition, which is allowed (even before c++11). But they still
need a definition if they are odr-used, and that was missing. I
suspect this is why some compiler were giving errors.
2020-12-05 00:06:18 +00:00
..
decoders ALL: Eliminate LOCAL_PI macro 2020-09-23 23:20:23 +02:00
mods CINE: Loop Amiga music instead of playing it once 2020-09-10 00:34:32 +01:00
softsynth MT32: Re-apply patches for silencing various GCC and MSVC warnings 2020-10-17 18:17:18 +02:00
soundfont AUDIO: Silence MSVC warning 2020-08-27 15:02:59 +02:00
adlib.cpp AUDIO: Align overridden methods 2020-07-07 12:18:20 +02:00
alsa_opl.cpp AUDIO: Fix Missing Default Switch Cases 2019-11-17 08:20:01 +00:00
audiostream.cpp ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
audiostream.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
fmopl.cpp AUDIO: Fix Missing Default Switch Cases 2019-11-17 08:20:01 +00:00
fmopl.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
mididrv.cpp MIDI: MT-32 / GM driver 2020-11-28 17:59:15 +00:00
mididrv.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
midiparser_qt.cpp AUDIO: Fix Missing Default Switch Cases 2019-11-17 08:20:01 +00:00
midiparser_qt.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
midiparser_smf.cpp MIDI: Add multisource support to SMF parser 2020-11-28 17:59:15 +00:00
midiparser_xmidi.cpp MIDI: Fix MIDI parser tracker overflow 2020-07-25 00:35:47 +02:00
midiparser.cpp MIDI: Fix MIDI parser tracker overflow 2020-07-25 00:35:47 +02:00
midiparser.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
midiplayer.cpp
midiplayer.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
miles_adlib.cpp MIDI: MT-32 / GM driver 2020-11-28 17:59:15 +00:00
miles_midi.cpp MIDI: MT-32 / GM driver 2020-11-28 17:59:15 +00:00
miles.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
mixer_intern.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
mixer.cpp ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
mixer.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
module.mk MIDI: MT-32 / GM driver 2020-11-28 17:59:15 +00:00
mpu401.cpp AUDIO: Fix Missing Default Switch Cases 2019-11-17 08:20:01 +00:00
mpu401.h AUDIO: Removed most of the MIDI infrastructure 2019-06-08 06:36:55 +02:00
mt32gm.cpp AUDIO: Add missing definition for static members 2020-12-05 00:06:18 +00:00
mt32gm.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
musicplugin.cpp ALL: Clarify POTFILES, remove redundant common/translations.h includes 2020-11-10 03:03:49 +01:00
musicplugin.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
null.cpp AUDIO: Removed most of the MIDI infrastructure 2019-06-08 06:36:55 +02:00
null.h AUDIO: Removed most of the MIDI infrastructure 2019-06-08 06:36:55 +02:00
opl2lpt.cpp AUDIO: (opl2lpt) add OPL3LPT support 2019-08-23 14:34:44 +03:00
rate_arm_asm.s
rate_arm.cpp
rate.cpp
rate.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
timestamp.cpp
timestamp.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00