From 61ec024d39cc53672901791923e9cb1bd0fda9f3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 4 Jun 2011 18:02:40 +0200 Subject: [PATCH] Skip headers not designed to work standalone during 'make checkheaders'. --- libavcodec/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index ca5839f2af..77f285eda0 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -651,7 +651,8 @@ OBJS-$(!CONFIG_SMALL) += inverse.o -include $(SUBDIR)$(ARCH)/Makefile -SKIPHEADERS = %_tablegen.h +SKIPHEADERS += %_tablegen.h aac_tablegen_decl.h \ + fft-internal.h $(ARCH)/vp56_arith.h SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h SKIPHEADERS-$(CONFIG_LIBDIRAC) += libdirac.h SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += libschroedinger.h