[matroska] r1247 - trunk/MatroskaPack/Satsuki

[email protected] Sun, 9 Apr 2006 18:43:28 +0400 (MSD)
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
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"