Skip tableprint.h during 'make checkheaders'.

It is only used on the host and may not compile on the target.
pull/2/head
Diego Biurrun 14 years ago
parent fb8648ad4b
commit ef5d7e18f4
  1. 7
      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

Loading…
Cancel
Save