1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 06:24:48 -04:00

Reworked ARM Neon detection and remote plugins inclusion in the build

This commit is contained in:
f4exb
2020-11-23 21:16:25 +01:00
parent f155d63580
commit 4059a0be27
9 changed files with 15 additions and 29 deletions
@@ -1,10 +1,5 @@
project(remoteinput)
if (ARCHITECTURE_ARM64)
message(STATUS "Compiling RemoteInput for ARM64 with USE_NEON definition")
add_compile_definitions(USE_NEON)
endif()
set(remoteinput_SOURCES
remoteinputbuffer.cpp
remoteinputudphandler.cpp