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.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to