On 09/07/15 14:35, Vittorio Giovara wrote: > Unbreak 'make checkheaders'. > --- > libavcodec/libvpx.h | 2 ++ > libavcodec/lzf.h | 1 - > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/libvpx.h b/libavcodec/libvpx.h > index b990b76..b437f37 100644 > --- a/libavcodec/libvpx.h > +++ b/libavcodec/libvpx.h > @@ -21,6 +21,8 @@ > #ifndef AVCODEC_LIBVPX_H > #define AVCODEC_LIBVPX_H > > +#include <vpx/vpx_codec.h> > + > #include "avcodec.h" > > enum AVPixelFormat ff_vpx_imgfmt_to_pixfmt(vpx_img_fmt_t img); > diff --git a/libavcodec/lzf.h b/libavcodec/lzf.h > index ff05e9c..4951f25 100644 > --- a/libavcodec/lzf.h > +++ b/libavcodec/lzf.h > @@ -27,4 +27,3 @@ > int ff_lzf_uncompress(GetByteContext *gb, uint8_t **buf, int64_t *size); > > #endif /* AVCODEC_LZF_H */ > - >
Ok. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
