Added '(internal)' after the menu choice for MixSDL, so that people won't

try to download MixSDL libraries.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1205 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-09-06 15:08:49 +00:00
parent 33d5ec878d
commit 8aadcc77db
+1 -1
View File
@@ -115,7 +115,7 @@ CHOICE_graphics_DEFAULT=opengl
CHOICE_sound_OPTIONS="mixsdl openal" CHOICE_sound_OPTIONS="mixsdl openal"
CHOICE_sound_TITLE="Sound backend" CHOICE_sound_TITLE="Sound backend"
CHOICE_sound_OPTION_mixsdl_TITLE="Use MixSDL for sound" CHOICE_sound_OPTION_mixsdl_TITLE="Use MixSDL for sound (internal)"
CHOICE_sound_OPTION_mixsdl_ACTION=sound_mixsdl_action CHOICE_sound_OPTION_mixsdl_ACTION=sound_mixsdl_action
sound_mixsdl_action() { sound_mixsdl_action() {
CFLAGS="$CFLAGS -DSOUNDMODULE_SDL" CFLAGS="$CFLAGS -DSOUNDMODULE_SDL"