[FFmpeg-devel] [PATCH] avformat/Makefile: Add missing libamqp->urldecode dependency

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Sat Jan 8 12:18:16 EET 2022


Andreas Rheinhardt:
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
>  libavformat/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavformat/Makefile b/libavformat/Makefile
> index c479ea998e..cc19325397 100644
> --- a/libavformat/Makefile
> +++ b/libavformat/Makefile
> @@ -667,7 +667,7 @@ OBJS-$(CONFIG_UDPLITE_PROTOCOL)          += udp.o ip.o
>  OBJS-$(CONFIG_UNIX_PROTOCOL)             += unix.o
>  
>  # external library protocols
> -OBJS-$(CONFIG_LIBAMQP_PROTOCOL)          += libamqp.o
> +OBJS-$(CONFIG_LIBAMQP_PROTOCOL)          += libamqp.o urldecode.o
>  OBJS-$(CONFIG_LIBRIST_PROTOCOL)          += librist.o
>  OBJS-$(CONFIG_LIBRTMP_PROTOCOL)          += librtmp.o
>  OBJS-$(CONFIG_LIBRTMPE_PROTOCOL)         += librtmp.o
> 

Will apply this patchset tonight unless there are objections.

- Andreas


More information about the ffmpeg-devel mailing list