mpeg4: fix double definition of GstVaapiDecoderMpeg4Class.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 26 Aug 2013 09:31:06 +0000 (11:31 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 26 Aug 2013 09:31:06 +0000 (11:31 +0200)
commitd16db5896853345d65a3db8120de4663006079a3
treecb4b591b8283830861af016fadb7aafd53f3d396
parented9cc7c8d2b7a4fa987d4d8881a929b20569ca9d
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
gst-libs/gst/vaapi/gstvaapidecoder_mpeg4.c