diff mbox series

[FFmpeg-devel] avformat/Makefile: Add missing rawenc dependency for iLBC muxer

Message ID 20200407171950.19086-1-andreas.rheinhardt@gmail.com
State Accepted
Commit 64f4d58c5e3df3cb28f1079a03f3e6a4715e73fc
Headers show
Series [FFmpeg-devel] avformat/Makefile: Add missing rawenc dependency for iLBC muxer | expand

Checks

Context Check Description
andriy/ffmpeg-patchwork success Make fate finished

Commit Message

Andreas Rheinhardt April 7, 2020, 5:19 p.m. UTC
Forgotten in ab502fab.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
---
Sorry for this mistake in ab502fab.

054ce5f786f0bff2491bda5497850d2390621176 is not a real fix, because
--disable-everything --enable-muxer=ilbc would still fail.

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

Comments

Andreas Rheinhardt April 11, 2020, 11:06 p.m. UTC | #1
Andreas Rheinhardt:
> Forgotten in ab502fab.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
> ---
> Sorry for this mistake in ab502fab.
> 
> 054ce5f786f0bff2491bda5497850d2390621176 is not a real fix, because
> --disable-everything --enable-muxer=ilbc would still fail.
> 
>  libavformat/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavformat/Makefile b/libavformat/Makefile
> index 8fd0d43721..9d4c230bcf 100644
> --- a/libavformat/Makefile
> +++ b/libavformat/Makefile
> @@ -239,7 +239,7 @@ OBJS-$(CONFIG_IDF_DEMUXER)               += bintext.o sauce.o
>  OBJS-$(CONFIG_IFF_DEMUXER)               += iff.o
>  OBJS-$(CONFIG_IFV_DEMUXER)               += ifv.o
>  OBJS-$(CONFIG_ILBC_DEMUXER)              += ilbc.o
> -OBJS-$(CONFIG_ILBC_MUXER)                += ilbc.o
> +OBJS-$(CONFIG_ILBC_MUXER)                += ilbc.o rawenc.o
>  OBJS-$(CONFIG_IMAGE2_DEMUXER)            += img2dec.o img2.o
>  OBJS-$(CONFIG_IMAGE2_MUXER)              += img2enc.o img2.o
>  OBJS-$(CONFIG_IMAGE2PIPE_DEMUXER)        += img2dec.o img2.o
> 
Ping. (Given that I created this mess, I am of course eager to fix it.)

- Andreas
Andreas Rheinhardt April 12, 2020, 5:13 p.m. UTC | #2
Andreas Rheinhardt:
> Andreas Rheinhardt:
>> Forgotten in ab502fab.
>>
>> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
>> ---
>> Sorry for this mistake in ab502fab.
>>
>> 054ce5f786f0bff2491bda5497850d2390621176 is not a real fix, because
>> --disable-everything --enable-muxer=ilbc would still fail.
>>
>>  libavformat/Makefile | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/libavformat/Makefile b/libavformat/Makefile
>> index 8fd0d43721..9d4c230bcf 100644
>> --- a/libavformat/Makefile
>> +++ b/libavformat/Makefile
>> @@ -239,7 +239,7 @@ OBJS-$(CONFIG_IDF_DEMUXER)               += bintext.o sauce.o
>>  OBJS-$(CONFIG_IFF_DEMUXER)               += iff.o
>>  OBJS-$(CONFIG_IFV_DEMUXER)               += ifv.o
>>  OBJS-$(CONFIG_ILBC_DEMUXER)              += ilbc.o
>> -OBJS-$(CONFIG_ILBC_MUXER)                += ilbc.o
>> +OBJS-$(CONFIG_ILBC_MUXER)                += ilbc.o rawenc.o
>>  OBJS-$(CONFIG_IMAGE2_DEMUXER)            += img2dec.o img2.o
>>  OBJS-$(CONFIG_IMAGE2_MUXER)              += img2enc.o img2.o
>>  OBJS-$(CONFIG_IMAGE2PIPE_DEMUXER)        += img2dec.o img2.o
>>
> Ping. (Given that I created this mess, I am of course eager to fix it.)
> 
> - Andreas
> 
Will apply.

- Andreas
diff mbox series

Patch

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 8fd0d43721..9d4c230bcf 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -239,7 +239,7 @@  OBJS-$(CONFIG_IDF_DEMUXER)               += bintext.o sauce.o
 OBJS-$(CONFIG_IFF_DEMUXER)               += iff.o
 OBJS-$(CONFIG_IFV_DEMUXER)               += ifv.o
 OBJS-$(CONFIG_ILBC_DEMUXER)              += ilbc.o
-OBJS-$(CONFIG_ILBC_MUXER)                += ilbc.o
+OBJS-$(CONFIG_ILBC_MUXER)                += ilbc.o rawenc.o
 OBJS-$(CONFIG_IMAGE2_DEMUXER)            += img2dec.o img2.o
 OBJS-$(CONFIG_IMAGE2_MUXER)              += img2enc.o img2.o
 OBJS-$(CONFIG_IMAGE2PIPE_DEMUXER)        += img2dec.o img2.o