Mercurial > SDL_sound_CoreAudio
view decoders/Makefile.am @ 575:e587ba9d1c87 stable-1.0
Don't force quit in signal handler, since we might double-free things.
Instead we set a flag and clean up normally.
(transplanted from 7815c90ba55221f47a042339f872207904da0f5c)
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 24 Jan 2010 13:45:18 -0500 |
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