summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2015-02-05 10:07:03 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2015-02-05 10:07:03 +0100
commitafada9ac67a4e1f5036dcb1d5d42aaf06c2bd06b (patch)
tree720b385c4325a0d8c2d717eba6372379785d543a /libavformat
parent7801a54ec3d922c0e5ea8d65149842c135e6cf71 (diff)
Fix compilation with --disable-protocol=udp
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
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