[FFmpeg-cvslog] Skip tableprint.h 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 01:59:14 2011 +0200| [ef5d7e18f4be8f36afc1034369849bff980ad9b1] | committer: Diego Biurrun
Skip tableprint.h during 'make checkheaders'.
It is only used on the host and may not compile on the target.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ef5d7e18f4be8f36afc1034369849bff980ad9b1
---
libavcodec/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 6088d21..b772bf1 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
More information about the ffmpeg-cvslog
mailing list