Martin Storsjö <[email protected]> writes: > --- > Since I don't have access to a suitable sparc system to test this, > I can only fix the errors I see on FATE. However, there are no more > .c files in libavcodec/sparc after this one, so hopefully this is > enough. > > libavcodec/sparc/simple_idct_vis.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/libavcodec/sparc/simple_idct_vis.c > b/libavcodec/sparc/simple_idct_vis.c > index f9fcf80..43a898a 100644 > --- a/libavcodec/sparc/simple_idct_vis.c > +++ b/libavcodec/sparc/simple_idct_vis.c > @@ -22,8 +22,11 @@ > * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 > USA > */ > > +#include <stdint.h> > + > #include "libavcodec/dsputil.h" > #include "dsputil_vis.h" > +#include "libavutil/mem.h" > > static const DECLARE_ALIGNED(8, int16_t, coeffs)[28] = { > - 1259,- 1259,- 1259,- 1259, > --
LGTM -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
