[FFmpeg-devel] [PATCH 2/2] avcodec/Makefile: Remove obsolete adx_parser->adx.c dependency
Paul B Mahol
onemda at gmail.com
Fri Sep 16 10:42:36 EEST 2022
On 9/16/22, Andreas Rheinhardt <andreas.rheinhardt at outlook.com> wrote:
> Obsolete since b024209b1fe57b7902d30a8e0d38f5ecb628e6f3.
>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
> libavcodec/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
LGTM
> diff --git a/libavcodec/Makefile b/libavcodec/Makefile
> index 0b46bc0173..8a7b6d522a 100644
> --- a/libavcodec/Makefile
> +++ b/libavcodec/Makefile
> @@ -1111,7 +1111,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
> --
> 2.34.1
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
>
More information about the ffmpeg-devel
mailing list