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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user