gst/mpegtsmux/tsmux/: Fix build of mpegtsmux.
authorEdward Hervey <bilboed@bilboed.com>
Mon, 1 Sep 2008 17:41:39 +0000 (17:41 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 1 Sep 2008 17:41:39 +0000 (17:41 +0000)
Original commit message from CVS:
* gst/mpegtsmux/tsmux/tsmux.h:
* gst/mpegtsmux/tsmux/tsmuxstream.h:
Fix build of mpegtsmux.

ChangeLog
gst/mpegtsmux/tsmux/tsmux.h
gst/mpegtsmux/tsmux/tsmuxstream.h

index 9ef881e4e7c1f727f01290f3058e9c9ec9e33e63..8c30f69e833ab461469687f40ffc24b53e6439d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index fb0a81b53af3fde557e92deb642381ee9a838fdb..8b4df0971c1bc7ff42725493ebe9f94910eafe0d 100644 (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
 
index 9cc049ad2a30833ae6f8c1c7bc58293456c8f833..bf1e23b977a37b7f70eee428151ddadcaec72a7c 100644 (file)
@@ -82,7 +82,7 @@
 
 #include <glib.h>
 
-#include <tsmux/tsmuxcommon.h>
+#include "tsmuxcommon.h"
 
 G_BEGIN_DECLS