Added libMAD, added option to disable some libraries on ChangeAppsettings
This commit is contained in:
8
alienblaster/project/Application.mk
Normal file
8
alienblaster/project/Application.mk
Normal file
@@ -0,0 +1,8 @@
|
||||
APP_PROJECT_PATH := $(call my-dir)
|
||||
|
||||
# Available libraries: stlport sdl sdl_mixer tremor mad sdl_image png jpeg sdl_ttf freetype
|
||||
# sdl_mixer depends on tremor and optionally mad
|
||||
# sdl_image depends on png and jpeg
|
||||
# sdl_ttf depends on freetype
|
||||
|
||||
APP_MODULES := application sdl_main sdl sdl_mixer tremor mad sdl_image png jpeg sdl_ttf freetype
|
||||
Reference in New Issue
Block a user