mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-07 07:30:02 +01:00
- Android: Workaround for threading issue to enable OpenMP parallel processing in Android
11 lines
224 B
Makefile
11 lines
224 B
Makefile
# $Id$
|
|
#
|
|
# Build library bilaries for all supported architectures
|
|
#
|
|
|
|
APP_ABI := all #armeabi-v7a armeabi
|
|
APP_OPTIM := release
|
|
APP_STL := stlport_static
|
|
APP_CPPFLAGS := -fexceptions # -D SOUNDTOUCH_DISABLE_X86_OPTIMIZATIONS
|
|
|