mirror of
https://github.com/LineageOS/android_device_xiaomi_whyred.git
synced 2025-10-03 09:49:16 +02:00
whyred: Enable QCOM OMX codec targets
This commit is contained in:
parent
18762c347a
commit
669fc34984
1 changed files with 15 additions and 0 deletions
15
device.mk
15
device.mk
|
@ -116,5 +116,20 @@ PRODUCT_COPY_FILES += \
|
||||||
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \
|
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \
|
||||||
frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml
|
frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml
|
||||||
|
|
||||||
|
# OMX
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
libc2dcolorconvert \
|
||||||
|
libextmedia_jni \
|
||||||
|
libOmxAacEnc \
|
||||||
|
libOmxAmrEnc \
|
||||||
|
libOmxCore \
|
||||||
|
libOmxEvrcEnc \
|
||||||
|
libOmxQcelp13Enc \
|
||||||
|
libOmxVdec \
|
||||||
|
libOmxVenc \
|
||||||
|
libmm-omxcore \
|
||||||
|
libOmxG711Enc \
|
||||||
|
libstagefrighthw
|
||||||
|
|
||||||
# Call the proprietary setup
|
# Call the proprietary setup
|
||||||
$(call inherit-product, vendor/xiaomi/whyred/whyred-vendor.mk)
|
$(call inherit-product, vendor/xiaomi/whyred/whyred-vendor.mk)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue