[FFmpeg-cvslog] avformat/Makefile: Add missing libamqp->urldecode dependency
Andreas Rheinhardt
git at videolan.org
Sat Jan 8 19:42:07 EET 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Jan 6 10:13:46 2022 +0100| [5bdd8e67e65db3fd623b1f6835eb8942f3a469bf] | committer: Andreas Rheinhardt
avformat/Makefile: Add missing libamqp->urldecode dependency
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5bdd8e67e65db3fd623b1f6835eb8942f3a469bf
---
libavformat/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index ba041bb22e..c81ceb2555 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
More information about the ffmpeg-cvslog
mailing list