[vlc-commits] Win32: do not package the sdk folder
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Mon Apr 13 15:04:22 CEST 2015
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr 13 14:58:45 2015 +0200| [16b6f69f50f5f7d0733203790e01e9f75d5a4446] | 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.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=16b6f69f50f5f7d0733203790e01e9f75d5a4446
---
 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 415316e..42849e0 100644
--- a/extras/package/win32/NSIS/vlc.win32.nsi.in
+++ b/extras/package/win32/NSIS/vlc.win32.nsi.in
@@ -201,7 +201,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