From 82af97fc274c27da7099c46f84ad48f6f9624537 Mon Sep 17 00:00:00 2001 From: Vignesh Venkatasubramanian Date: Wed, 28 May 2014 08:06:11 -0700 Subject: [PATCH] Add opus entries in generic makefiles. libopus is necessary for opus software decoding support. add that to base.mk and add an entry for libstagefright_soft_opusdec to core_base.mk. Change-Id: Iddd6ab2b2a84bb966b7e635a6aa73efb6a803e98 --- target/product/core_base.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/core_base.mk b/target/product/core_base.mk index f14e53d592..6c29482272 100644 --- a/target/product/core_base.mk +++ b/target/product/core_base.mk @@ -50,6 +50,7 @@ PRODUCT_PACKAGES += \ libstagefright_soft_mp3dec \ libstagefright_soft_mpeg4dec \ libstagefright_soft_mpeg4enc \ + libstagefright_soft_opusdec \ libstagefright_soft_rawdec \ libstagefright_soft_vorbisdec \ libstagefright_soft_vpxdec \