mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
pango: changes includes from brackets to quotes for local files
https://bugzilla.gnome.org/show_bug.cgi?id=667316
This commit is contained in:
parent
08af765ea2
commit
580b6b2b69
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gstclockoverlay.h>
|
#include "gstclockoverlay.h"
|
||||||
#include <gst/video/video.h>
|
#include <gst/video/video.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
#include <gst/video/video.h>
|
#include <gst/video/video.h>
|
||||||
|
|
||||||
#include <gsttimeoverlay.h>
|
#include "gsttimeoverlay.h"
|
||||||
|
|
||||||
GST_BOILERPLATE (GstTimeOverlay, gst_time_overlay, GstTextOverlay,
|
GST_BOILERPLATE (GstTimeOverlay, gst_time_overlay, GstTextOverlay,
|
||||||
GST_TYPE_TEXT_OVERLAY);
|
GST_TYPE_TEXT_OVERLAY);
|
||||||
|
|
Loading…
Reference in a new issue