Edit

kc3-lang/SDL/build-scripts

Branch :

  • Show log

    Commit

  • Author : Sam Lantinga
    Date : 2018-01-27 12:05:26
    Hash : 2ceeb993
    Message : 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).