diff options
author | Dawid Kozinski <d.kozinski@samsung.com> | 2023-09-19 13:34:21 +0200 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2023-11-20 11:55:51 -0300 |
commit | c59a96fd08620bd8239c218f2e0dfb8429c81c3c (patch) | |
tree | 3db7bc2aae30bbdaa3f3803e5dbb323b01baca1e /libavcodec/Makefile | |
parent | e56d91f8a8b5198b0464a44acc157176770409cd (diff) | |
download | ffmpeg-c59a96fd08620bd8239c218f2e0dfb8429c81c3c.tar.gz |
avcodec/evc_encoder: Provided support for EVC encoder
- Added EVC encoder wrapper
- Changes in project configuration file and libavcodec Makefile
- Added documentation for xeve wrapper
Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com>
Signed-off-by: James Almer <jamrial@gmail.com>
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 a6dff5e61b..5571f5e414 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -1149,6 +1149,7 @@ OBJS-$(CONFIG_LIBX264_ENCODER) += libx264.o OBJS-$(CONFIG_LIBX265_ENCODER) += libx265.o OBJS-$(CONFIG_LIBXAVS_ENCODER) += libxavs.o OBJS-$(CONFIG_LIBXAVS2_ENCODER) += libxavs2.o +OBJS-$(CONFIG_LIBXEVE_ENCODER) += libxeve.o OBJS-$(CONFIG_LIBXVID_ENCODER) += libxvid.o OBJS-$(CONFIG_LIBZVBI_TELETEXT_DECODER) += libzvbi-teletextdec.o ass.o |