]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_modplug.c
Steel Storm additions for mobile (EluanCM)
[xonotic/darkplaces.git] / snd_modplug.c
index 6dc3fce277d922737191a481ba5ba167a7836be9..52a152a313c3d16b757a42d1070961481c6f522b 100644 (file)
@@ -163,6 +163,11 @@ qboolean ModPlug_OpenLibrary (void)
        if (COM_CheckParm("-nomodplug"))
                return false;
 
+#ifdef __ANDROID__
+       Con_Print("Warning: no modplug support in Android yet.\n");
+       return false;
+#endif
+
        // Load the DLLs
        // We need to load both by hand because some OSes seem to not load
        // the modplug DLL automatically when loading the modplugFile DLL