[Matroska-cvs] [matroska] r1247 - trunk/MatroskaPack/Satsuki

robux4 at matroska.org robux4 at matroska.org
Sun Apr 9 16:43:28 CEST 2006


Author: robux4
Date: 2006-04-09 18:43:24 +0400 (Sun, 09 Apr 2006)
New Revision: 1247

Modified:
   trunk/MatroskaPack/Satsuki/Matroska_Pack_Full.nsi
Log:
disable the MPEG2 decoder by default as it might interfere with the Windows Media Center

Modified: trunk/MatroskaPack/Satsuki/Matroska_Pack_Full.nsi
===================================================================
--- trunk/MatroskaPack/Satsuki/Matroska_Pack_Full.nsi	2006-03-31 12:33:56 UTC (rev 1246)
+++ trunk/MatroskaPack/Satsuki/Matroska_Pack_Full.nsi	2006-04-09 14:43:24 UTC (rev 1247)
@@ -339,7 +339,7 @@
 	!insertmacro MUI_STARTMENU_WRITE_END
 sectionend
 
-section "MPEG2 decoder" SecGabestMPEG2
+section /o "MPEG2 decoder" SecGabestMPEG2
 	Unregdll "GplMpgDec.ax"
     AddSize 252
 	SetOutPath "$INSTDIR"



More information about the Matroska-cvs mailing list