diff src/audacious/Makefile @ 2538:719e0898ff3c trunk

[svn] - Patch to use libsamplerate for high-quality interpolated upsampling, similar to what foobar2000 can do. Patch by Teru KAMOGASHIRA.
author nenolod
date Sat, 17 Feb 2007 02:19:35 -0800
parents 7aac1b5ef85d
children c399c0979e09
line wrap: on
line diff
--- a/src/audacious/Makefile	Sat Feb 17 01:54:30 2007 -0800
+++ b/src/audacious/Makefile	Sat Feb 17 02:19:35 2007 -0800
@@ -11,6 +11,7 @@
 LDADD = \
 	-L.. $(LTLIBINTL) \
 	-L../libaudacious -laudacious \
+	$(samplerate_LIBS) \
 	$(CHARDET_LIBS) \
 	$(GTK_LIBS) \
 	$(LIBGLADE_LIBS) \
@@ -22,6 +23,7 @@
 	$(LIBGLADE_CFLAGS) \
 	$(BEEP_DEFINES) \
 	$(ARCH_DEFINES) \
+	$(samplerate_CFLAGS) \
 	$(REGEX_CFLAGS) \
 	-D_AUDACIOUS_CORE \
 	-I.. -I../.. \