Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-04-07 17:41:48 +0300
committerAnton Khirnov <anton@khirnov.net>2020-04-10 14:57:21 +0300
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 \