On Tue, Apr 4, 2017 at 8:05 AM, Shivraj Patil <shivraj.pa...@imgtec.com>
wrote:

> Hi,
>
> > diff --git a/libavcodec/hevcpred.h b/libavcodec/hevcpred.h
> > [..]
> > @@ -26,6 +26,8 @@
> >  #include <stddef.h>
> >  #include <stdint.h>
> >
> > +#include "get_bits.h"
> > +
>

hevcpred does not depend on get_bits.h and does not use any symbols
(get_bits* or GetBit*) from it. What compiler error does this fix?

diff --git a/libavcodec/mips/hevcpred_msa.c b/libavcodec/mips/hevcpred_msa.c
>
[..]

> -#include "libavcodec/hevc.h"
> +#include "libavcodec/hevcdec.h"
>

This looks correct.

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

Reply via email to