From: Jan Schmidt Date: Sun, 28 Mar 2010 23:00:57 +0000 (+1100) Subject: openspc: Fix build warning X-Git-Tag: 1.19.3~507^2~17236 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5cabe639ac6e3911fe62f60b8c05a4aacabac5e9;p=platform%2Fupstream%2Fgstreamer.git openspc: Fix build warning Add a prototype for gst_spc_dec_get_type --- diff --git a/ext/spc/gstspc.h b/ext/spc/gstspc.h index e174066703..b187012924 100644 --- a/ext/spc/gstspc.h +++ b/ext/spc/gstspc.h @@ -65,6 +65,8 @@ struct _GstSpcDecClass GstElementClass parent_class; }; +GType gst_spc_dec_get_type(void); + G_END_DECLS #endif /* __GST_SPC_DEC_H__ */