summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/id3
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-02-04 10:48:37 -0800
committerAndreas Huber <andih@google.com>2010-02-04 10:48:37 -0800
commitb25e2a948c8b5a96e284069a908c2fddb49efc48 (patch)
tree2de15fc9e459d935be5f32062cb246b3c1c33acc /media/libstagefright/id3
parentb399aa37056a3ce7a38b4a20cc0aef8e0e01b23e (diff)
downloadframeworks_av-b25e2a948c8b5a96e284069a908c2fddb49efc48.zip
frameworks_av-b25e2a948c8b5a96e284069a908c2fddb49efc48.tar.gz
frameworks_av-b25e2a948c8b5a96e284069a908c2fddb49efc48.tar.bz2
Stop using the PV software decoders and use ours (based on PV code) instead even in non-FULL_STAGEFRIGHT builds.
Diffstat (limited to 'media/libstagefright/id3')
-rw-r--r--media/libstagefright/id3/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/libstagefright/id3/Android.mk b/media/libstagefright/id3/Android.mk
index 3c47e2e..add8f3c 100644
--- a/media/libstagefright/id3/Android.mk
+++ b/media/libstagefright/id3/Android.mk
@@ -1,3 +1,5 @@
+ifeq ($(BUILD_WITH_FULL_STAGEFRIGHT),true)
+
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -25,3 +27,4 @@ LOCAL_MODULE := testid3
include $(BUILD_EXECUTABLE)
+endif