Commit 2ceeb993361e02615f1a28bfc8811eacbac194e9

Sam Lantinga 2018-01-27T12:05:26

Fixed bug 4065 - SDL_wave.c fail to compile in armeabi with ndk r16b Sylvain armeabi is almost deprecated for android-ndk higher that r13b. either it doesn't compile (ICE), or it executes wrongly (using long long for instance). android people advices to use armeabi-v7a (or use r13b).