view decoders/Makefile.am @ 237:ceadd952319a

Increased ModPlug decoder's priority to be above MikMod. Fixed some coding conventions. Mutex-protected the current sample list. Fixed sample list addition code. Decoder selection in NewSample is more efficient now. Other cleanups and corrections.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 19 Jan 2002 23:31:19 +0000
parents 07d0939d40e7
children ff6e66f54ece
line wrap: on
line source

noinst_LTLIBRARIES = libdecoders.la

SUBDIRS = timidity

INCLUDES = -I$(top_srcdir) -Itimidity

libdecoders_la_SOURCES =	\
	aiff.c		\
	au.c		\
	mikmod.c	\
	modplug.c	\
	mp3.c		\
	ogg.c		\
	raw.c		\
	shn.c		\
	voc.c		\
	midi.c		\
	flac.c		\
	wav.c