X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fgestalt.c;h=195733bd9c73d150168d7964b51cd2f8bc306215;hb=0984957da118ed09ff9f337c8b9cd1291b3d9510;hp=bf60e871fb3155882ea39febe8746db28d047803;hpb=f5dd5617326cbfb6240a35d4049b575853ed3ca8;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/gestalt.c b/libchimara/gestalt.c index bf60e87..195733b 100644 --- a/libchimara/gestalt.c +++ b/libchimara/gestalt.c @@ -123,22 +123,23 @@ glk_gestalt_ext(glui32 sel, glui32 val, glui32 *arr, glui32 arrlen) case gestalt_UnicodeNorm: case gestalt_LineInputEcho: case gestalt_LineTerminators: + 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; #endif /* Unsupported capabilities */ - /* none! */ + /* None! */ /* Selector not supported */ default: