From 3693efb3158d8e6aaeb9d504177fb6f96fc8f4e3 Mon Sep 17 00:00:00 2001 From: Claudio Freire Date: Fri, 18 Sep 2015 18:38:54 -0300 Subject: [PATCH] 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. --- libavcodec/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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