summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-05-25 15:04:20 +0200
committerAnton Khirnov <anton@khirnov.net>2020-05-27 10:22:17 +0200
commitba6cada92eb7c3446bfb1d4525031d405a052516 (patch)
tree3e1657545fa0491765daf44d09c7582e72acde0c /libavcodec/Makefile
parent383c03ee0f9a3065347c81e9f9f96d233240250b (diff)
avcodec.h: split AVCodec API into its 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 3d38b4a05d..6d816308c7 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -7,6 +7,7 @@ HEADERS = ac3_parser.h \
avdct.h \
avfft.h \
bsf.h \
+ codec.h \
codec_desc.h \
codec_id.h \
codec_par.h \