From afada9ac67a4e1f5036dcb1d5d42aaf06c2bd06b Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos <cehoyos@ag.or.at> Date: Thu, 5 Feb 2015 10:07:03 +0100 Subject: Fix compilation with --disable-protocol=udp --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat') diff --git a/libavformat/Makefile b/libavformat/Makefile index 5eb834e757..582ec7f697 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -517,6 +517,7 @@ OBJS-$(CONFIG_SUBFILE_PROTOCOL) += subfile.o OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o OBJS-$(CONFIG_TLS_PROTOCOL) += tls.o OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o +OBJS-$(CONFIG_UDPLITE_PROTOCOL) += udp.o OBJS-$(CONFIG_UNIX_PROTOCOL) += unix.o OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o -- cgit v1.2.3