gst-plugins-base: pango: changes includes from brackets to quotes for local files
Tim Müller
tpm at kemper.freedesktop.org
Thu Jan 5 02:52:34 PST 2012
Module: gst-plugins-base
Branch: master
Commit: 580b6b2b69f6c4c90962edceee19b7284999f36b
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=580b6b2b69f6c4c90962edceee19b7284999f36b
Author: Idar Tollefsen <itollefs at cisco.com>
Date: Thu Aug 4 11:30:05 2011 +0200
pango: changes includes from brackets to quotes for local files
https://bugzilla.gnome.org/show_bug.cgi?id=667316
---
ext/pango/gstclockoverlay.c | 2 +-
ext/pango/gsttimeoverlay.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ext/pango/gstclockoverlay.c b/ext/pango/gstclockoverlay.c
index d90cff1..24a8238 100644
--- a/ext/pango/gstclockoverlay.c
+++ b/ext/pango/gstclockoverlay.c
@@ -46,7 +46,7 @@
#include "config.h"
#endif
-#include <gstclockoverlay.h>
+#include "gstclockoverlay.h"
#include <gst/video/video.h>
#include <time.h>
diff --git a/ext/pango/gsttimeoverlay.c b/ext/pango/gsttimeoverlay.c
index 27fab92..fc66304 100644
--- a/ext/pango/gsttimeoverlay.c
+++ b/ext/pango/gsttimeoverlay.c
@@ -48,7 +48,7 @@
#include <gst/video/video.h>
-#include <gsttimeoverlay.h>
+#include "gsttimeoverlay.h"
GST_BOILERPLATE (GstTimeOverlay, gst_time_overlay, GstTextOverlay,
GST_TYPE_TEXT_OVERLAY);
More information about the gstreamer-commits
mailing list