[FFmpeg-devel] [PATCH] vda: add necessary includes to pass make checkheaders.

Clément Bœsch u at pkh.me
Wed Mar 29 00:38:21 EEST 2017


On Tue, Mar 28, 2017 at 05:35:08PM -0400, Ronald S. Bultje wrote:
> ---
>  libavcodec/vda_vt_internal.h | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/libavcodec/vda_vt_internal.h b/libavcodec/vda_vt_internal.h
> index 9ff63cc..458ebb4 100644
> --- a/libavcodec/vda_vt_internal.h
> +++ b/libavcodec/vda_vt_internal.h
> @@ -19,6 +19,13 @@
>  #ifndef AVCODEC_VDA_VT_INTERNAL_H
>  #define AVCODEC_VDA_VT_INTERNAL_H
>  
> +#include <stdint.h>
> +#define Picture QuickdrawPicture
> +#include <VideoDecodeAcceleration/VDADecoder.h>
> +#undef Picture
> +

That define looks wrong...

But in any case, I think that header belongs in the SKIPHEADERS in
lavc/Makefile.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170328/62f345eb/attachment.sig>


More information about the ffmpeg-devel mailing list