mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 14:38:48 +00:00
codecanalyzer: add missing includes for g_printf()
This commit is contained in:
parent
1565bc4f58
commit
969f12ab46
2 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
||||||
#include <libxml/parser.h>
|
#include <libxml/parser.h>
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
|
#include <glib/gprintf.h>
|
||||||
|
|
||||||
#include "gst_analyzer.h"
|
#include "gst_analyzer.h"
|
||||||
#include "xml_parse.h"
|
#include "xml_parse.h"
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
|
|
@ -29,6 +29,8 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include <glib/gprintf.h>
|
||||||
|
|
||||||
#include "gst_analyzer.h"
|
#include "gst_analyzer.h"
|
||||||
#include <analyzer_utils.h>
|
#include <analyzer_utils.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue