[FFmpeg-cvslog] Skip generated table headers during 'make checkheaders'.
Diego Biurrun
git at videolan.org
Mon Jun 6 03:51:50 CEST 2011
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Jun 5 02:00:21 2011 +0200| [29b3de127f332ef7dff863544730f0b4b0741a11] | committer: Diego Biurrun
Skip generated table headers during 'make checkheaders'.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=29b3de127f332ef7dff863544730f0b4b0741a11
---
libavcodec/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index ce96950..6088d21 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
More information about the ffmpeg-cvslog
mailing list