Mercurial > SDL_sound_CoreAudio
annotate decoders/Makefile.am @ 496:67d785044411
Forward port from stable branch: fix modplug header detection.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 12 Oct 2005 22:20:58 +0000 |
parents | 636796aed4e2 |
children | 7e08477b0fc1 |
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 \ |
450 | 20 speex.c \ |
465
636796aed4e2
Build/packaging fixes.
Ryan C. Gordon <icculus@icculus.org>
parents:
450
diff
changeset
|
21 quicktime.c \ |
71 | 22 wav.c |