X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=blobdiff_plain;f=libchimara%2Fschannel.h;fp=libchimara%2Fschannel.h;h=ab1bee44d01c73863828eadcb74f205add7b0ef9;hp=a0eba8715520ac91d800fd8c9614c563397d32f0;hb=0984957da118ed09ff9f337c8b9cd1291b3d9510;hpb=6b441df0e3b55bc050229deb94566f8e6b0d395b diff --git a/libchimara/schannel.h b/libchimara/schannel.h index a0eba87..ab1bee4 100644 --- a/libchimara/schannel.h +++ b/libchimara/schannel.h @@ -6,7 +6,7 @@ #include "glk.h" #include "gi_dispa.h" #include "chimara-glk.h" -#ifdef GSTREAMER_SOUND +#if defined(GSTREAMER_0_10_SOUND) || defined(GSTREAMER_1_0_SOUND) #include #endif @@ -34,7 +34,7 @@ struct glk_schannel_struct guint volume_timer_id; glui32 volume_notify; -#ifdef GSTREAMER_SOUND +#if defined(GSTREAMER_0_10_SOUND) || defined(GSTREAMER_1_0_SOUND) /* Each sound channel is represented as a GStreamer pipeline. */ GstElement *pipeline, *source, *typefind, *demux, *decode, *convert, *filter, *sink; #endif