diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2014-12-24 12:56:00 +0100 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2014-12-24 12:56:36 +0100 |
commit | bed78064f4a884308ae02aaddc009d388124a574 (patch) | |
tree | 64ccdf26b152168370223f55071a1f694a7871ee | |
parent | 3a2bed1f9ebc1a3b477c54d2cdba4be0cc4f372b (diff) | |
download | ffmpeg-bed78064f4a884308ae02aaddc009d388124a574.tar.gz |
tableprint_vlc.h: Should not be checked by checkheaders.
Same as for tableprint.h.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 8a33513302..107661bc38 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -848,6 +848,7 @@ SKIPHEADERS += %_tablegen.h \ libutvideo.h \ old_codec_ids.h \ tableprint.h \ + tableprint_vlc.h \ $(ARCH)/vp56_arith.h \ SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h |