diff options
-rw-r--r-- | audio/soundtouch/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index e23147cd5121..d9a5889eb146 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -24,10 +24,12 @@ OPTIONS_DEFINE_aarch64= NEON OPENMP OPTIONS_DEFINE_amd64= OPENMP OPTIONS_DEFINE_armv7= NEON OPTIONS_DEFINE_powerpc64= OPENMP +OPTIONS_DEFINE_powerpc64le= OPENMP OPTIONS_DEFAULT= ${MACHINE_CPU:Msoftfp:C/.+/INTEGER_SAMPLES/} OPTIONS_DEFAULT_aarch64=NEON OPENMP OPTIMIZED_CFLAGS OPTIONS_DEFAULT_amd64= OPENMP OPTIMIZED_CFLAGS OPTIONS_DEFAULT_powerpc64= OPENMP OPTIMIZED_CFLAGS +OPTIONS_DEFAULT_powerpc64le= OPENMP OPTIMIZED_CFLAGS INTEGER_SAMPLES_DESC= Use integer sample format NEON_DESC= Use NEON instructions |