2007-06-12 21:27:16 +00:00
|
|
|
|
|
|
|
VERSION=soundtouch-1.3.1
|
|
|
|
DIRECTORY=$(switch_srcdir)/libs/$(VERSION)
|
|
|
|
LA=$(DIRECTORY)/source/SoundTouch/.libs/libSoundTouch.a
|
|
|
|
|
|
|
|
BASE=../../../..
|
|
|
|
LOCAL_CFLAGS += -I$(DIRECTORY)/include -DINTEGER_SAMPLES
|
|
|
|
LOCAL_LIBADD=$(LA)
|
|
|
|
DEFAULT_ARGS=--prefix=$(PREFIX) --disable-shared --with-pic
|
|
|
|
|
2007-06-13 13:33:30 +00:00
|
|
|
include $(BASE)/build/modmake.rules
|
2007-06-12 21:27:16 +00:00
|
|
|
|
|
|
|
$(DIRECTORY):
|
|
|
|
$(GETLIB) $(VERSION).tar.gz
|
|
|
|
cd $(DIRECTORY) && ./configure $(DEFAULT_ARGS) --enable-integer-samples
|
|
|
|
|
2009-03-25 16:45:43 +00:00
|
|
|
$(LA):
|
|
|
|
$(DIRECTORY)
|
2007-06-12 21:27:16 +00:00
|
|
|
cd $(DIRECTORY) && $(MAKE)
|
|
|
|
$(TOUCH_TARGET)
|