diff options
| author | Glenn Rice <glennricster@gmail.com> | 2011-01-31 02:13:10 +0000 |
|---|---|---|
| committer | Glenn Rice <glennricster@gmail.com> | 2011-01-31 02:13:10 +0000 |
| commit | f1e8da63ec8b5e0725b79ad63b635b2328a4e615 (patch) | |
| tree | 7b1839744b12c391aba9a4058e3c20d39a68588b /Source/Core/VideoCommon | |
| parent | cb48f5969a177dcc197783baa1a11493b61fc7d2 (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.txt | 1 |
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() |
