Added libMAD, added option to disable some libraries on ChangeAppsettings

This commit is contained in:
pelya
2010-07-08 17:00:23 +03:00
parent 87265514cb
commit 9fdddca0ec
47 changed files with 23938 additions and 1 deletions

View File

@@ -23,4 +23,7 @@ SDL_TRACKBALL_KEYUP_DELAY := 1
# resized in HW-accelerated way, however it eats a tiny bit of CPU
SDL_VIDEO_RENDER_RESIZE := 2
# If SDL_Mixer should link to libMAD
SDL_MIXER_USE_LIBMAD := 1
include $(call all-subdir-makefiles)