Build FFMPEG plugin for all targets

Mini targets didn't include FFMPEG so far.
I don't see the reason to do this, the plugin takes up minimal space.

Change-Id: I712982c245f9cdb8dd1052a071a7590219b9a9c3
This commit is contained in:
Michael Bestas 2014-06-10 20:06:48 +03:00
parent 8ebe62e98b
commit 7d5d16dd75
2 changed files with 7 additions and 7 deletions

View File

@ -189,6 +189,13 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
rsync
# Stagefright FFMPEG plugin
PRODUCT_PACKAGES += \
libstagefright_soft_ffmpegadec \
libstagefright_soft_ffmpegvdec \
libFFmpegExtractor \
libnamparser
# These packages are excluded from user builds
ifneq ($(TARGET_BUILD_VARIANT),user)

View File

@ -31,13 +31,6 @@ PRODUCT_PACKAGES += \
libvideoeditor_videofilters \
libvideoeditorplayer
# Stagefright FFMPEG plugin
PRODUCT_PACKAGES += \
libstagefright_soft_ffmpegadec \
libstagefright_soft_ffmpegvdec \
libFFmpegExtractor \
libnamparser
# Extra tools in CM
PRODUCT_PACKAGES += \
vim