Remove conditions for ffmpeg
* AOSP uses it as well
Change-Id: I58ada7146b75d0795aaa4532a02f17d788129978
Signed-off-by: Josue Rivera <prbassplayer@gmail.com>
diff --git a/config/common.mk b/config/common.mk
index ac1bd75..ca29eb4 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -103,14 +103,12 @@
fsck.exfat \
mkfs.exfat
-ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
# Stagefright FFMPEG plugin
PRODUCT_PACKAGES += \
libstagefright_soft_ffmpegadec \
libstagefright_soft_ffmpegvdec \
libFFmpegExtractor \
libnamparser
-endif
# easy way to extend to add more packages
-include vendor/extra/product.mk