]> git.sesse.net Git - ffmpeg/commitdiff
AAC encoder: fix make checkheaders
authorClaudio Freire <klaussfreire@gmail.com>
Fri, 18 Sep 2015 21:38:54 +0000 (18:38 -0300)
committerClaudio Freire <klaussfreire@gmail.com>
Sat, 19 Sep 2015 01:57:56 +0000 (22:57 -0300)
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

index 4faa091f516791956b9cfc9ac76456ceefb37acf..a991b2ed0822cc26e2be80702bfd1d153bb55d21 100644 (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