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
This commit is contained in:
Vignesh Venkatasubramanian
2014-05-28 08:06:11 -07:00
committed by Lajos Molnar
parent dbb3d2e732
commit 82af97fc27

View File

@@ -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 \