mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
encoder: avoid GstVaapiCodedBuffer redefinition
The symbol GstVaapiCodedBuffer is already defined in gst-libs/gst/vaapi/gstvaapicodedbuffer.h which is loaded, at the end, by gstvaapiencoder_objects.h. Clang complains about the symbol re-definition. This patch removes that redefinition. https://bugzilla.gnome.org/show_bug.cgi?id=747312
This commit is contained in:
parent
c82e51738f
commit
b1bbc087c1
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ typedef struct _GstVaapiEncMiscParam GstVaapiEncMiscParam;
|
||||||
typedef struct _GstVaapiEncSlice GstVaapiEncSlice;
|
typedef struct _GstVaapiEncSlice GstVaapiEncSlice;
|
||||||
typedef struct _GstVaapiEncQMatrix GstVaapiEncQMatrix;
|
typedef struct _GstVaapiEncQMatrix GstVaapiEncQMatrix;
|
||||||
typedef struct _GstVaapiEncHuffmanTable GstVaapiEncHuffmanTable;
|
typedef struct _GstVaapiEncHuffmanTable GstVaapiEncHuffmanTable;
|
||||||
typedef struct _GstVaapiCodedBuffer GstVaapiCodedBuffer;
|
|
||||||
typedef struct _GstVaapiEncPackedHeader GstVaapiEncPackedHeader;
|
typedef struct _GstVaapiEncPackedHeader GstVaapiEncPackedHeader;
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------- */
|
||||||
|
|
Loading…
Reference in a new issue