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-test-shared.patch

12 lines
498 B

8 years ago
--- ./source/test/CMakeLists.txt.orig 2016-11-08 00:20:30.255328576 +0000
+++ ./source/test/CMakeLists.txt 2016-11-08 00:16:38.709703855 +0000
@@ -44,7 +44,7 @@ add_executable(TestBench ${YASM_SRC}
10 years ago
ipfilterharness.cpp ipfilterharness.h
intrapredharness.cpp intrapredharness.h)
8 years ago
10 years ago
-target_link_libraries(TestBench x265-static ${PLATFORM_LIBS})
+target_link_libraries(TestBench x265-shared ${PLATFORM_LIBS})
if(LINKER_OPTIONS)
if(EXTRA_LIB)
list(APPEND LINKER_OPTIONS "-L..")