diff options
| author | omegadox <omegadox@gmail.com> | 2009-02-15 05:43:48 +0000 |
|---|---|---|
| committer | omegadox <omegadox@gmail.com> | 2009-02-15 05:43:48 +0000 |
| commit | 71d9832004e3b6c1dec69b5e090706dee800c665 (patch) | |
| tree | 7b0f7905cbd611d37ab29ca9467d5a005f5fe0bc /Source/Core/VideoCommon | |
| parent | cf068ebb06f509f650d7397475e99e405c8a123d (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')
| -rw-r--r-- | Source/Core/VideoCommon/Src/SConscript | 1 |
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) |
