summaryrefslogtreecommitdiffstats
path: root/config/common_full.mk
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2014-05-06 03:20:37 -0700
committerSteve Kondik <shade@chemlab.org>2014-05-06 18:45:31 +0000
commit08bfcb3644fbf7574eac1e3f6117df617970f2b8 (patch)
tree41b5a1dcd3eb09876d6bd34775384c6d30be7d96 /config/common_full.mk
parent187199d258eb1200c65b98d44d2cd7c2459d6497 (diff)
downloadvendor_replicant-08bfcb3644fbf7574eac1e3f6117df617970f2b8.zip
vendor_replicant-08bfcb3644fbf7574eac1e3f6117df617970f2b8.tar.gz
vendor_replicant-08bfcb3644fbf7574eac1e3f6117df617970f2b8.tar.bz2
cm: Build Stagefright FFMPEG plugin
Change-Id: Ic727bcea4d5cbc35c720800660be7b80d638122d
Diffstat (limited to 'config/common_full.mk')
-rw-r--r--config/common_full.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/common_full.mk b/config/common_full.mk
index 9f51f80..8fb781b 100644
--- a/config/common_full.mk
+++ b/config/common_full.mk
@@ -31,6 +31,13 @@ PRODUCT_PACKAGES += \
libvideoeditor_videofilters \
libvideoeditorplayer
+# Stagefright FFMPEG plugin
+PRODUCT_PACKAGES += \
+ libstagefright_soft_ffmpegadec.so \
+ libstagefright_soft_ffmpegvdec.so \
+ libFFmpegExtractor.so \
+ libnamparser.so
+
# Extra tools in CM
PRODUCT_PACKAGES += \
vim