diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-23 08:20:12 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-09 08:37:08 +0100 |
commit | bdd1567c355a8092e7746ef99e831d579e34fa6a (patch) | |
tree | 17a7ad4d0478d7f57eb3e73462d3920fae184591 /libavcodec/Makefile | |
parent | 7d42fd6bb9df99a20cf2d0d0e3b166a83a649d08 (diff) | |
download | ffmpeg-bdd1567c355a8092e7746ef99e831d579e34fa6a.tar.gz |
lavc: remove disabled FF_API_CODEC_ID cruft
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index a6fed80c3a..33344fb584 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -4,7 +4,6 @@ FFLIBS = avutil HEADERS = avcodec.h \ avfft.h \ dxva2.h \ - old_codec_ids.h \ vaapi.h \ vda.h \ vdpau.h \ @@ -671,7 +670,6 @@ SKIPHEADERS += %_tablegen.h \ %_tables.h \ aac_tablegen_decl.h \ fft-internal.h \ - old_codec_ids.h \ tableprint.h \ $(ARCH)/vp56_arith.h \ |