Added SDL2_mixer

This commit is contained in:
Gerhard Stein
2020-10-03 09:49:54 +00:00
parent d9267a1653
commit 4741fe77bb
2462 changed files with 1005632 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
# The application settings for Android libSDL port
AppSettingVersion=17
LibSdlVersion=1.3
LibSdlVersion=2.0
AppName="SDL sprite test"
AppFullName=net.sdl.testsprite
ScreenOrientation=h
InhibitSuspend=n
AppDataDownloadUrl="Game data is 1 Mb|ballfield2.zip"
VideoDepthBpp=16
VideoDepthBpp=32
NeedDepthBuffer=n
NeedStencilBuffer=n
NeedGles2=n
@@ -37,7 +37,7 @@ AppVersionCode=101
AppVersionName="1.01"
ResetSdlConfigForThisVersion=n
DeleteFilesOnUpgrade="%"
CompiledLibraries="sdl_mixer sdl_image"
CompiledLibraries="sdl2_mixer sdl2_image"
CustomBuildScript=n
AppCflags='-O2 -finline-functions'
AppLdflags=''