blob: 4d5c3096a97507d0cd3b719aa202f88b51e66c45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-ab,v 1.1 2006/10/12 13:27:51 drochner Exp $
--- gst/gstinfo.c.orig 2006-09-11 18:09:30.000000000 +0200
+++ gst/gstinfo.c
@@ -511,6 +511,7 @@ gst_debug_print_object (gpointer ptr)
return g_strdup_printf ("%p", ptr);
}
+#ifdef HAVE_PRINTF_EXTENSION
static gchar *
gst_debug_print_segment (gpointer ptr)
{
@@ -552,6 +553,7 @@ gst_debug_print_segment (gpointer ptr)
}
}
}
+#endif
/**
* gst_debug_construct_term_color:
|