diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-16 09:10:49 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-16 11:21:22 +0200 |
commit | aaf6d85283f2d7fbcec7af3f8b4d4723113fc6d8 (patch) | |
tree | 8c550e0d15f44be23325785b62fc07dafa10071c | |
parent | b15a2f25044583909aaedc3995d4aaad30df2619 (diff) | |
download | ffmpeg-aaf6d85283f2d7fbcec7af3f8b4d4723113fc6d8.tar.gz |
avcodec/Makefile: Remove obsolete adx_parser->adx.c dependency
Obsolete since b024209b1fe57b7902d30a8e0d38f5ecb628e6f3.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |