diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-05 21:55:59 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-05 21:55:59 +0200 |
commit | 8042d6c49248c80af322d9ca92ee486e0acf510a (patch) | |
tree | c834027994f338428f4d30d34c90f50fdd142c3e /libavcodec/Makefile | |
parent | 393b472362e5f56040b75b29c6835e56ddbd4f8a (diff) | |
download | ffmpeg-8042d6c49248c80af322d9ca92ee486e0acf510a.tar.gz |
avcodec: remove old_codec_ids.h from SKIPHEADERS as well
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index dc8016796c..893fc96d84 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -908,7 +908,6 @@ SKIPHEADERS += %_tablegen.h \ %_tables.h \ aac_tablegen_decl.h \ fft-internal.h \ - old_codec_ids.h \ tableprint.h \ tableprint_vlc.h \ $(ARCH)/vp56_arith.h \ |