Mercurial > SDL_sound_CoreAudio
comparison 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 |
comparison
equal
deleted
inserted
replaced
215:9bafd3e8276e | 216:07d0939d40e7 |
---|---|
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 au.c \ | |
9 mikmod.c \ | 10 mikmod.c \ |
10 modplug.c \ | 11 modplug.c \ |
11 mp3.c \ | 12 mp3.c \ |
12 ogg.c \ | 13 ogg.c \ |
13 raw.c \ | 14 raw.c \ |