summaryrefslogtreecommitdiffstats
path: root/media/libeffects/visualizer
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2010-07-23 00:19:11 -0700
committerEric Laurent <elaurent@google.com>2010-07-27 00:41:31 -0700
commitca57d1cc89d65dfbd59c749c5736574cd08c7bd3 (patch)
tree03742035e50c98735bf61034caa511b0371dc9e8 /media/libeffects/visualizer
parent2b989e1f7d08efd51652b56b1cb1fef76a1e8ab1 (diff)
downloadframeworks_base-ca57d1cc89d65dfbd59c749c5736574cd08c7bd3.zip
frameworks_base-ca57d1cc89d65dfbd59c749c5736574cd08c7bd3.tar.gz
frameworks_base-ca57d1cc89d65dfbd59c749c5736574cd08c7bd3.tar.bz2
Audio Effects: added methods to effects java classes to store and load current effect settings in
a single call. Addional changes: - Fixed simulator build - Use effect interface UUIDs from OpenSL ES includes when available - Added cleanspec rules to remove now obsolete test effect libraries - Fixed bug in AudioEffect JNI setParameter function. Change-Id: Ic25ddb135e2cec5a68c181d727321f5ac7a1ab6b
Diffstat (limited to 'media/libeffects/visualizer')
-rw-r--r--media/libeffects/visualizer/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libeffects/visualizer/Android.mk b/media/libeffects/visualizer/Android.mk
index 82cd925..48b45ff 100644
--- a/media/libeffects/visualizer/Android.mk
+++ b/media/libeffects/visualizer/Android.mk
@@ -15,7 +15,7 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/soundfx
LOCAL_MODULE:= libvisualizer
ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
-LOCAL_LDLIBS += -ldlS
+LOCAL_LDLIBS += -ldl
endif
ifneq ($(TARGET_SIMULATOR),true)