From d5c941a3ba26fd32782bbc4f16129a803398f74b Mon Sep 17 00:00:00 2001 From: skidau Date: Tue, 2 Nov 2010 03:35:44 +0000 Subject: [PATCH] Added NullSound to CMake without typo git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6331 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/AudioCommon/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/AudioCommon/CMakeLists.txt b/Source/Core/AudioCommon/CMakeLists.txt index a859886272..cdf8e20c1d 100644 --- a/Source/Core/AudioCommon/CMakeLists.txt +++ b/Source/Core/AudioCommon/CMakeLists.txt @@ -2,7 +2,7 @@ set(SRCS Src/AudioCommon.cpp Src/AudioCommonConfig.cpp Src/Mixer.cpp Src/WaveFile.cpp - Src/DSoundStream.cpp) + Src/NullSoundStream.cpp) if(APPLE)