Mercurial > SDL_sound_CoreAudio
comparison decoders/Makefile.am @ 201:56bc776f0563
Midi support.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 04 Jan 2002 06:51:12 +0000 |
parents | fa3e593b6a5e |
children | e63b9393f6ce |
comparison
equal
deleted
inserted
replaced
200:f75ed2d72238 | 201:56bc776f0563 |
---|---|
1 noinst_LTLIBRARIES = libdecoders.la | 1 noinst_LTLIBRARIES = libdecoders.la |
2 | 2 |
3 INCLUDES = -I$(top_srcdir) | 3 SUBDIRS = timidity |
4 | |
5 INCLUDES = -I$(top_srcdir) -Itimidity | |
4 | 6 |
5 libdecoders_la_SOURCES = \ | 7 libdecoders_la_SOURCES = \ |
6 aiff.c \ | 8 aiff.c \ |
7 mod.c \ | 9 mod.c \ |
8 mp3.c \ | 10 mp3.c \ |
9 ogg.c \ | 11 ogg.c \ |
10 raw.c \ | 12 raw.c \ |
11 shn.c \ | 13 shn.c \ |
12 voc.c \ | 14 voc.c \ |
13 midi.c \ | 15 midi.c \ |
14 flac.c \ | 16 flac.c \ |
15 wav.c | 17 wav.c |