summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@android.com>2014-03-19 09:05:59 -0700
committerGlenn Kasten <gkasten@android.com>2014-03-19 10:55:00 -0700
commit4269fc8068d10fc95780e8a7e1e4d4eb43483883 (patch)
tree756052e8b34fe18b5b90f7cb53f03409de37ccb6 /libvideoeditor/lvpp
parentddf887c08b58382920effb7f0b2049e471960b4a (diff)
downloadframeworks_av-4269fc8068d10fc95780e8a7e1e4d4eb43483883.zip
frameworks_av-4269fc8068d10fc95780e8a7e1e4d4eb43483883.tar.gz
frameworks_av-4269fc8068d10fc95780e8a7e1e4d4eb43483883.tar.bz2
Use libaudioresampler instead of libaudioflinger
in order to be able to build libvideoeditor as 64-bit also. libaudioresampler is available in both 32-bit and 64-bit, unlike libaudioflinger which is currently 32-bit only. Change-Id: Id63857da877b1e45b7c1f8e35f18dca6600be3f7
Diffstat (limited to 'libvideoeditor/lvpp')
-rwxr-xr-xlibvideoeditor/lvpp/Android.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/libvideoeditor/lvpp/Android.mk b/libvideoeditor/lvpp/Android.mk
index f0afbc9..06c2e6a 100755
--- a/libvideoeditor/lvpp/Android.mk
+++ b/libvideoeditor/lvpp/Android.mk
@@ -46,7 +46,7 @@ LOCAL_STATIC_LIBRARIES := \
LOCAL_SHARED_LIBRARIES := \
- libaudioflinger \
+ libaudioresampler \
libaudioutils \
libbinder \
libcutils \
@@ -81,7 +81,6 @@ LOCAL_C_INCLUDES += \
$(TOP)/frameworks/av/services/audioflinger \
$(TOP)/frameworks/native/include/media/editor \
$(TOP)/frameworks/native/include/media/openmax \
- $(TOP)/frameworks/native/services/audioflinger
LOCAL_SHARED_LIBRARIES += libdl
@@ -100,8 +99,6 @@ LOCAL_CFLAGS += -Wno-multichar \
-DUSE_STAGEFRIGHT_READERS \
-DUSE_STAGEFRIGHT_3GPP_READER
-LOCAL_32_BIT_ONLY := true
-
include $(BUILD_SHARED_LIBRARY)
#include $(call all-makefiles-under,$(LOCAL_PATH))