summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
diff options
context:
space:
mode:
authorGlenn Rice <glennricster@gmail.com>2011-01-31 02:13:10 +0000
committerGlenn Rice <glennricster@gmail.com>2011-01-31 02:13:10 +0000
commitf1e8da63ec8b5e0725b79ad63b635b2328a4e615 (patch)
tree7b1839744b12c391aba9a4058e3c20d39a68588b /Source/Core/VideoCommon
parentcb48f5969a177dcc197783baa1a11493b61fc7d2 (diff)
Linux build fix.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6999 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon')
-rw-r--r--Source/Core/VideoCommon/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/CMakeLists.txt b/Source/Core/VideoCommon/CMakeLists.txt
index 06a31c3c5e..c3bc541084 100644
--- a/Source/Core/VideoCommon/CMakeLists.txt
+++ b/Source/Core/VideoCommon/CMakeLists.txt
@@ -52,5 +52,4 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
target_link_libraries(videocommon ${LIBAV_LIBRARIES})
add_definitions(-D__STDC_CONSTANT_MACROS)
endif()
- add_definitions(-fPIC)
endif()