[FFmpeg-cvslog] build: add codec_names.h to SKIPHEADERS to fix make checkheaders.

Clément Bœsch git at videolan.org
Fri May 18 23:44:50 CEST 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sun May 13 21:10:54 2012 +0200| [1913989f568eab1b001e6c8645fd6f5409d93099] | committer: Clément Bœsch

build: add codec_names.h to SKIPHEADERS to fix make checkheaders.

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

 libavcodec/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 22c5941..f67952e 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -758,6 +758,7 @@ OBJS-$(!CONFIG_SMALL)                  += inverse.o
 SKIPHEADERS                            += %_tablegen.h                  \
                                           %_tables.h                    \
                                           aac_tablegen_decl.h           \
+                                          codec_names.h                 \
                                           fft-internal.h                \
                                           tableprint.h                  \
                                           $(ARCH)/vp56_arith.h          \



More information about the ffmpeg-cvslog mailing list