Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Freire <klaussfreire@gmail.com>2015-09-19 00:38:54 +0300
committerClaudio Freire <klaussfreire@gmail.com>2015-09-19 04:57:56 +0300
commit3693efb3158d8e6aaeb9d504177fb6f96fc8f4e3 (patch)
tree35e9be5dae07b41b7e06a80e93d86231a1b78fbd /libavcodec/Makefile
parent6a817ac1e9a0d2b747f71abc5345a54434ceb4a2 (diff)
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/Makefile2
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