<div dir="ltr">Same patch but removing the previous folder before copying.<br><br>---<br> contrib/src/main.mak | 6 ++++++<br> 1 file changed, 6 insertions(+)<br><br>diff --git a/contrib/src/main.mak b/contrib/src/main.mak<br>index 731e604..86323c2 100644<br>--- a/contrib/src/main.mak<br>+++ b/contrib/src/main.mak<br>@@ -384,6 +384,12 @@ vlc-contrib-$(HOST)-latest.tar.bz2:<br> <br> prebuilt: vlc-contrib-$(HOST)-latest.tar.bz2<br>     -$(UNPACK)<br>+ifdef HAVE_WIN32<br>+ifndef HAVE_CROSS_COMPILE<br>+    $(RM) $(HOST)/bin/moc $(HOST)/bin/uic $(HOST)/bin/rcc $(HOST)/bin/luac<br>+    $(RM) -r $(TOPDST)/$(HOST)<br>+endif<br>+endif<br>     mv $(HOST) $(TOPDST)<br>     cd $(TOPDST)/$(HOST) && $(SRC)/change_prefix.sh<br> <br>-- <br>1.9.5.msysgit.0<br><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 17, 2015 at 2:42 PM, Steve Lhomme <span dir="ltr"><<a href="mailto:robux4@gmail.com" target="_blank">robux4@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">To avoid the last line from this tutorial<br><a href="https://wiki.videolan.org/Win32CompileMSYS/#Get_precompiled_3rd_party_libraries" target="_blank">https://wiki.videolan.org/Win32CompileMSYS/#Get_precompiled_3rd_party_libraries</a><br><div><br>---<br> contrib/src/main.mak | 5 +++++<br> 1 file changed, 5 insertions(+)<br><br>diff --git a/contrib/src/main.mak b/contrib/src/main.mak<br>index 731e604..1478810 100644<br>--- a/contrib/src/main.mak<br>+++ b/contrib/src/main.mak<br>@@ -384,6 +384,11 @@ vlc-contrib-$(HOST)-latest.tar.bz2:<br> <br> prebuilt: vlc-contrib-$(HOST)-latest.tar.bz2<br>     -$(UNPACK)<br>+ifdef HAVE_WIN32<br>+ifndef HAVE_CROSS_COMPILE<br>+    $(RM) $(HOST)/bin/moc $(HOST)/bin/uic $(HOST)/bin/rcc $(HOST)/bin/luac<br>+endif<br>+endif<br>     mv $(HOST) $(TOPDST)<br>     cd $(TOPDST)/$(HOST) && $(SRC)/change_prefix.sh<span class="HOEnZb"><font color="#888888"><br> <br>-- <br>1.9.5.msysgit.0<br><br><br></font></span></div></div>
</blockquote></div><br></div>