GNOME Bugzilla – Bug 705148
latest release can't be build: error: redefinition of typedef 'GstVaapiDecoderMpeg4Class'
Last modified: 2013-08-26 10:58:16 UTC
because of this error: ------------------------------------------ CC libgstvaapi_0.10_la-gstvaapidecoder_mpeg4.lo gstvaapidecoder_mpeg4.c:113: error: redefinition of typedef 'GstVaapiDecoderMpeg4Class' gstvaapidecoder_mpeg4.c:44: note: previous declaration of 'GstVaapiDecoderMpeg4Class' was here make[5]: *** [libgstvaapi_0.10_la-gstvaapidecoder_mpeg4.lo] Error 1 make[5]: Leaving directory `/builddir/build/BUILD/gstreamer-vaapi-0.5.5.1/gst-libs/gst/vaapi' ------------------------------------------ imho the first definition should have to be deleted in line 44.
You are right, sorry for the inconvenience.
Fixed in current git master branch. Thanks.
commit d16db5896853345d65a3db8120de4663006079a3 Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com> Date: Mon Aug 26 11:31:06 2013 +0200 mpeg4: fix double definition of GstVaapiDecoderMpeg4Class. This fixes the following issue: CC libgstvaapi_0.10_la-gstvaapidecoder_mpeg4.lo gstvaapidecoder_mpeg4.c:113: error: redefinition of typedef 'GstVaapiDecoderMpeg4Class' gstvaapidecoder_mpeg4.c:44: note: previous declaration of 'GstVaapiDecoderMpeg4Class' was here make[5]: *** [libgstvaapi_0.10_la-gstvaapidecoder_mpeg4.lo] Error 1 make[5]: Leaving directory `/builddir/build/BUILD/gstreamer-vaapi-0.5.5.1/gst-libs/gst/vaapi' https://bugzilla.gnome.org/show_bug.cgi?id=705148