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:
parent
8ebe62e98b
commit
7d5d16dd75
@ -189,6 +189,13 @@ PRODUCT_PACKAGES += \
|
|||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
rsync
|
rsync
|
||||||
|
|
||||||
|
# Stagefright FFMPEG plugin
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
libstagefright_soft_ffmpegadec \
|
||||||
|
libstagefright_soft_ffmpegvdec \
|
||||||
|
libFFmpegExtractor \
|
||||||
|
libnamparser
|
||||||
|
|
||||||
# These packages are excluded from user builds
|
# These packages are excluded from user builds
|
||||||
ifneq ($(TARGET_BUILD_VARIANT),user)
|
ifneq ($(TARGET_BUILD_VARIANT),user)
|
||||||
|
|
||||||
|
@ -31,13 +31,6 @@ PRODUCT_PACKAGES += \
|
|||||||
libvideoeditor_videofilters \
|
libvideoeditor_videofilters \
|
||||||
libvideoeditorplayer
|
libvideoeditorplayer
|
||||||
|
|
||||||
# Stagefright FFMPEG plugin
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
libstagefright_soft_ffmpegadec \
|
|
||||||
libstagefright_soft_ffmpegvdec \
|
|
||||||
libFFmpegExtractor \
|
|
||||||
libnamparser
|
|
||||||
|
|
||||||
# Extra tools in CM
|
# Extra tools in CM
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
vim
|
vim
|
||||||
|
Loading…
Reference in New Issue
Block a user