Changed the code a bit for some static libs to be loaded

This commit is contained in:
Gerhard Stein
2013-10-13 11:26:50 +02:00
parent cbef2c47e2
commit f95d88b6ff

View File

@@ -52,12 +52,13 @@ public class SDLActivity extends Activity {
// Load the .so
static {
System.loadLibrary("SDL2");
//System.loadLibrary("SDL2_image");
System.loadLibrary("sdl-2.0");
System.loadLibrary("sdl2_image");
//System.loadLibrary("SDL2_mixer");
//System.loadLibrary("SDL2_net");
//System.loadLibrary("SDL2_ttf");
System.loadLibrary("main");
System.loadLibrary("application");
System.loadLibrary("sdl_main");
}
// Setup