This website works better with JavaScript.
Explore
Help
Sign In
wirtz
/
music-synthesizer-for-android
mirror of
https://github.com/dcoredump/music-synthesizer-for-android.git
Watch
1
Star
0
Fork
You've already forked music-synthesizer-for-android
0
Code
Issues
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51
Commits
4
Branches
0
Tags
4.7 MiB
Tag:
Branch:
Tree:
b22117bb52
bklimt
master
webaudio
wiki
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b22117bb52'
${ noResults }
music-synthesizer-for-android
/
android
/
jni
/
Application.mk
3 lines
16 B
Raw
Normal View
History
Unescape
Escape
Remove STL dependency, enable all ABI's. We were only using a very few STL functions (min, max, and iostream for debug logging). This patch gets rid of those dependencies (implementing the needed functions in synth.h), and turns on the "all" ABI target, so that it works with all native architectures supported by the NDK.
13 years ago
APP_ABI
:=
all
Rest of changes for native sound engine integration.
13 years ago