From 8b367d4a50f0a71178403b72bb65645f1478277f Mon Sep 17 00:00:00 2001 From: mescalinum Date: Fri, 20 Aug 2010 17:41:32 +0000 Subject: use libsamplerate and high level methods for building frames svn path=/trunk/externals/ffext/; revision=13873 --- tms5220~/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tms5220~/Makefile') diff --git a/tms5220~/Makefile b/tms5220~/Makefile index 4c72e4d..eb775d4 100644 --- a/tms5220~/Makefile +++ b/tms5220~/Makefile @@ -32,6 +32,7 @@ MANUAL = # automatically included EXTRA_DIST = +LIBS = -lsamplerate #------------------------------------------------------------------------------# @@ -58,7 +59,7 @@ INSTALL_DIR = $(INSTALL) -p -m 755 -d CFLAGS = -DPD -I$(PD_PATH)/src -Wall -W -g LDFLAGS = -LIBS = +#LIBS = ALLSOURCES := $(SOURCES) $(SOURCES_android) $(SOURCES_cygwin) $(SOURCES_macosx) \ $(SOURCES_iphoneos) $(SOURCES_linux) $(SOURCES_windows) -- cgit v1.2.1