From: Edward Hervey Date: Mon, 30 Jul 2007 11:57:26 +0000 (+0000) Subject: gst/gst.override: And the dataqueue header only landed in 0.10.11 too. X-Git-Tag: 1.19.3~485^2~659 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76af94397e9a2bf079d55d9e3b18e737013f82b3;p=platform%2Fupstream%2Fgstreamer.git gst/gst.override: And the dataqueue header only landed in 0.10.11 too. Original commit message from CVS: * gst/gst.override: And the dataqueue header only landed in 0.10.11 too. --- diff --git a/ChangeLog b/ChangeLog index c430a0c..5a62c20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-07-30 Edward Hervey + * gst/gst.override: + And the dataqueue header only landed in 0.10.11 too. + +2007-07-30 Edward Hervey + * gst/gst-0.10.11.ignore: GstDataQueue was added in gstreamer-0.10.11 * gst/gst-0.10.14.ignore: diff --git a/gst/gst.override b/gst/gst.override index 5295885..50601b6 100644 --- a/gst/gst.override +++ b/gst/gst.override @@ -46,7 +46,9 @@ headers #include #include #include +#if ((GST_VERSION_MICRO >= 11) || (GST_VERSION_MICRO == 10 && GST_VERSION_NANO > 0 )) #include +#endif #include