diff options
author | James Dong <jdong@google.com> | 2011-11-04 13:55:01 -0700 |
---|---|---|
committer | James Dong <jdong@google.com> | 2011-11-04 14:08:36 -0700 |
commit | ddc943da7e27d745517c50738c249b567970350e (patch) | |
tree | 88c8b458d1ae664bd0b008555dc3f5499378e9e9 | |
parent | 277be2fe0cfcb31c34ad3426a1ab8df9b8cde6cb (diff) | |
download | build-ddc943da7e27d745517c50738c249b567970350e.zip build-ddc943da7e27d745517c50738c249b567970350e.tar.gz build-ddc943da7e27d745517c50738c249b567970350e.tar.bz2 |
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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/product/core.mk b/target/product/core.mk index d45ea17..3b05659 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 \ |