diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-05-05 08:07:38 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-05-07 23:53:26 +0200 |
commit | 8b7f089e4beb532948e5d7bf6c44c7dd9a2e805a (patch) | |
tree | 471ef3ba84f8e569f1926ccd8ad33e259955259b /libavcodec/Makefile | |
parent | df2416ca97d2627a07a90eabce6fe1a3d184852e (diff) | |
download | ffmpeg-8b7f089e4beb532948e5d7bf6c44c7dd9a2e805a.tar.gz |
avcodec/Makefile: Correct name of cbd2_dpcm decoder
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index cfd8e06eba..1f5a679116 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -285,7 +285,7 @@ OBJS-$(CONFIG_BRENDER_PIX_DECODER) += brenderpix.o OBJS-$(CONFIG_C93_DECODER) += c93.o OBJS-$(CONFIG_CAVS_DECODER) += cavs.o cavsdec.o cavsdsp.o \ cavsdata.o -OBJS-$(CONFIG_CBD2_DECODER) += dpcm.o +OBJS-$(CONFIG_CBD2_DPCM_DECODER) += dpcm.o OBJS-$(CONFIG_CCAPTION_DECODER) += ccaption_dec.o ass.o OBJS-$(CONFIG_CDGRAPHICS_DECODER) += cdgraphics.o OBJS-$(CONFIG_CDTOONS_DECODER) += cdtoons.o |