diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-08-05 10:36:55 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-08-07 15:56:39 +0200 |
commit | 104e10fb426f903ba9157fdbfe30292d0e4c3d72 (patch) | |
tree | ee04847da5d293ce2922ee5b1915d9594643ad25 /libavcodec/Makefile | |
parent | f5d2c597e99af218b0d4d1cf9737c7e68ee934e4 (diff) | |
download | ffmpeg-104e10fb426f903ba9157fdbfe30292d0e4c3d72.tar.gz |
lavc: add AV prefix to codec ids.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 4a4364dd1b..9bff68f83e 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -4,6 +4,7 @@ FFLIBS = avutil HEADERS = avcodec.h \ avfft.h \ dxva2.h \ + old_codec_ids.h \ vaapi.h \ vda.h \ vdpau.h \ |