vlc | branch: master | Steve Lhomme <[email protected]> | Thu Jan 21 18:06:07 
2016 +0100| [cf8f4ddb56a3a6bb21aa666dee2d6420394efee9] | committer: 
Jean-Baptiste Kempf

win32: less verbose package installation

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cf8f4ddb56a3a6bb21aa666dee2d6420394efee9
---

 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)/"

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to