Skip to content

Commit

Permalink
cmake: fix x86 & -DWITH_SSE2=ON build
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Tong committed Apr 22, 2012
1 parent 8aaa182 commit a1551d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libfreerdp-codec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if(WITH_SSE2)
nsc_sse2.c
nsc_sse2.h
)
set_property(SOURCE rfx_sse2.c PROPERTY COMPILE_FLAGS "-msse2")
set_property(SOURCE rfx_sse2.c nsc_sse2.c PROPERTY COMPILE_FLAGS "-msse2")
endif()

if(WITH_NEON)
Expand Down

0 comments on commit a1551d0

Please sign in to comment.