summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorClaudio Freire <klaussfreire@gmail.com>2015-09-18 18:38:54 -0300
committerClaudio Freire <klaussfreire@gmail.com>2015-09-18 22:57:56 -0300
commit3693efb3158d8e6aaeb9d504177fb6f96fc8f4e3 (patch)
tree35e9be5dae07b41b7e06a80e93d86231a1b78fbd /libavcodec
parent6a817ac1e9a0d2b747f71abc5345a54434ceb4a2 (diff)
downloadffmpeg-streaming-3693efb3158d8e6aaeb9d504177fb6f96fc8f4e3.zip
ffmpeg-streaming-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')
-rw-r--r--libavcodec/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 4faa091..a991b2e 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
OpenPOWER on IntegriCloud