[FFmpeg-cvslog] avcodec/Makefile: Remove obsolete adx_parser->adx.c dependency

Andreas Rheinhardt git at videolan.org
Fri Sep 16 12:23:59 EEST 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri Sep 16 09:10:49 2022 +0200| [aaf6d85283f2d7fbcec7af3f8b4d4723113fc6d8] | committer: Andreas Rheinhardt

avcodec/Makefile: Remove obsolete adx_parser->adx.c dependency

Obsolete since b024209b1fe57b7902d30a8e0d38f5ecb628e6f3.

Reviewed-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aaf6d85283f2d7fbcec7af3f8b4d4723113fc6d8
---

 libavcodec/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index e938564a1f..e23b03e5dd 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -1112,7 +1112,7 @@ OBJS-$(CONFIG_AAC_LATM_PARSER)         += latm_parser.o
 OBJS-$(CONFIG_AAC_PARSER)              += aac_parser.o aac_ac3_parser.o
 OBJS-$(CONFIG_AC3_PARSER)              += aac_ac3_parser.o ac3tab.o \
                                           ac3_channel_layout_tab.o
-OBJS-$(CONFIG_ADX_PARSER)              += adx_parser.o adx.o
+OBJS-$(CONFIG_ADX_PARSER)              += adx_parser.o
 OBJS-$(CONFIG_AMR_PARSER)              += amr_parser.o
 OBJS-$(CONFIG_AV1_PARSER)              += av1_parser.o
 OBJS-$(CONFIG_AVS2_PARSER)             += avs2.o avs2_parser.o



More information about the ffmpeg-cvslog mailing list