[vlc-commits] Win32: Remove bin extension registration
Jean-Baptiste Kempf
git at videolan.org
Sun Feb 8 08:48:01 CET 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 8 08:46:42 2015 +0100| [37e605d8797c441ecb152ca35c98a335adaed684] | committer: Jean-Baptiste Kempf
Win32: Remove bin extension registration
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=37e605d8797c441ecb152ca35c98a335adaed684
---
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 9a94850..3afcffb 100644
--- a/extras/package/win32/NSIS/helpers/extensions.nsh
+++ b/extras/package/win32/NSIS/helpers/extensions.nsh
@@ -219,7 +219,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