From 590a756a84b81ad653832068cabfe1da761d77c4 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 11 May 2004 14:00:35 +0000 Subject: [PATCH] make plugin_init static Original commit message from CVS: make plugin_init static --- ext/theora/theora.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/theora/theora.c b/ext/theora/theora.c index 74c672374f..af9ae7e034 100644 --- a/ext/theora/theora.c +++ b/ext/theora/theora.c @@ -26,7 +26,7 @@ extern GType gst_theora_dec_get_type (void); extern GType gst_theora_enc_get_type (void); -gboolean +static gboolean plugin_init (GstPlugin * plugin) { if (!gst_library_load ("gsttags"))