From ef5d7e18f4be8f36afc1034369849bff980ad9b1 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 5 Jun 2011 01:59:14 +0200 Subject: [PATCH] Skip tableprint.h during 'make checkheaders'. It is only used on the host and may not compile on the target. --- libavcodec/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 6088d21307..b772bf185e 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -651,8 +651,11 @@ OBJS-$(!CONFIG_SMALL) += inverse.o -include $(SUBDIR)$(ARCH)/Makefile -SKIPHEADERS += %_tablegen.h %_tables.h \ - aac_tablegen_decl.h fft-internal.h \ +SKIPHEADERS += %_tablegen.h \ + %_tables.h \ + aac_tablegen_decl.h \ + fft-internal.h \ + tableprint.h \ $(ARCH)/vp56_arith.h SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h SKIPHEADERS-$(CONFIG_LIBDIRAC) += libdirac.h