Mercurial > SDL_sound_CoreAudio
annotate decoders/Makefile.am @ 216:07d0939d40e7
Support for .AU files added.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 13 Jan 2002 19:51:14 +0000 |
parents | e63b9393f6ce |
children | ff6e66f54ece |
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 \ | |
216
07d0939d40e7
Support for .AU files added.
Ryan C. Gordon <icculus@icculus.org>
parents:
209
diff
changeset
|
9 au.c \ |
209
e63b9393f6ce
Added ModPlug support.
Ryan C. Gordon <icculus@icculus.org>
parents:
201
diff
changeset
|
10 mikmod.c \ |
e63b9393f6ce
Added ModPlug support.
Ryan C. Gordon <icculus@icculus.org>
parents:
201
diff
changeset
|
11 modplug.c \ |
71 | 12 mp3.c \ |
13 ogg.c \ | |
14 raw.c \ | |
201 | 15 shn.c \ |
71 | 16 voc.c \ |
110 | 17 midi.c \ |
157 | 18 flac.c \ |
71 | 19 wav.c |