<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I have been unsuccessful in getting git send-email to work which is why I opted to submit the way I did.  I will keep trying but I’m running out of ideas.<div class=""><br class=""></div><div class="">The error I’m getting is "<span style="background-color: rgb(255, 255, 255);" class=""><font face="Menlo" class=""><span style="font-size: 11px;" class="">Can't locate Net/SMTP/SSL.pm in @INC” </span></font></span>which is evidently a missing perl library.  I’ve tried to add the module (<span style="font-family: Menlo; font-size: 11px; background-color: rgb(255, 255, 255);" class="">perl -MCPAN -e install NET::SMTP::SSL)</span> but it has not resolved the issue.</div><div class="">Wayne.</div><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jan 17, 2019, at 6:57 AM, Steve Lhomme <<a href="mailto:robux4@ycbcr.xyz" class="">robux4@ycbcr.xyz</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">You should use "git send-email" it will send separate emails for each patches. But in this cases all your patches should go into a single one.<br class=""><br class="">On 15/01/2019 01:17, Wayne Brassem wrote:<br class=""><blockquote type="cite" class="">Addressing items raised in <a href="https://mailman.videolan.org/pipermail/vlc-devel/2018-November/121776.html" class="">https://mailman.videolan.org/pipermail/vlc-devel/2018-November/121776.html</a> and added FQDN support to the AMT code.<br class="">AMT stands for Automatic Multicast Tunnelling and allow the user to receive multicast streams over an non-multicast enabled network by tunnelling through an AMT relay.<br class=""><br class="">From 91ef0bbc4b43eceaa3aea6cb2710232370a67ec8 Mon Sep 17 00:00:00 2001<br class="">From: Wayne Brassem <<a href="mailto:wbrassem@rogers.com" class="">wbrassem@rogers.com</a> <<a href="mailto:wbrassem@rogers.com" class="">mailto:wbrassem@rogers.com</a>>><br class="">Date: Mon, 14 Jan 2019 18:25:02 -0500<br class="">Subject: [PATCH 1/3] Addressed items in original AMT code submission and added<br class=""> FQDN support<br class=""><br class="">---<br class=""> modules/access/Makefile.am | 4 ++++<br class=""> 1 file changed, 4 insertions(+)<br class=""><br class="">diff --git a/modules/access/Makefile.am b/modules/access/Makefile.am<br class="">index c56cb8fe3a..792c6efb04 100644<br class="">--- a/modules/access/Makefile.am<br class="">+++ b/modules/access/Makefile.am<br class="">@@ -373,6 +373,10 @@ libudp_plugin_la_SOURCES = access/udp.c<br class=""> libudp_plugin_la_LIBADD = $(SOCKET_LIBS)<br class=""> access_LTLIBRARIES += <a href="http://libudp_plugin.la" class="">libudp_plugin.la</a> <<a href="http://libudp_plugin.la" class="">http://libudp_plugin.la</a>><br class=""><br class="">+libamt_plugin_la_SOURCES = access/amt.c access/amt.h<br class="">+libamt_plugin_la_LIBADD = $(SOCKET_LIBS)<br class="">+access_LTLIBRARIES += <a href="http://libamt_plugin.la" class="">libamt_plugin.la</a> <<a href="http://libamt_plugin.la" class="">http://libamt_plugin.la</a>><br class=""></blockquote><br class="">This can't be a separate patch from 2/3, it will break the build.<br class=""><br class=""><blockquote type="cite" class="">+<br class=""> libunc_plugin_la_SOURCES = access/unc.c access/smb_common.h<br class=""> libunc_plugin_la_LIBADD = -lmpr -lnetapi32<br class=""> if HAVE_WIN32<br class="">-- <br class="">2.17.2 (Apple Git-113)<br class=""><br class="">From 91c757f47445095ac8de8574a8b216cca3043898 Mon Sep 17 00:00:00 2001<br class="">From: Wayne Brassem <<a href="mailto:wbrassem@rogers.com" class="">wbrassem@rogers.com</a> <<a href="mailto:wbrassem@rogers.com" class="">mailto:wbrassem@rogers.com</a>>><br class="">Date: Mon, 14 Jan 2019 18:47:06 -0500<br class="">Subject: [PATCH 2/3] Addressed concerns in first submissions and added support<br class=""> for FQDN<br class=""><br class="">-- <br class="">2.17.2 (Apple Git-113)<br class=""><br class="">From 72ea76afdb7679f11e19b0ac2cba6c81ec1aed33 Mon Sep 17 00:00:00 2001<br class="">From: Wayne Brassem <<a href="mailto:wbrassem@rogers.com" class="">wbrassem@rogers.com</a> <<a href="mailto:wbrassem@rogers.com" class="">mailto:wbrassem@rogers.com</a>>><br class="">Date: Mon, 14 Jan 2019 18:48:17 -0500<br class="">Subject: [PATCH 3/3] Modifed function declarations<br class=""></blockquote><br class="">Since you're adding amt.h in the previous patch, just squash them into one.<br class="">_______________________________________________<br class="">vlc-devel mailing list<br class="">To unsubscribe or modify your subscription options:<br class=""><a href="https://mailman.videolan.org/listinfo/vlc-devel" class="">https://mailman.videolan.org/listinfo/vlc-devel</a></div></div></blockquote></div><br class=""></div></div></body></html>