summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/SConscript
diff options
context:
space:
mode:
authorXTra.KrazzY <XTra.KrazzY@gmail.com>2009-10-07 21:30:36 +0000
committerXTra.KrazzY <XTra.KrazzY@gmail.com>2009-10-07 21:30:36 +0000
commit98db1a0ca3084ec775152dca631570f2777d09a3 (patch)
treed12b059c53b0f84d5549607ec31b96d0dc0c0f46 /Source/Core/VideoCommon/Src/SConscript
parent5523f28b513ebcd98b8333f70f6a314ddb702734 (diff)
OpenCL: More windows support and some unfinished work
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4380 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/SConscript')
-rw-r--r--Source/Core/VideoCommon/Src/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/SConscript b/Source/Core/VideoCommon/Src/SConscript
index b1c2890cb6..c8615c5ed5 100644
--- a/Source/Core/VideoCommon/Src/SConscript
+++ b/Source/Core/VideoCommon/Src/SConscript
@@ -41,7 +41,7 @@ env_vcommon = env.Clone()
if env_vcommon['HAVE_OPENCL']:
files += [
- 'OpenCL/TextureDecoder.cpp',
+ 'OpenCL/OCLTextureDecoder.cpp',
]
env_vcommon.Append(CXXFLAGS = [ '-fPIC' ])