summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/Android.mk
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/codecs/Android.mk
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/codecs/Android.mk')
-rw-r--r--media/libstagefright/codecs/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/media/libstagefright/codecs/Android.mk b/media/libstagefright/codecs/Android.mk
index 1fa7e93..2e43120 100644
--- a/media/libstagefright/codecs/Android.mk
+++ b/media/libstagefright/codecs/Android.mk
@@ -1,8 +1,4 @@
-ifeq ($(BUILD_WITH_FULL_STAGEFRIGHT),true)
-
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
include $(call all-makefiles-under,$(LOCAL_PATH))
-
-endif