ffmpeg | branch: master | Carl Eugen Hoyos <[email protected]> | Thu Feb 5 10:07:03 2015 +0100| [afada9ac67a4e1f5036dcb1d5d42aaf06c2bd06b] | committer: Carl Eugen Hoyos
Fix compilation with --disable-protocol=udp > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=afada9ac67a4e1f5036dcb1d5d42aaf06c2bd06b --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/Makefile b/libavformat/Makefile index 5eb834e..582ec7f 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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
