summaryrefslogtreecommitdiff
path: root/Source/Plugins
diff options
context:
space:
mode:
authorSoren Jorvang <soren.jorvang@gmail.com>2011-01-06 01:11:32 +0000
committerSoren Jorvang <soren.jorvang@gmail.com>2011-01-06 01:11:32 +0000
commit95b6d3f4453fa3fa02fffcb889cb8f5018a24263 (patch)
tree28da8077beda42bf32f3c13df1f7873b20637828 /Source/Plugins
parent5ca3adde3c30d4f0563c425282f24450c7791859 (diff)
Kill HAVE_OPENCL.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6756 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins')
-rw-r--r--Source/Plugins/Plugin_VideoOGL/Src/SConscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Plugins/Plugin_VideoOGL/Src/SConscript b/Source/Plugins/Plugin_VideoOGL/Src/SConscript
index fc8a14f255..81b753664f 100644
--- a/Source/Plugins/Plugin_VideoOGL/Src/SConscript
+++ b/Source/Plugins/Plugin_VideoOGL/Src/SConscript
@@ -25,7 +25,5 @@ libs = [ 'videocommon', 'videouicommon', 'GLEW', 'SOIL', 'common' ]
if sys.platform == 'darwin' and not env['HAVE_WX']:
files += [ 'cocoaGL.m' ]
-elif not sys.platform == 'darwin' and env['HAVE_OPENCL']:
- libs += [ 'OpenCL' ]
env.SharedLibrary(env['plugin_dir'] + name, files, LIBS = env['LIBS'] + libs)