[Lunar-commits] r17320 - moonbase/trunk/audio/libmad

Chad Kittel v3rt1g0 at lunar-linux.org
Mon Nov 14 23:47:30 UTC 2005


Author: v3rt1g0
Date: 2005-11-14 23:47:29 +0000 (Mon, 14 Nov 2005)
New Revision: 17320

Added:
   moonbase/trunk/audio/libmad/BUILD
Modified:
   moonbase/trunk/audio/libmad/DETAILS
Log:
  Build Tweak: libmad (0.15.1b)

  * Added compile time options as suggested by 'zbiggy' on the ML
  * tidy up the DETAILS file a bit too


Added: moonbase/trunk/audio/libmad/BUILD
===================================================================
--- moonbase/trunk/audio/libmad/BUILD	2005-11-14 23:04:18 UTC (rev 17319)
+++ moonbase/trunk/audio/libmad/BUILD	2005-11-14 23:47:29 UTC (rev 17320)
@@ -0,0 +1,7 @@
+(
+
+  OPTS="$OPTS  --disable-debugging --enable-accuracy"
+
+  default_build
+
+) > $C_FIFO 2>&1

Modified: moonbase/trunk/audio/libmad/DETAILS
===================================================================
--- moonbase/trunk/audio/libmad/DETAILS	2005-11-14 23:04:18 UTC (rev 17319)
+++ moonbase/trunk/audio/libmad/DETAILS	2005-11-14 23:47:29 UTC (rev 17320)
@@ -1,19 +1,19 @@
-           MODULE=libmad
+          MODULE=libmad
          VERSION=0.15.1b
           SOURCE=$MODULE-$VERSION.tar.gz
-     SOURCE_URL=ftp://ftp.mars.org/pub/mpeg/
+      SOURCE_URL=ftp://ftp.mars.org/pub/mpeg/
       SOURCE_VFY=md5:1be543bc30c56fb6bea1d7bf6a64e66c
-       WEB_SITE=http://www.mars.org/home/rob/proj/mpeg/
+        WEB_SITE=http://www.mars.org/home/rob/proj/mpeg/
          ENTERED=20031204
          UPDATED=20040218
-       SHORT="libmad is a MPEG audio decoder library"
+          SHORT="an MPEG audio decoder library"
 
 cat << EOF
 Libmad is a high-quality MPEG audio decoder library. It currently supports
-MPEG-1 and the MPEG-2  extension to Lower Sampling Frequencies, as
-well as the so-called MPEG 2.5 format. All three audio layers 
-(Layer I, Layer II, and Layer III a.k.a. MP3) are fully implemented.
-MAD has the following special features:
+MPEG-1 and the MPEG-2  extension to Lower Sampling Frequencies, as well as
+the so-called MPEG 2.5 format. All three audio layers (Layer I, Layer II,
+and Layer III a.k.a. MP3) are fully implemented.  MAD has the following
+special features:
 
 * 24-bit PCM output
 * 100% fixed-point (integer) computation
@@ -25,5 +25,4 @@
 supports only 16-bit PCM, applications can use the extra resolution to
 increase the audible dynamic range through the use of dithering or
 noise shaping.
-
 EOF



More information about the Lunar-commits mailing list