hedgewars/SDLh.pas
branchhedgeroid
changeset 6025 cac1d5601d7c
parent 6023 a28be05b20bc
child 6224 42b256eca362
--- a/hedgewars/SDLh.pas	Sun Sep 25 18:24:01 2011 +0200
+++ b/hedgewars/SDLh.pas	Mon Sep 26 00:03:14 2011 +0200
@@ -83,19 +83,11 @@
     SDL_ImageLibName = 'SDL_image';
     SDL_NetLibName = 'SDL_net';
   {$ELSE}
-    {$IFDEF ANDROID}
-        SDLLibName = 'SDL';
-	SDL_TTFLibName = 'libSDL_ttf.so';
-	SDL_MixerLibName = 'libSDL_mixer.so';
-	SDL_ImageLibName = 'libSDL_image.so';
-	SDL_NetLibName = 'libSDL_net.so';
-    {$ELSE}
-        SDLLibName = 'SDL';
-        SDL_TTFLibName = 'libSDL_ttf.so';
-        SDL_MixerLibName = 'libSDL_mixer.so';
-	SDL_ImageLibName = 'libSDL_image.so';
-	SDL_NetLibName = 'libSDL_net.so';
-    {$ENDIF}
+    SDLLibName = 'SDL';
+    SDL_TTFLibName = 'libSDL_ttf.so';
+    SDL_MixerLibName = 'libSDL_mixer.so';
+    SDL_ImageLibName = 'libSDL_image.so';
+    SDL_NetLibName = 'libSDL_net.so';
   {$ENDIF}
 {$ENDIF}