mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
fix g_log_domain_gstreamer compile (again)
Original commit message from CVS: fix g_log_domain_gstreamer compile (again)
This commit is contained in:
parent
02aca4f203
commit
668bbfbe0b
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
/* Modified by Jamie Gennis 06-2001 */
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include "gstlog.h"
|
||||
#include "gobject2gtk.h"
|
||||
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#ifndef __GST_LOG_H__
|
||||
#define __GST_LOG_H__
|
||||
|
||||
extern const gchar *g_log_domain_gstreamer;
|
||||
extern const char *g_log_domain_gstreamer;
|
||||
|
||||
/* information messages */
|
||||
#define GST_SHOW_INFO
|
||||
|
|
Loading…
Reference in a new issue