From f0843d01ed15ee11da4347347dba7d5916b9e94a Mon Sep 17 00:00:00 2001 From: android-andi Date: Wed, 12 Nov 2014 16:20:19 +0100 Subject: P51XX: Update media_codecs Change-Id: I3bcf737151ab924ad2c0e89dc0daab4153d6f421 --- configs/media_codecs.xml | 44 ++++++-------------------------------------- p51xx-common.mk | 6 +++++- 2 files changed, 11 insertions(+), 39 deletions(-) diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml index 3c60636..9c94f1e 100644 --- a/configs/media_codecs.xml +++ b/configs/media_codecs.xml @@ -76,6 +76,9 @@ Only the three quirks included above are recognized at this point: --> + + + @@ -85,40 +88,6 @@ Only the three quirks included above are recognized at this point: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -134,9 +103,8 @@ Only the three quirks included above are recognized at this point: - - - - + + + diff --git a/p51xx-common.mk b/p51xx-common.mk index 56856cc..bec9fc3 100755 --- a/p51xx-common.mk +++ b/p51xx-common.mk @@ -56,7 +56,11 @@ PRODUCT_PROPERTY_OVERRIDES += \ # Media profiles PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/media_codecs.xml:system/etc/media_codecs.xml \ - $(LOCAL_PATH)/configs/media_profiles.xml:system/etc/media_profiles.xml + $(LOCAL_PATH)/configs/media_profiles.xml:system/etc/media_profiles.xml \ + frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \ + frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \ + frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \ + frameworks/av/media/libstagefright/data/media_codecs_ffmpeg.xml:system/etc/media_codecs_ffmpeg.xml # Keylayout PRODUCT_COPY_FILES += \ -- cgit v1.1