aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-11-04 13:55:01 -0700
committerThe Android Automerger <android-build@android.com>2011-11-04 15:17:47 -0700
commit9f78b403c66b458eccf7b1b7ff8d02642763f20b (patch)
treea5c9c00b843a17366aaec94a688f826314b8b87f
parent03f71fcac864057060880b938fba5e1e02274b82 (diff)
downloadbuild-9f78b403c66b458eccf7b1b7ff8d02642763f20b.tar.gz
Fix missing SW h264 decoder and remove the non-existing SW avc decoder in product PRODUCT_PACKAGES
Change-Id: I93bcf983f5f4da2d37c0f2186a04e7c197ef56a4 related-to-bug: 5566262
-rw-r--r--target/product/core.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/product/core.mk b/target/product/core.mk
index d45ea1731d..3b05659cc8 100644
--- a/target/product/core.mk
+++ b/target/product/core.mk
@@ -90,9 +90,9 @@ PRODUCT_PACKAGES := \
libspeexresampler \
libsqlite_jni \
libssl \
+ libstagefright_soft_h264dec \
libstagefright_soft_aacdec \
libstagefright_soft_amrdec \
- libstagefright_soft_avcdec \
libstagefright_soft_g711dec \
libstagefright_soft_mp3dec \
libstagefright_soft_mpeg4dec \