diff options
author | Claudio Freire <klaussfreire@gmail.com> | 2015-09-18 18:38:54 -0300 |
---|---|---|
committer | Claudio Freire <klaussfreire@gmail.com> | 2015-09-18 22:57:56 -0300 |
commit | 3693efb3158d8e6aaeb9d504177fb6f96fc8f4e3 (patch) | |
tree | 35e9be5dae07b41b7e06a80e93d86231a1b78fbd /libavcodec/Makefile | |
parent | 6a817ac1e9a0d2b747f71abc5345a54434ceb4a2 (diff) | |
download | ffmpeg-3693efb3158d8e6aaeb9d504177fb6f96fc8f4e3.tar.gz |
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.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 4faa091f51..a991b2ed08 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -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 |