[vlc-devel] commit: Add .xspf association to win32 installer. Close #1964 ( Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Sep 10 08:52:48 CEST 2008


vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep  9 23:44:37 2008 -0700| [bb504cfccbb7b0f628d796b2d667002f41ca143d] | committer: Jean-Baptiste Kempf 

Add .xspf association to win32 installer. Close #1964
(cherry picked from commit 6a85f39bf6c52ba893213b326920034e08220e49)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 extras/package/win32/vlc.win32.nsi.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in
index 3776e66..86366d6 100644
--- a/extras/package/win32/vlc.win32.nsi.in
+++ b/extras/package/win32/vlc.win32.nsi.in
@@ -253,6 +253,7 @@ FunctionEnd
   !insertmacro ${_action} ".m3u"
   !insertmacro ${_action} ".pls"
   !insertmacro ${_action} ".vlc"
+  !insertmacro ${_action} ".xspf"
 !macroend
 
 ; One macro to rule them all




More information about the vlc-devel mailing list