Browse Source

AAC encoder: fix make checkheaders

With the move of some functions into templates
in aaccoder_twoloop.h and aaccoder_trellis.h,
make checkheaders started failing. Add them to
SKIPHEADERS as should be.
tags/n3.0
Claudio Freire 10 years ago
parent
commit
3693efb315
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/Makefile

+ 2
- 0
libavcodec/Makefile View File

@@ -912,6 +912,8 @@ SKIPHEADERS += %_tablegen.h \
fft-internal.h \
tableprint.h \
tableprint_vlc.h \
aaccoder_twoloop.h \
aaccoder_trellis.h \
$(ARCH)/vp56_arith.h \

SKIPHEADERS-$(CONFIG_D3D11VA) += d3d11va.h dxva2_internal.h


Loading…
Cancel
Save