mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
gst/mpegtsmux/tsmux/: Fix build of mpegtsmux.
Original commit message from CVS: * gst/mpegtsmux/tsmux/tsmux.h: * gst/mpegtsmux/tsmux/tsmuxstream.h: Fix build of mpegtsmux.
This commit is contained in:
parent
845094c32e
commit
b76d9f5bcd
3 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2008-09-01 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||||
|
|
||||||
|
* gst/mpegtsmux/tsmux/tsmux.h:
|
||||||
|
* gst/mpegtsmux/tsmux/tsmuxstream.h:
|
||||||
|
Fix build of mpegtsmux.
|
||||||
|
|
||||||
2008-09-01 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
2008-09-01 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -82,8 +82,8 @@
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
#include <tsmux/tsmuxcommon.h>
|
#include "tsmuxcommon.h"
|
||||||
#include <tsmux/tsmuxstream.h>
|
#include "tsmuxstream.h"
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
#include <tsmux/tsmuxcommon.h>
|
#include "tsmuxcommon.h"
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue