[vlc-commits] Win32: Remove bin extension registration
Jean-Baptiste Kempf
git at videolan.org
Mon Feb 16 20:44:09 CET 2015
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 8 08:46:42 2015 +0100| [0d6bb8b40fc38dc7e92f5a0a4b9aafd3bb4085ed] | committer: Jean-Baptiste Kempf
Win32: Remove bin extension registration
(cherry picked from commit 37e605d8797c441ecb152ca35c98a335adaed684)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=0d6bb8b40fc38dc7e92f5a0a4b9aafd3bb4085ed
---
extras/package/win32/NSIS/helpers/extensions.nsh | 1 -
1 file changed, 1 deletion(-)
diff --git a/extras/package/win32/NSIS/helpers/extensions.nsh b/extras/package/win32/NSIS/helpers/extensions.nsh
index cd3646d..2bb22c7 100644
--- a/extras/package/win32/NSIS/helpers/extensions.nsh
+++ b/extras/package/win32/NSIS/helpers/extensions.nsh
@@ -218,7 +218,6 @@ FunctionEnd
!macro MacroOtherExtensions _action
!insertmacro ${_action} Other ".asx"
!insertmacro ${_action} Other ".b4s"
- !insertmacro ${_action} Other ".bin"
!insertmacro ${_action} Other ".cue"
!insertmacro ${_action} Other ".ifo"
!insertmacro ${_action} Other ".m3u"
More information about the vlc-commits
mailing list