[Scummvm-cvs-logs] CVS: web links.php,1.48,1.49 downloads.php,1.100,1.101

Max Horn fingolfin at users.sourceforge.net
Sun Dec 5 15:54:03 CET 2004


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

Modified Files:
	links.php downloads.php 
Log Message:
Added FLAC (even though it's only meaningful for 0.7.0)

Index: links.php
===================================================================
RCS file: /cvsroot/scummvm/web/links.php,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- links.php	2 Sep 2004 19:23:23 -0000	1.48
+++ links.php	5 Dec 2004 23:53:39 -0000	1.49
@@ -89,6 +89,12 @@
 				patent-and-royalty-free, general-purpose compressed audio
 				format. ScummVM optionally supports playback of CD tracks and
 				other audio data encoded using Ogg Vorbis.');
+			addLinkEntry('FLAC', 'http://flac.sourceforge.net/',
+				'FLAC stands for Free Lossless Audio Codec. Grossly
+				oversimplified, FLAC is similar to MP3, but lossless, meaning
+				that audio is compressed in FLAC without any loss in quality.
+				ScummVM optionally supports playback of CD tracks and other
+				audio data encoded using FLAC.');
 			addLinkEntry('libmpeg2', 'http://libmpeg2.sourceforge.net/',
 				'libmpeg2 is a free library for decoding mpeg-2 and mpeg-1
 				video streams. ScummVM optionally supports playback of

Index: downloads.php
===================================================================
RCS file: /cvsroot/scummvm/web/downloads.php,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- downloads.php	24 Nov 2004 21:07:11 -0000	1.100
+++ downloads.php	5 Dec 2004 23:53:39 -0000	1.101
@@ -177,7 +177,8 @@
 	<h3>Optional Libraries:</h3>
 	<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://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></li>
+	  <li><a href="http://flac.sourceforge.net/">FLAC</a></li>
 	  <li><a href="http://libmpeg2.sourceforge.net/">libmpeg2</a>: a free MPEG-2 video stream decoder</li>
 	</ul>
 <?





More information about the Scummvm-git-logs mailing list