X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=blobdiff_plain;f=libchimara%2Fgestalt.c;fp=libchimara%2Fgestalt.c;h=195733bd9c73d150168d7964b51cd2f8bc306215;hp=1dad9d94bf8c173b62f6ff906691f159e565ee70;hb=0984957da118ed09ff9f337c8b9cd1291b3d9510;hpb=6b441df0e3b55bc050229deb94566f8e6b0d395b diff --git a/libchimara/gestalt.c b/libchimara/gestalt.c index 1dad9d9..195733b 100644 --- a/libchimara/gestalt.c +++ b/libchimara/gestalt.c @@ -126,13 +126,13 @@ glk_gestalt_ext(glui32 sel, glui32 val, glui32 *arr, glui32 arrlen) case gestalt_ResourceStream: return 1; - /* Capabilities supported if compiled with GStreamer */ + /* Capabilities supported if compiled with sound support */ case gestalt_Sound: case gestalt_SoundVolume: case gestalt_SoundNotify: case gestalt_SoundMusic: case gestalt_Sound2: -#ifdef GSTREAMER_SOUND +#ifdef HAVE_SOUND return 1; #else return 0;