summaryrefslogtreecommitdiffstats
path: root/gst/mpegtsmux/tsmux
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-09-01 17:41:39 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-09-01 17:41:39 +0000
commitb76d9f5bcd45db460c314c18ffea3b7415dac3b4 (patch)
tree48ac1cb4defd102777ebfd6f0aa4389ce020d9ea /gst/mpegtsmux/tsmux
parent845094c32edb03987f54977837db00e66cb40542 (diff)
downloadgst-plugins-bad-b76d9f5bcd45db460c314c18ffea3b7415dac3b4.tar.gz
gst-plugins-bad-b76d9f5bcd45db460c314c18ffea3b7415dac3b4.tar.bz2
gst-plugins-bad-b76d9f5bcd45db460c314c18ffea3b7415dac3b4.zip
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.
Diffstat (limited to 'gst/mpegtsmux/tsmux')
-rw-r--r--gst/mpegtsmux/tsmux/tsmux.h4
-rw-r--r--gst/mpegtsmux/tsmux/tsmuxstream.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/gst/mpegtsmux/tsmux/tsmux.h b/gst/mpegtsmux/tsmux/tsmux.h
index fb0a81b5..8b4df097 100644
--- a/gst/mpegtsmux/tsmux/tsmux.h
+++ b/gst/mpegtsmux/tsmux/tsmux.h
@@ -82,8 +82,8 @@
#include <glib.h>
-#include <tsmux/tsmuxcommon.h>
-#include <tsmux/tsmuxstream.h>
+#include "tsmuxcommon.h"
+#include "tsmuxstream.h"
G_BEGIN_DECLS
diff --git a/gst/mpegtsmux/tsmux/tsmuxstream.h b/gst/mpegtsmux/tsmux/tsmuxstream.h
index 9cc049ad..bf1e23b9 100644
--- a/gst/mpegtsmux/tsmux/tsmuxstream.h
+++ b/gst/mpegtsmux/tsmux/tsmuxstream.h
@@ -82,7 +82,7 @@
#include <glib.h>
-#include <tsmux/tsmuxcommon.h>
+#include "tsmuxcommon.h"
G_BEGIN_DECLS