[x265-commits] [x265] cmake: this time for reals

Steve Borho steve at borho.org
Wed Oct 9 07:00:22 CEST 2013


details:   http://hg.videolan.org/x265/rev/fc7fbdd18bc0
branches:  
changeset: 4297:fc7fbdd18bc0
user:      Steve Borho <steve at borho.org>
date:      Wed Oct 09 00:00:10 2013 -0500
description:
cmake: this time for reals

diffstat:

 source/CMakeLists.txt |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 4737b5423ea4 -r fc7fbdd18bc0 source/CMakeLists.txt
--- a/source/CMakeLists.txt	Tue Oct 08 23:58:54 2013 -0500
+++ b/source/CMakeLists.txt	Wed Oct 09 00:00:10 2013 -0500
@@ -146,7 +146,7 @@ add_subdirectory(encoder)
 
 add_library(x265-shared SHARED dllmain.cpp x265.def $<TARGET_OBJECTS:encoder> $<TARGET_OBJECTS:common>)
 add_library(x265-static STATIC $<TARGET_OBJECTS:encoder> $<TARGET_OBJECTS:common>)
-if(ENABLE_PRIMITIVES_VEC AND (MSVC OR XCODE))
+if(ENABLE_PRIMITIVES_ASM AND (MSVC OR XCODE))
     target_link_libraries(x265-shared assembly)
     target_link_libraries(x265-static assembly)
 endif()


More information about the x265-commits mailing list