Changeset 110 for libmad-dummy
- Timestamp:
- 05/11/07 23:10:09 (19 months ago)
- Location:
- libmad-dummy/trunk
- Files:
-
- 3 modified
-
debian/changelog (modified) (1 diff)
-
debian/control (modified) (1 diff)
-
mad.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libmad-dummy/trunk/debian/changelog
r97 r110 1 libmad-dummy (0.15.1b-1.64studio3) unstable; urgency=low 2 3 * Replaced the original package description. 4 5 -- Free Ekanayaka <freee@debian.org> Fri, 11 May 2007 19:04:28 +0200 6 7 libmad-dummy (0.15.1b-1.64studio2) unstable; urgency=low 8 9 * Fixed errors in alsaplayer 10 11 -- Free Ekanayaka <freee@debian.org> Wed, 9 May 2007 16:51:38 +0200 12 1 13 libmad-dummy (0.15.1b-1.64studio1) unstable; urgency=low 2 14 -
libmad-dummy/trunk/debian/control
r44 r110 11 11 Section: libs 12 12 Depends: ${shlibs:Depends} 13 Description: MPEG audio decoder library 14 MAD is an MPEG audio decoder. It currently only supports the MPEG 1 15 standard, but fully implements all three audio layers (Layer I, Layer II, 16 and Layer III, the latter often colloquially known as MP3.) 17 . 18 MAD has the following special features: 19 - 100% fixed-point (integer) computation 20 - completely new implementation based on the ISO/IEC 11172-3 standard 21 - distributed under the terms of the GNU General Public License (GPL) 13 Description: Dummy libmad replacement 14 This is a dummy libmad library, built specifically for 64 Studio. Due 15 to pantent issues it's not possible for 64 Studio to ship the original 16 libmad library, so if you need the original library please install the 17 version in Debian instead. -
libmad-dummy/trunk/mad.h
r26 r110 25 25 # endif 26 26 27 # define FPM_ INTEL27 # define FPM_DEFAULT 28 28 29 29 30 30 31 31 # define SIZEOF_INT 4 32 # define SIZEOF_LONG 432 # define SIZEOF_LONG 8 33 33 # define SIZEOF_LONG_LONG 8 34 34
