ffmpeg | branch: release/5.0 | Andreas Rheinhardt <[email protected]> | Thu Jan 6 10:13:46 2022 +0100| [359836ce6c6fb8ac8dd1df208b76e2327edec9c1] | committer: Andreas Rheinhardt
avformat/Makefile: Add missing libamqp->urldecode dependency Signed-off-by: Andreas Rheinhardt <[email protected]> (cherry picked from commit 5bdd8e67e65db3fd623b1f6835eb8942f3a469bf) > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=359836ce6c6fb8ac8dd1df208b76e2327edec9c1 --- libavformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/Makefile b/libavformat/Makefile index d90b5e818e..78a15cd7e9 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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
