diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-05-13 21:10:54 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-05-18 23:34:11 +0200 |
commit | 1913989f568eab1b001e6c8645fd6f5409d93099 (patch) | |
tree | 2d7b5113705cde0fa09a7b12e8a3dc321503251b /libavcodec | |
parent | 3dba3b265c1cd7a3a11ecf05416235d2dfab95eb (diff) | |
download | ffmpeg-1913989f568eab1b001e6c8645fd6f5409d93099.tar.gz |
build: add codec_names.h to SKIPHEADERS to fix make checkheaders.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |