[FFmpeg-devel] [PATCH 1/5] avcodec/Makefile: Remove unnecessary cbrt_data dependency

Andreas Rheinhardt andreas.rheinhardt at gmail.com
Tue Jan 12 02:14:05 EET 2021


Andreas Rheinhardt:
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
> ---
>  libavcodec/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/Makefile b/libavcodec/Makefile
> index fea37ef3c9..36891bbb57 100644
> --- a/libavcodec/Makefile
> +++ b/libavcodec/Makefile
> @@ -174,7 +174,7 @@ OBJS-$(CONFIG_AAC_ENCODER)             += aacenc.o aaccoder.o aacenctab.o    \
>                                            aacenc_tns.o \
>                                            aacenc_ltp.o \
>                                            aacenc_pred.o \
> -                                          psymodel.o mpeg4audio.o kbdwin.o cbrt_data.o
> +                                          psymodel.o mpeg4audio.o kbdwin.o
>  OBJS-$(CONFIG_AAC_MF_ENCODER)          += mfenc.o mf_utils.o
>  OBJS-$(CONFIG_AASC_DECODER)            += aasc.o msrledec.o
>  OBJS-$(CONFIG_AC3_DECODER)             += ac3dec_float.o ac3dec_data.o ac3.o kbdwin.o ac3tab.o
> 
Will apply this patchset tomorrow unless there are objections.

- Andreas


More information about the ffmpeg-devel mailing list