diff options
author | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2015-04-03 20:31:47 +0200 |
---|---|---|
committer | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2015-04-08 16:20:55 +0200 |
commit | b1bbc087c1d00a30910673a61b2872cd629c9663 (patch) | |
tree | 37083e083525481bda787b623c27a2307071f831 /gst-libs/gst/vaapi/gstvaapiencoder_objects.h | |
parent | c82e51738fcae3c5952e551eebc0842b49c58ad0 (diff) | |
download | gst-vaapi-b1bbc087c1d00a30910673a61b2872cd629c9663.tar.gz |
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
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapiencoder_objects.h')
-rw-r--r-- | gst-libs/gst/vaapi/gstvaapiencoder_objects.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapiencoder_objects.h b/gst-libs/gst/vaapi/gstvaapiencoder_objects.h index 5f7e78bf..6e8945cd 100644 --- a/gst-libs/gst/vaapi/gstvaapiencoder_objects.h +++ b/gst-libs/gst/vaapi/gstvaapiencoder_objects.h @@ -35,7 +35,6 @@ typedef struct _GstVaapiEncMiscParam GstVaapiEncMiscParam; typedef struct _GstVaapiEncSlice GstVaapiEncSlice; typedef struct _GstVaapiEncQMatrix GstVaapiEncQMatrix; typedef struct _GstVaapiEncHuffmanTable GstVaapiEncHuffmanTable; -typedef struct _GstVaapiCodedBuffer GstVaapiCodedBuffer; typedef struct _GstVaapiEncPackedHeader GstVaapiEncPackedHeader; /* ------------------------------------------------------------------------- */ |