[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:49:52 CEST 2008


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

Add .xspf association to win32 installer. Close #1964

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

 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 27bebc2..8bbd78d 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