Mercurial > SDL_sound_CoreAudio
view decoders/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 | 6d328f00c20d |
children | 636796aed4e2 |
line wrap: on
line source
noinst_LTLIBRARIES = libdecoders.la SUBDIRS = timidity mpglib INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/decoders/timidity libdecoders_la_SOURCES = \ aiff.c \ au.c \ mikmod.c \ modplug.c \ mpglib.c \ smpeg.c \ ogg.c \ raw.c \ shn.c \ voc.c \ midi.c \ flac.c \ speex.c \ wav.c