[FFmpeg-devel] [PATCH] Build fix for MIPS
Ronald S. Bultje
rsbultje at gmail.com
Tue Apr 4 15:17:16 EEST 2017
On Tue, Apr 4, 2017 at 8:05 AM, Shivraj Patil <Shivraj.Patil at 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
More information about the ffmpeg-devel
mailing list