[Scummvm-cvs-logs] CVS: web downloads.php,1.86,1.87 links.php,1.44,1.45

Jonathan Gray khalek at users.sourceforge.net
Mon Mar 29 04:52:04 CEST 2004


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12956

Modified Files:
	downloads.php links.php 
Log Message:
Mention libmpeg2 on the downloads/links pages. FLAC can wait till a release that supports it is out the door

Index: downloads.php
===================================================================
RCS file: /cvsroot/scummvm/web/downloads.php,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- downloads.php	25 Mar 2004 11:05:11 -0000	1.86
+++ downloads.php	29 Mar 2004 12:39:54 -0000	1.87
@@ -172,6 +172,7 @@
 	<ul>
 	  <li><a href="http://www.underbit.com/products/mad/">MAD</a>: MPEG Audio Decoder</li>
 	  <li><a href="http://www.vorbis.com/">Ogg Vorbis</a></li>
+	  <li><a href="http://libmpeg2.sourceforge.net/">libmpeg2</a>: a free MPEG-2 video stream decoder</li>
 	</ul>
 <?
 

Index: links.php
===================================================================
RCS file: /cvsroot/scummvm/web/links.php,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- links.php	19 Mar 2004 17:50:06 -0000	1.44
+++ links.php	29 Mar 2004 12:39:54 -0000	1.45
@@ -125,6 +125,14 @@
 	    </td>
 	  </tr>
 
+	  <tr><td><a href="http://libmpeg2.sourceforge.net/"><b>libmpeg2</b></a></td></tr>
+	  <tr>
+	    <td style="padding-left: 3em;">
+	    libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video streams.
+	    ScummVM optionally supports playback of converted cutscenes in the Broken Sword games using libmpeg2.
+	    </td>
+	  </tr>
+
 	  <tr><td><a href="http://scale2x.sourceforge.net/"><b>Scale2x/3x/4x</b></a></td></tr>
 	  <tr>
 	    <td style="padding-left: 3em;">





More information about the Scummvm-git-logs mailing list