Browse Source

properly load shared libraries

fysx 12 years ago
parent
commit
667c4750ea
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/org/libsdl/app/SDLActivity.java

+ 3 - 0
src/org/libsdl/app/SDLActivity.java

@@ -50,6 +50,9 @@ public class SDLActivity extends Activity {
         //System.loadLibrary("SDL2_net");
         //System.loadLibrary("SDL2_ttf");
         System.loadLibrary("gnustl_shared");
+        System.loadLibrary("devil");
+        System.loadLibrary("mpg123");
+    	System.loadLibrary("openal");
         System.loadLibrary("love");
     }