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:
Edward Hervey 2008-09-01 17:41:39 +00:00
parent 845094c32e
commit b76d9f5bcd
3 changed files with 9 additions and 3 deletions

View file

@ -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>
* configure.ac:

View file

@ -82,8 +82,8 @@
#include <glib.h>
#include <tsmux/tsmuxcommon.h>
#include <tsmux/tsmuxstream.h>
#include "tsmuxcommon.h"
#include "tsmuxstream.h"
G_BEGIN_DECLS

View file

@ -82,7 +82,7 @@
#include <glib.h>
#include <tsmux/tsmuxcommon.h>
#include "tsmuxcommon.h"
G_BEGIN_DECLS