[vlc-devel] [PATCH 2/2] win32: less verbose package installation

Steve Lhomme robux4 at gmail.com
Thu Jan 21 18:06:07 CET 2016


From: Steve Lhomme <robux4 at videolabs.io>

---
 extras/package/win32/package.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak
index b3e69fc..78d6ed5 100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -84,7 +84,7 @@ endif
 	echo "INPUT(libvlccore.lib)" > "$(win32_destdir)/sdk/lib/vlccore.lib"
 
 # Convert to DOS line endings
-	find $(win32_destdir) -type f \( -name "*xml" -or -name "*html" -or -name '*js' -or -name '*css' -or -name '*hosts' -or -iname '*txt' -or -name '*.cfg' -or -name '*.lua' \) -exec $(U2D) {} \;
+	find $(win32_destdir) -type f \( -name "*xml" -or -name "*html" -or -name '*js' -or -name '*css' -or -name '*hosts' -or -iname '*txt' -or -name '*.cfg' -or -name '*.lua' \) -exec $(U2D) -q {} \;
 
 package-win-npapi: build-npapi
 	cp "$(top_builddir)/npapi-vlc/activex/axvlc.dll.manifest" "$(win32_destdir)/"
-- 
1.9.5.msysgit.0



More information about the vlc-devel mailing list