dolphin-emulator/Source/Core/AudioCommon/Src
Soren Jorvang 98e24f5873 The compiler need not obey the static keyword, so to avoid linker
problems, whole functions in .h files need to also be static in
case they are included in several .cpp files.

Also a few other minor LTO fixes.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7082 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-02-05 16:06:05 +00:00
..
aldlist.cpp
aldlist.h
AlsaSoundStream.cpp Eliminate some trampoline functions. 2011-01-31 08:19:27 +00:00
AlsaSoundStream.h
AOSoundStream.cpp Eliminate some trampoline functions. 2011-01-31 08:19:27 +00:00
AOSoundStream.h
AudioCommon.cpp The compiler need not obey the static keyword, so to avoid linker 2011-02-05 16:06:05 +00:00
AudioCommon.h
AudioCommonConfig.cpp Change the audio sample rate setting to a numerical value. Fixes issue 4045. You may have to change the setting once after this commit to update your ini file from the string that was saved there before. 2011-02-04 04:54:25 +00:00
AudioCommonConfig.h Change the audio sample rate setting to a numerical value. Fixes issue 4045. You may have to change the setting once after this commit to update your ini file from the string that was saved there before. 2011-02-04 04:54:25 +00:00
CoreAudioSoundStream.cpp Fix the CMake build. 2011-02-03 21:11:06 +00:00
CoreAudioSoundStream.h Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
DSoundStream.cpp Eliminate some trampoline functions. 2011-01-31 08:19:27 +00:00
DSoundStream.h
Mixer.cpp Fix the CMake build. 2011-02-03 21:11:06 +00:00
Mixer.h
NullSoundStream.cpp
NullSoundStream.h
OpenALStream.cpp Eliminate some trampoline functions. 2011-01-31 08:19:27 +00:00
OpenALStream.h Eliminate some trampoline functions. 2011-01-31 08:19:27 +00:00
PulseAudioStream.cpp Eliminate some trampoline functions. 2011-01-31 08:19:27 +00:00
PulseAudioStream.h Eliminate some trampoline functions. 2011-01-31 08:19:27 +00:00
SConscript In the SCons build, skip the generation of static libraries 2011-02-04 00:46:56 +00:00
SoundStream.h
WaveFile.cpp
WaveFile.h
XAudio2Stream.cpp
XAudio2Stream.h