]> git.sesse.net Git - vlc/commit
* all: support .zip for skin themes in addition to tar.gz (vlt)
authorCyril Deguet <asmax@videolan.org>
Sun, 6 Nov 2005 12:31:53 +0000 (12:31 +0000)
committerCyril Deguet <asmax@videolan.org>
Sun, 6 Nov 2005 12:31:53 +0000 (12:31 +0000)
commit5fa7831e3ccf9b7a0ab35cabb5408165ae8cf3e0
tree2482403a093455d968672788ca89e7e41a05bc89
parent17025142ade94222034385e77ff4d18042a18f48
* all: support .zip for skin themes in addition to tar.gz (vlt)
  Borrowed code from Gilles Vollant for the unzip part
  (I guess this code should be put elsewhere in vlc, but it was
  the easy way for me at the moment;) I hope it compiles fine
  everywhere, I've tested only on linux.
  Now, everything's ready for winamp skins ;)
modules/gui/skins2/Modules.am
modules/gui/skins2/src/theme_loader.cpp
modules/gui/skins2/src/theme_loader.hpp
modules/gui/skins2/src/theme_repository.cpp
modules/gui/skins2/unzip/crypt.h [new file with mode: 0644]
modules/gui/skins2/unzip/ioapi.c [new file with mode: 0644]
modules/gui/skins2/unzip/ioapi.h [new file with mode: 0644]
modules/gui/skins2/unzip/unzip.c [new file with mode: 0644]
modules/gui/skins2/unzip/unzip.h [new file with mode: 0644]