Mercurial > SDL_sound_CoreAudio
annotate decoders/Makefile.am @ 591:8faf61a640f0 tip
Resynced fixes for unit conversion bugs in the Ogg Tremor decoder from SoundDecoder/ALmixer.
Ogg Vorbis uses seconds and we multiply by 1000 to convert to milliseconds. But Ogg Tremor already uses milliseconds but I was still multiplying by 1000.
author | Eric Wing <ewing . public |-at-| gmail . com> |
---|---|
date | Thu, 25 Oct 2012 16:34:18 -0700 |
parents | 05a7b1d35ba9 |
children |
rev | line source |
---|---|
71 | 1 noinst_LTLIBRARIES = libdecoders.la |
2 | |
562
7e08477b0fc1
MP3 decoder upgrade work.
Ryan C. Gordon <icculus@icculus.org>
parents:
465
diff
changeset
|
3 SUBDIRS = timidity libmpg123 |
201 | 4 |
240 | 5 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/decoders/timidity |
71 | 6 |
7 libdecoders_la_SOURCES = \ | |
8 aiff.c \ | |
216
07d0939d40e7
Support for .AU files added.
Ryan C. Gordon <icculus@icculus.org>
parents:
209
diff
changeset
|
9 au.c \ |
209
e63b9393f6ce
Added ModPlug support.
Ryan C. Gordon <icculus@icculus.org>
parents:
201
diff
changeset
|
10 mikmod.c \ |
e63b9393f6ce
Added ModPlug support.
Ryan C. Gordon <icculus@icculus.org>
parents:
201
diff
changeset
|
11 modplug.c \ |
562
7e08477b0fc1
MP3 decoder upgrade work.
Ryan C. Gordon <icculus@icculus.org>
parents:
465
diff
changeset
|
12 mpg123.c \ |
71 | 13 ogg.c \ |
14 raw.c \ | |
201 | 15 shn.c \ |
71 | 16 voc.c \ |
110 | 17 midi.c \ |
157 | 18 flac.c \ |
450 | 19 speex.c \ |
582
05a7b1d35ba9
Removed quicktime.c (use coreaudio.c instead).
Ryan C. Gordon <icculus@icculus.org>
parents:
562
diff
changeset
|
20 coreaudio.c \ |
71 | 21 wav.c |