From 81ac779b7fe9bc3b03205e671178839453b5ebaf Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 14 Aug 2010 02:38:19 +0000 Subject: [PATCH] forgot to add libsamplerate to the default renderer --- libs/audio/renderer/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/audio/renderer/Makefile.am b/libs/audio/renderer/Makefile.am index f3a091d7c..4cb94ed92 100644 --- a/libs/audio/renderer/Makefile.am +++ b/libs/audio/renderer/Makefile.am @@ -40,7 +40,7 @@ snd_common=snd_channels.c snd_mem.c snd_mix.c snd_resample.c snd_sfx.c snd_render_default_la_LDFLAGS= $(plugin_ldflags) snd_render_default_la_SOURCES= snd_dma.c $(snd_common) $(format_src) -snd_render_default_la_LIBADD= $(VORBISFILE_LIBS) $(VORBIS_LIBS) $(LIBFLAC_LIBS) $(OGG_LIBS) $(WM_LIBS) $(top_builddir)/libs/util/libQFutil.la $(top_builddir)/libs/models/libQFmodels.la +snd_render_default_la_LIBADD= $(SAMPLERATE_LIBS) $$(VORBISFILE_LIBS) $(VORBIS_LIBS) $(LIBFLAC_LIBS) $(OGG_LIBS) $(WM_LIBS) $(top_builddir)/libs/util/libQFutil.la $(top_builddir)/libs/models/libQFmodels.la snd_render_default_la_DEPENDENCIES= EXTRA_snd_render_default_la_SOURCES= $(extra_format_src)