<div dir="ltr">To avoid the last line from this tutorial<br><a href="https://wiki.videolan.org/Win32CompileMSYS/#Get_precompiled_3rd_party_libraries">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<br> <br>-- <br>1.9.5.msysgit.0<br><br><br></div></div>