[FFmpeg-devel] [PATCH] vda: add necessary includes to pass make checkheaders.
Ronald S. Bultje
rsbultje at gmail.com
Wed Mar 29 00:44:14 EEST 2017
Hi,
On Tue, Mar 28, 2017 at 5:38 PM, Clément Bœsch <u at pkh.me> wrote:
> 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.
Sure, sent a patch to do that instead then.
Ronald
More information about the ffmpeg-devel
mailing list