Mercurial > SDL_sound_CoreAudio
annotate decoders/Makefile.am @ 262:6fe6de401b63
mpglib support.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 21 Feb 2002 19:46:55 +0000 |
parents | ff6e66f54ece |
children | 6d328f00c20d |
rev | line source |
---|---|
71 | 1 noinst_LTLIBRARIES = libdecoders.la |
2 | |
262 | 3 SUBDIRS = timidity mpglib |
201 | 4 |
240 | 5 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/decoders/timidity |
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 \ |
262 | 12 mpglib.c \ |
13 smpeg.c \ | |
71 | 14 ogg.c \ |
15 raw.c \ | |
201 | 16 shn.c \ |
71 | 17 voc.c \ |
110 | 18 midi.c \ |
157 | 19 flac.c \ |
71 | 20 wav.c |