Mercurial > SDL_sound_CoreAudio
view decoders/Makefile.am @ 588:5c856ac6c58e stable-1.0
Disable reverb flag in modplug decoder...it's producing trash in some cases.
(transplanted from fa857159dbdf9e21ef39c1510f383b3a53c271aa)
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 12 Apr 2011 01:30:55 -0400 |
parents | 636796aed4e2 |
children | 7e08477b0fc1 |
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 \ quicktime.c \ wav.c