Module: libav
Branch: master
Commit: ef5d7e18f4be8f36afc1034369849bff980ad9b1

Author:    Diego Biurrun <[email protected]>
Committer: Diego Biurrun <[email protected]>
Date:      Sun Jun  5 01:59:14 2011 +0200

Skip tableprint.h during 'make checkheaders'.

It is only used on the host and may not compile on the target.

---

 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

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to