From: Andoni Morales Alastruey Date: Fri, 3 May 2013 12:13:18 +0000 (+0200) Subject: ivorbisdec: fix duplicated symbols with vorbisdec X-Git-Tag: 1.19.3~511^2~5384 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=595c49c40d5859ee9c6e18a28d494140f93b0149;p=platform%2Fupstream%2Fgstreamer.git ivorbisdec: fix duplicated symbols with vorbisdec --- diff --git a/ext/vorbis/gstvorbisdeclib.h b/ext/vorbis/gstvorbisdeclib.h index 552ee43..cbb4fdf 100644 --- a/ext/vorbis/gstvorbisdeclib.h +++ b/ext/vorbis/gstvorbisdeclib.h @@ -61,6 +61,7 @@ /* we need a different type name here */ #define GstVorbisDec GstIVorbisDec #define GstVorbisDecClass GstIVorbisDecClass +#define gst_vorbis_dec_get_type gst_ivorbis_dec_get_type #endif /* TREMOR */