This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DISTRHO-Ports
mirror of
https://github.com/DISTRHO/DISTRHO-Ports
Watch
1
Star
0
Fork
0
Code
Releases
5
Activity
Browse Source
Fix pitchedDelay build under ARM
Signed-off-by: falkTX <falktx@falktx.com>
tags/2020-12-27
falkTX
4 years ago
parent
8cf4a09b4c
commit
062a0f6147
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
ports-legacy/pitchedDelay/meson.build
+ 6
- 0
ports-legacy/pitchedDelay/meson.build
View File
@@ -14,4 +14,10 @@ plugin_srcs = files([
plugin_name = 'PitchedDelay'
if host_machine.cpu_family() == 'arm'
plugin_extra_build_flags = [
'-mfpu=neon',
]
endif
###############################################################################
Write
Preview
Loading…
Cancel
Save