From 1913989f568eab1b001e6c8645fd6f5409d93099 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sun, 13 May 2012 21:10:54 +0200 Subject: [PATCH] build: add codec_names.h to SKIPHEADERS to fix make checkheaders. --- libavcodec/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.11.0