Browse Source

Skip tableprint.h during 'make checkheaders'.

It is only used on the host and may not compile on the target.
tags/n0.8
Diego Biurrun 14 years ago
parent
commit
ef5d7e18f4
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      libavcodec/Makefile

+ 5
- 2
libavcodec/Makefile View File

@@ -651,8 +651,11 @@ OBJS-$(!CONFIG_SMALL) += inverse.o


-include $(SUBDIR)$(ARCH)/Makefile -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 $(ARCH)/vp56_arith.h
SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h
SKIPHEADERS-$(CONFIG_LIBDIRAC) += libdirac.h SKIPHEADERS-$(CONFIG_LIBDIRAC) += libdirac.h


Loading…
Cancel
Save