aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorpeak3d <pfau@peak3d.de>2018-01-16 21:41:35 +0100
committerpeak3d <pfau@peak3d.de>2018-01-16 21:41:35 +0100
commit0ca1bd7d00174131202dd2a8be1c56899918972a (patch)
tree2f3e9330d67895a4da984bfc7bead37853675134 /cmake
parentb6e091360625ed8835ddbd902146f8ad8b66274e (diff)
[depends] let caller control target build options and ffmpeg options
Diffstat (limited to 'cmake')
-rw-r--r--cmake/scripts/linux/ArchSetup.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/scripts/linux/ArchSetup.cmake b/cmake/scripts/linux/ArchSetup.cmake
index ee69c09eda..0632ca6117 100644
--- a/cmake/scripts/linux/ArchSetup.cmake
+++ b/cmake/scripts/linux/ArchSetup.cmake
@@ -28,7 +28,6 @@ else()
elseif(CPU MATCHES arm)
set(ARCH arm)
set(NEON True)
- set(NEON_FLAGS "-mfpu=neon -mvectorize-with-neon-quad")
elseif(CPU MATCHES aarch64 OR CPU MATCHES arm64)
set(ARCH aarch64)
set(NEON True)