Mercurial > SDL_sound_CoreAudio
annotate 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 |
rev | line source |
---|---|
71 | 1 noinst_LTLIBRARIES = libdecoders.la |
2 | |
201 | 3 SUBDIRS = timidity |
4 | |
5 INCLUDES = -I$(top_srcdir) -Itimidity | |
71 | 6 |
7 libdecoders_la_SOURCES = \ | |
8 aiff.c \ | |
209
e63b9393f6ce
Added ModPlug support.
Ryan C. Gordon <icculus@icculus.org>
parents:
201
diff
changeset
|
9 mikmod.c \ |
e63b9393f6ce
Added ModPlug support.
Ryan C. Gordon <icculus@icculus.org>
parents:
201
diff
changeset
|
10 modplug.c \ |
71 | 11 mp3.c \ |
12 ogg.c \ | |
13 raw.c \ | |
201 | 14 shn.c \ |
71 | 15 voc.c \ |
110 | 16 midi.c \ |
157 | 17 flac.c \ |
71 | 18 wav.c |