From 5514d457a180b37949c47692ad9e2ecad31f9932 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 13 Feb 2011 17:51:45 -0800 Subject: [PATCH] sbc: audio: Remove workaround for compiler warnings --- ext/sbc/gstsbcdec.h | 2 +- ext/sbc/gstsbcenc.h | 2 +- ext/sbc/gstsbcparse.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/sbc/gstsbcdec.h b/ext/sbc/gstsbcdec.h index 6a15fb0438..c77feaed30 100644 --- a/ext/sbc/gstsbcdec.h +++ b/ext/sbc/gstsbcdec.h @@ -59,7 +59,7 @@ struct _GstSbcDecClass { GstElementClass parent_class; }; -//GType gst_sbc_dec_get_type(void); +GType gst_sbc_dec_get_type(void); gboolean gst_sbc_dec_plugin_init(GstPlugin *plugin); diff --git a/ext/sbc/gstsbcenc.h b/ext/sbc/gstsbcenc.h index 0c8508b251..0329351fa6 100644 --- a/ext/sbc/gstsbcenc.h +++ b/ext/sbc/gstsbcenc.h @@ -68,7 +68,7 @@ struct _GstSbcEncClass { GstElementClass parent_class; }; -//GType gst_sbc_enc_get_type(void); +GType gst_sbc_enc_get_type(void); gboolean gst_sbc_enc_plugin_init(GstPlugin *plugin); diff --git a/ext/sbc/gstsbcparse.h b/ext/sbc/gstsbcparse.h index d7331adf8d..ecb8be426a 100644 --- a/ext/sbc/gstsbcparse.h +++ b/ext/sbc/gstsbcparse.h @@ -62,7 +62,7 @@ struct _GstSbcParseClass { GstElementClass parent_class; }; -//GType gst_sbc_parse_get_type(void); +GType gst_sbc_parse_get_type(void); gboolean gst_sbc_parse_plugin_init(GstPlugin *plugin);