[vlc-commits] NSIS: Add missing extensions for WPL playlists

Marvin Scholz git at videolan.org
Thu Aug 22 10:08:43 CEST 2019


vlc/vlc-3.0 | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sat Aug 17 10:13:16 2019 +0200| [86c7bba1c09f53eb2ebbb50e2a7e49b4ae88a919] | committer: Hugo Beauzée-Luyssen

NSIS: Add missing extensions for WPL playlists

Fix #22535

(cherry picked from commit d68b5b2fac520c95a54f4066248e9f0d6c579c9b)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

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

 extras/package/win32/NSIS/helpers/extensions.nsh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/extras/package/win32/NSIS/helpers/extensions.nsh b/extras/package/win32/NSIS/helpers/extensions.nsh
index c2a521e41b..a62ec0615a 100644
--- a/extras/package/win32/NSIS/helpers/extensions.nsh
+++ b/extras/package/win32/NSIS/helpers/extensions.nsh
@@ -256,6 +256,8 @@ FunctionEnd
   !insertmacro ${_action} Other ".vlc"
   !insertmacro ${_action} Other ".wvx"
   !insertmacro ${_action} Other ".xspf"
+  !insertmacro ${_action} Other ".wpl"
+  !insertmacro ${_action} Other ".zpl"
 !macroend
 
 !macro MacroUnassociatedExtensions _action



More information about the vlc-commits mailing list