mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
avformat/Makefile: Add missing libamqp->urldecode dependency
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
(cherry picked from commit 5bdd8e67e6)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user