From 4098f809d605fc540870883a9f91880e13ce1d6b Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 28 Feb 2021 20:56:55 +0100 Subject: libavformat: add librist protocol This work is sponsored by Open Broadcast Systems. Signed-off-by: Paul B Mahol --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index 8ce53d5a8c..0f340f74a0 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -657,6 +657,7 @@ OBJS-$(CONFIG_UNIX_PROTOCOL) += unix.o # external library protocols OBJS-$(CONFIG_LIBAMQP_PROTOCOL) += libamqp.o +OBJS-$(CONFIG_LIBRIST_PROTOCOL) += librist.o OBJS-$(CONFIG_LIBRTMP_PROTOCOL) += librtmp.o OBJS-$(CONFIG_LIBRTMPE_PROTOCOL) += librtmp.o OBJS-$(CONFIG_LIBRTMPS_PROTOCOL) += librtmp.o -- cgit v1.2.3