summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-08-05 10:36:55 +0200
committerAnton Khirnov <anton@khirnov.net>2012-08-07 15:56:39 +0200
commit104e10fb426f903ba9157fdbfe30292d0e4c3d72 (patch)
treeee04847da5d293ce2922ee5b1915d9594643ad25 /libavcodec/Makefile
parentf5d2c597e99af218b0d4d1cf9737c7e68ee934e4 (diff)
lavc: add AV prefix to codec ids.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
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 \