diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-05 19:41:56 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-06 08:35:49 +0100 |
commit | 8f153214e369dacfba7a0b6061ed0ab99d3254fd (patch) | |
tree | 6825e658e162c83658ff4463f05b41d8d46d6691 /libavcodec | |
parent | 717c7f4ae9eb8e80042404a222d63dc941d13216 (diff) | |
download | ffmpeg-8f153214e369dacfba7a0b6061ed0ab99d3254fd.tar.gz |
avcodec/Makefile: Add missing entry for ADPCM_IMA_AMV_ENCODER
Forgotten in 555f5c1fc5ae0c4e7b0431dc3166c3fcf3f4e979.
Reviewed-by: Zane van Iperen <zane@zanevaniperen.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
(cherry picked from commit df4cb384fb68454e23f8cc2b369e344c1bd8be7d)
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 2e52b4b765..b3d284d7d0 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -874,6 +874,7 @@ OBJS-$(CONFIG_ADPCM_G726_ENCODER) += g726.o OBJS-$(CONFIG_ADPCM_G726LE_DECODER) += g726.o OBJS-$(CONFIG_ADPCM_G726LE_ENCODER) += g726.o OBJS-$(CONFIG_ADPCM_IMA_AMV_DECODER) += adpcm.o adpcm_data.o +OBJS-$(CONFIG_ADPCM_IMA_AMV_ENCODER) += adpcmenc.o adpcm_data.o OBJS-$(CONFIG_ADPCM_IMA_ALP_DECODER) += adpcm.o adpcm_data.o OBJS-$(CONFIG_ADPCM_IMA_ALP_ENCODER) += adpcmenc.o adpcm_data.o OBJS-$(CONFIG_ADPCM_IMA_APC_DECODER) += adpcm.o adpcm_data.o |