mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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
This commit is contained in:
parent
ed9cc7c8d2
commit
d16db58968
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ struct _GstVaapiDecoderMpeg4 {
|
|||
*
|
||||
* A decoder class based on Mpeg4.
|
||||
*/
|
||||
typedef struct _GstVaapiDecoderMpeg4Class GstVaapiDecoderMpeg4Class;
|
||||
struct _GstVaapiDecoderMpeg4Class {
|
||||
/*< private >*/
|
||||
GstVaapiDecoderClass parent_class;
|
||||
|
|
Loading…
Reference in a new issue