You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
x265/x265-pic.patch

12 lines
288 B

7 years ago
--- a/source/CMakeLists.txt
+++ b/source/CMakeLists.txt
6 years ago
@@ -212,7 +212,7 @@
7 years ago
add_definitions(-std=gnu++98)
endif()
if(ENABLE_PIC)
- add_definitions(-fPIC)
+ add_definitions(-fPIC -DPIC)
endif(ENABLE_PIC)
if(NATIVE_BUILD)
if(INTEL_CXX)