Mercurial > SDL_sound_CoreAudio
comparison decoders/timidity/Makefile.am @ 455:cbc2a4ffeeec
* Added support for loading DLS format instruments:
Timidity_LoadDLS(), Timidity_FreeDLS(), Timidity_LoadDLSSong()
* Added Timidity_Init_NoConfig()
author | hercules |
---|---|
date | Fri, 26 Sep 2003 20:51:58 +0000 |
parents | 2d887640d300 |
children | 7a5ea0018285 |
comparison
equal
deleted
inserted
replaced
454:6bd7ca7d218b | 455:cbc2a4ffeeec |
---|---|
4 | 4 |
5 if USE_TIMIDITY | 5 if USE_TIMIDITY |
6 libtimidity_la_SOURCES = \ | 6 libtimidity_la_SOURCES = \ |
7 common.c \ | 7 common.c \ |
8 common.h \ | 8 common.h \ |
9 dls1.h \ | |
10 dls2.h \ | |
9 instrum.c \ | 11 instrum.c \ |
10 instrum.h \ | 12 instrum.h \ |
13 instrum_dls.c \ | |
14 instrum_dls.h \ | |
11 mix.c \ | 15 mix.c \ |
12 mix.h \ | 16 mix.h \ |
13 options.h \ | 17 options.h \ |
14 output.c \ | 18 output.c \ |
15 output.h \ | 19 output.h \ |