Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-06-05 04:00:21 +0400
committerDiego Biurrun <diego@biurrun.de>2011-06-05 18:01:00 +0400
commit29b3de127f332ef7dff863544730f0b4b0741a11 (patch)
tree966d8a95b0a4ca8ca4d91c030786234efe51e5d4 /libavcodec/Makefile
parent367732832faaf1bac4ece37cf7fef8c911e16312 (diff)
Skip generated table headers during 'make checkheaders'.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index ce96950301..6088d21307 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -651,8 +651,9 @@ OBJS-$(!CONFIG_SMALL) += inverse.o
-include $(SUBDIR)$(ARCH)/Makefile
-SKIPHEADERS += %_tablegen.h aac_tablegen_decl.h \
- fft-internal.h $(ARCH)/vp56_arith.h
+SKIPHEADERS += %_tablegen.h %_tables.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