From b0543b9ca244feb33d315fe38aa9e8b94e3b4630 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 10 Mar 2007 06:17:09 +0000 Subject: [PATCH] asm's been ditched for sound... --- libs/audio/renderer/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libs/audio/renderer/Makefile.am b/libs/audio/renderer/Makefile.am index a2b476282..666d5379e 100644 --- a/libs/audio/renderer/Makefile.am +++ b/libs/audio/renderer/Makefile.am @@ -14,10 +14,5 @@ noinst_LTLIBRARIES= @SND_REND_STATIC@ snd_render_default_la_LDFLAGS= $(plugin_ldflags) snd_render_default_la_SOURCES= snd_dma.c snd_mem.c snd_mix.c flac.c vorbis.c wav.c midi.c -if ASM_ARCH snd_render_default_la_LIBADD= $(VORBISFILE_LIBS) $(VORBIS_LIBS) $(LIBFLAC_LIBS) $(OGG_LIBS) $(WM_LIBS) snd_render_default_la_DEPENDENCIES= -else -snd_render_default_la_LIBADD= $(VORBISFILE_LIBS) $(VORBIS_LIBS) $(LIBFLAC_LIBS) $(OGG_LIBS) $(WM_LIBS) -snd_render_default_la_DEPENDENCIES= -endif