From 79d6b91e27fd187cdaad78728c91a59104a3c85d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 7 Apr 2013 17:36:29 +0100 Subject: [PATCH] printf: mark internal functions as internal --- gst/printf/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/printf/Makefile.am b/gst/printf/Makefile.am index e039a79..67dc35f 100644 --- a/gst/printf/Makefile.am +++ b/gst/printf/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = $(GLIB_CFLAGS) +AM_CPPFLAGS = $(GLIB_CFLAGS) -DSTATIC=G_GNUC_INTERNAL noinst_LTLIBRARIES = libgstprintf.la -- 2.7.4