[vlc-commits] win32: less verbose package installation
Steve Lhomme
git at videolan.org
Thu Jan 21 18:10:42 CET 2016
vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | Thu Jan 21 18:06:07 2016 +0100| [cf8f4ddb56a3a6bb21aa666dee2d6420394efee9] | committer: Jean-Baptiste Kempf
win32: less verbose package installation
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> 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)/"
More information about the vlc-commits
mailing list