Diego Biurrun <[email protected]> writes: > It is only used on the host and may not compile on the target. > --- > libavcodec/Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavcodec/Makefile b/libavcodec/Makefile > index 573d107..1cfea27 100644 > --- a/libavcodec/Makefile > +++ b/libavcodec/Makefile > @@ -653,7 +653,7 @@ OBJS-$(!CONFIG_SMALL) += inverse.o > > SKIPHEADERS += %_tablegen.h %_tables.h \ > aac_tablegen_decl.h fft-internal.h > \ > - $(ARCH)/vp56_arith.h > + tableprint.h $(ARCH)/vp56_arith.h > SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h > SKIPHEADERS-$(CONFIG_LIBDIRAC) += libdirac.h > SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += libschroedinger.h > --
OK Perhaps that list should be split with one name per line. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
