aboutsummaryrefslogtreecommitdiff
path: root/tms5220~/Makefile
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2010-08-20 17:41:32 +0000
committermescalinum <mescalinum@users.sourceforge.net>2010-08-20 17:41:32 +0000
commit8b367d4a50f0a71178403b72bb65645f1478277f (patch)
treebf41c1646911331d2400fa6894f6afdd6a43189d /tms5220~/Makefile
parent1dcdfc1d7d764aebae1d0590023e63e826aaa560 (diff)
use libsamplerate and high level methods for building frames
svn path=/trunk/externals/ffext/; revision=13873
Diffstat (limited to 'tms5220~/Makefile')
-rw-r--r--tms5220~/Makefile3
1 files changed, 2 insertions, 1 deletions
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)