ffmpeg | branch: master | Claudio Freire <klaussfre...@gmail.com> | Fri Sep 18 18:38:54 2015 -0300| [3693efb3158d8e6aaeb9d504177fb6f96fc8f4e3] | committer: Claudio Freire
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. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3693efb3158d8e6aaeb9d504177fb6f96fc8f4e3 --- libavcodec/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog