mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
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:
parent
9f852edee2
commit
76af94397e
2 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue