From 44f3935de1c5294aa3e12c25e111f2aed70b9749 Mon Sep 17 00:00:00 2001 From: magumagu9 Date: Mon, 29 Jun 2009 18:40:10 +0000 Subject: [PATCH] Linux build fixes. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3601 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_DSP_HLE/Src/SConscript | 1 + Source/Plugins/Plugin_VideoOGL/Src/SConscript | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/SConscript b/Source/Plugins/Plugin_DSP_HLE/Src/SConscript index 58796eab97..3d75c9e224 100644 --- a/Source/Plugins/Plugin_DSP_HLE/Src/SConscript +++ b/Source/Plugins/Plugin_DSP_HLE/Src/SConscript @@ -22,6 +22,7 @@ files = [ 'UCodes/UCodes.cpp', 'UCodes/UCode_Zelda.cpp', 'UCodes/UCode_Zelda_ADPCM.cpp', + 'UCodes/UCode_Zelda_Voice.cpp', ] dspenv = env.Clone() diff --git a/Source/Plugins/Plugin_VideoOGL/Src/SConscript b/Source/Plugins/Plugin_VideoOGL/Src/SConscript index 5676111db8..cd9572ba6e 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/SConscript +++ b/Source/Plugins/Plugin_VideoOGL/Src/SConscript @@ -24,7 +24,8 @@ files = [ 'XFB.cpp', 'TextureConversionShader.cpp', 'OnScreenDisplay.cpp', - "PostProcessing.cpp", + 'PostProcessing.cpp', + 'FramebufferManager.cpp', ] compileFlags = [ '-fPIC',