You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avformat/Makefile: Add missing libamqp->urldecode dependency
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
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