aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Harrison <khwebmail@gmail.com>2018-05-08 12:49:58 +0100
committerjro1979oliver <jroliveira.oliveira301@gmail.com>2021-01-20 16:37:12 -0300
commit1bc0345ff47e24277abd47a085d318a72ea3b3db (patch)
tree3844a2f6d3c9f08467b151bdd2837d562e4826d8
parentef847416bf47f394d9622b9def0bd8b986a56fb3 (diff)
media: lux should use the lower-end Google codecs
Change-Id: I904ed5b9381887bb6337fdf9dbbf291073bcd6f3
-rw-r--r--configs/media_codecs.xml2
-rw-r--r--device.mk1
2 files changed, 2 insertions, 1 deletions
diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml
index 14a9e40..7a7baeb 100644
--- a/configs/media_codecs.xml
+++ b/configs/media_codecs.xml
@@ -116,5 +116,5 @@
</MediaCodec>
</Decoders>
<!-- Video Software -->
- <Include href="media_codecs_google_video.xml" />
+ <Include href="media_codecs_google_video_le.xml" />
</MediaCodecs>
diff --git a/device.mk b/device.mk
index 0e586ad..b7ba1d8 100644
--- a/device.mk
+++ b/device.mk
@@ -35,6 +35,7 @@ PRODUCT_PACKAGES += \
# Media
PRODUCT_COPY_FILES += \
+ frameworks/av/media/libstagefright/data/media_codecs_google_video_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video_le.xml \
$(LOCAL_PATH)/configs/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
$(LOCAL_PATH)/configs/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \
$(LOCAL_PATH)/configs/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml