diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-05-25 15:04:20 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-05-27 10:22:17 +0200 |
commit | ba6cada92eb7c3446bfb1d4525031d405a052516 (patch) | |
tree | 3e1657545fa0491765daf44d09c7582e72acde0c /libavcodec/Makefile | |
parent | 383c03ee0f9a3065347c81e9f9f96d233240250b (diff) | |
download | ffmpeg-ba6cada92eb7c3446bfb1d4525031d405a052516.tar.gz |
avcodec.h: split AVCodec API into its own header
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 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 \ |