Mercurial > SDL_sound_CoreAudio
comparison decoders/Makefile.am @ 209:e63b9393f6ce
Added ModPlug support.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 10 Jan 2002 01:18:54 +0000 |
parents | 56bc776f0563 |
children | 07d0939d40e7 |
comparison
equal
deleted
inserted
replaced
208:32376317eedb | 209:e63b9393f6ce |
---|---|
4 | 4 |
5 INCLUDES = -I$(top_srcdir) -Itimidity | 5 INCLUDES = -I$(top_srcdir) -Itimidity |
6 | 6 |
7 libdecoders_la_SOURCES = \ | 7 libdecoders_la_SOURCES = \ |
8 aiff.c \ | 8 aiff.c \ |
9 mod.c \ | 9 mikmod.c \ |
10 modplug.c \ | |
10 mp3.c \ | 11 mp3.c \ |
11 ogg.c \ | 12 ogg.c \ |
12 raw.c \ | 13 raw.c \ |
13 shn.c \ | 14 shn.c \ |
14 voc.c \ | 15 voc.c \ |