summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-04-07 16:41:48 +0200
committerAnton Khirnov <anton@khirnov.net>2020-04-10 13:57:21 +0200
commitc6978418b836180c349aea3512f0a96227ecfc9b (patch)
treeddef756773b0cfa007fb341f5d12cc9ad089443c /libavcodec/Makefile
parent9875fd24ce585497b26d8b7a3d87143b3e80a6ca (diff)
avcodec.h: split codec IDs into their own header
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 1ae5f610c0..d9b04964ca 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -6,6 +6,7 @@ HEADERS = ac3_parser.h \
avcodec.h \
avdct.h \
avfft.h \
+ codec_id.h \
d3d11va.h \
dirac.h \
dv_profile.h \