From 8aadcc77db25ce5adddf63f0250fe8c9b8f6a9be Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sat, 6 Sep 2003 15:08:49 +0000 Subject: [PATCH] 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 --- sc2/build/unix/build.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/build/unix/build.config b/sc2/build/unix/build.config index fcde15fb8..45ef1052c 100644 --- a/sc2/build/unix/build.config +++ b/sc2/build/unix/build.config @@ -115,7 +115,7 @@ CHOICE_graphics_DEFAULT=opengl CHOICE_sound_OPTIONS="mixsdl openal" 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 sound_mixsdl_action() { CFLAGS="$CFLAGS -DSOUNDMODULE_SDL"