GNOME Bugzilla – Bug 615188
[vcdsrc] Fix redudant declaration with newer boilerplate
Last modified: 2010-04-08 16:30:59 UTC
Fixes compilation on my system.
Created attachment 158211 [details] [review] [vcdsrc] Fix redudant declaration with newer boilerplate vcdsrc.c:78: error: redundant redeclaration of ‘gst_vcdsrc_get_type’ vcdsrc.h:72: note: previous declaration of ‘gst_vcdsrc_get_type’ was here
I think you need a newer core for this. I removed the forward declaration in the BOILERPLATE macro, so you should only get this warning if you compile against a release.
My fault, I fudged the configure.ac to allow me to compile with my old GStreamer core and plugins-base.