From: Clément Bœsch Date: Sun, 13 May 2012 19:10:54 +0000 (+0200) Subject: build: add codec_names.h to SKIPHEADERS to fix make checkheaders. X-Git-Tag: android-x86-4.4-r1~11795 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1913989f568eab1b001e6c8645fd6f5409d93099;p=android-x86%2Fexternal-ffmpeg.git build: add codec_names.h to SKIPHEADERS to fix make checkheaders. --- diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 22c594100c..f67952e8b4 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 \