1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 07:16:48 -04:00

Debian build: remove USE_SSE2 flag for inner libairspy compilation

This commit is contained in:
f4exb 2016-11-11 17:46:45 +01:00
parent ae5070ebb3
commit 866b076ac9

View File

@ -2,6 +2,8 @@ project(airspy)
find_package(LibUSB) find_package(LibUSB)
remove_definitions(-DUSE_SSE2)
set(airspy_SOURCES set(airspy_SOURCES
${LIBAIRSPYSRC}/libairspy/src/airspy.c ${LIBAIRSPYSRC}/libairspy/src/airspy.c
${LIBAIRSPYSRC}/libairspy/src/iqconverter_float.c ${LIBAIRSPYSRC}/libairspy/src/iqconverter_float.c