summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/SConscript
diff options
context:
space:
mode:
authoromegadox <omegadox@gmail.com>2009-02-15 05:43:48 +0000
committeromegadox <omegadox@gmail.com>2009-02-15 05:43:48 +0000
commit71d9832004e3b6c1dec69b5e090706dee800c665 (patch)
tree7b0f7905cbd611d37ab29ca9467d5a005f5fe0bc /Source/Core/VideoCommon/Src/SConscript
parentcf068ebb06f509f650d7397475e99e405c8a123d (diff)
Linux compile fixes.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2246 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/SConscript')
-rw-r--r--Source/Core/VideoCommon/Src/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/SConscript b/Source/Core/VideoCommon/Src/SConscript
index b1bc0ebef2..6c7212376b 100644
--- a/Source/Core/VideoCommon/Src/SConscript
+++ b/Source/Core/VideoCommon/Src/SConscript
@@ -30,5 +30,4 @@ files = [
env_common = env.Clone()
env_common.Append(CXXFLAGS = [ '-fPIC' ])
-env_common.Append(CXXFLAGS = [ '-mssse3' ]) # For TextureDecoder
env_common.StaticLibrary("videocommon", files)