[FFmpeg-cvslog] Skip headers not designed to work standalone during 'make checkheaders'.

Diego Biurrun git at videolan.org
Sun Jun 5 03:21:57 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Jun  4 18:02:40 2011 +0200| [61ec024d39cc53672901791923e9cb1bd0fda9f3] | committer: Diego Biurrun

Skip headers not designed to work standalone during 'make checkheaders'.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=61ec024d39cc53672901791923e9cb1bd0fda9f3
---

 libavcodec/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index ca5839f..77f285e 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -651,7 +651,8 @@ OBJS-$(!CONFIG_SMALL)                  += inverse.o
 
 -include $(SUBDIR)$(ARCH)/Makefile
 
-SKIPHEADERS                             = %_tablegen.h
+SKIPHEADERS                            += %_tablegen.h aac_tablegen_decl.h \
+                                          fft-internal.h $(ARCH)/vp56_arith.h
 SKIPHEADERS-$(CONFIG_DXVA2)            += dxva2.h dxva2_internal.h
 SKIPHEADERS-$(CONFIG_LIBDIRAC)         += libdirac.h
 SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER)  += libschroedinger.h



More information about the ffmpeg-cvslog mailing list