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.
This commit is contained in:
Edward Hervey 2007-07-30 11:57:26 +00:00
parent 9f852edee2
commit 76af94397e
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-07-30 Edward Hervey <bilboed@bilboed.com>
* gst/gst.override:
And the dataqueue header only landed in 0.10.11 too.
2007-07-30 Edward Hervey <bilboed@bilboed.com>
* gst/gst-0.10.11.ignore:

View file

@ -46,7 +46,9 @@ headers
#include <gst/base/gstbasetransform.h>
#include <gst/base/gstcollectpads.h>
#include <gst/base/gsttypefindhelper.h>
#if ((GST_VERSION_MICRO >= 11) || (GST_VERSION_MICRO == 10 && GST_VERSION_NANO > 0 ))
#include <gst/base/gstdataqueue.h>
#endif
#include <gst/net/gstnet.h>