Mercurial > SDL_sound_CoreAudio
comparison decoders/mp3.c @ 184:47cc2de2ae36
Changed reference to "LICENSE" file to "COPYING".
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 26 Dec 2001 10:40:25 +0000 |
parents | 1df5c106504e |
children | 5b311ffabe45 |
comparison
equal
deleted
inserted
replaced
183:26996236d790 | 184:47cc2de2ae36 |
---|---|
22 * | 22 * |
23 * This driver handles all those highly compressed songs you stole through | 23 * This driver handles all those highly compressed songs you stole through |
24 * Napster. :) It depends on the SMPEG library for decoding, which can | 24 * Napster. :) It depends on the SMPEG library for decoding, which can |
25 * be grabbed from: http://www.lokigames.com/development/smpeg.php3 | 25 * be grabbed from: http://www.lokigames.com/development/smpeg.php3 |
26 * | 26 * |
27 * Please see the file LICENSE in the source's root directory. | 27 * Please see the file COPYING in the source's root directory. |
28 * | 28 * |
29 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) | 29 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) |
30 */ | 30 */ |
31 | 31 |
32 #if HAVE_CONFIG_H | 32 #if HAVE_CONFIG_H |