[vlc-commits] Win32: do not package the sdk folder

Jean-Baptiste Kempf git at videolan.org
Wed Jan 20 15:38:01 CET 2016


vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr 13 14:58:45 2015 +0200| [3306474f7c39541eaabcb616abb804e772108ff4] | committer: Jean-Baptiste Kempf

Win32: do not package the sdk folder

It is present in the .zip and .7zip since forever

It takes bandwidth and space that is not useful.

(cherry picked from commit 16b6f69f50f5f7d0733203790e01e9f75d5a4446)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 extras/package/win32/NSIS/vlc.win32.nsi.in |    1 -
 1 file changed, 1 deletion(-)

diff --git a/extras/package/win32/NSIS/vlc.win32.nsi.in b/extras/package/win32/NSIS/vlc.win32.nsi.in
index 5c240e3..0e902cd 100644
--- a/extras/package/win32/NSIS/vlc.win32.nsi.in
+++ b/extras/package/win32/NSIS/vlc.win32.nsi.in
@@ -206,7 +206,6 @@ ${MementoSection} $Name_Section01 SEC01
   ; Subfolders
   !insertmacro InstallFolder plugins
   !insertmacro InstallFolder locale
-  !insertmacro InstallFolder sdk
 @BUILD_SKINS_TRUE@   !insertmacro InstallFolder skins
 @BUILD_LUA_TRUE@     !insertmacro InstallFolder lua
 



More information about the vlc-commits mailing list