mirror of https://github.com/FreeRDP/FreeRDP
libfreerdp: fix typo (AVX not AVC)
This commit is contained in:
parent
1af9a210c6
commit
80aa6b8fb4
|
@ -64,7 +64,7 @@ include (DetectIntrinsicSupport)
|
|||
|
||||
if(WITH_SSE2)
|
||||
|
||||
if (HAVE_SSE_OR_AVC)
|
||||
if (HAVE_SSE_OR_AVX)
|
||||
if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_CLANG)
|
||||
if (CODEC_SSE2_SRCS)
|
||||
set_source_files_properties(${CODEC_SSE2_SRCS} PROPERTIES COMPILE_FLAGS "-msse2" )
|
||||
|
|
Loading…
Reference in New Issue