diff options
Diffstat (limited to 'gst/mpegtsmux/tsmux/tsmux.h')
-rw-r--r-- | gst/mpegtsmux/tsmux/tsmux.h | 4 |
1 files changed, 2 insertions, 2 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 |