diff mbox series

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

Message ID 20210108035206.3261795-1-andreas.rheinhardt@gmail.com
State Accepted
Commit 9e74f324d8096c317419b42081b8288a6bc9ae60
Headers show
Series [FFmpeg-devel,1/5] avcodec/Makefile: Remove unnecessary cbrt_data dependency | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Andreas Rheinhardt Jan. 8, 2021, 3:52 a.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
---
 libavcodec/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andreas Rheinhardt Jan. 12, 2021, 12:14 a.m. UTC | #1
Andreas Rheinhardt:
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@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
diff mbox series

Patch

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