From 0b2d21eb8d12d55d0aa97cffcaac19c17acd6dfc Mon Sep 17 00:00:00 2001 From: Howard Su Date: Sat, 29 Nov 2014 06:39:24 +0000 Subject: media_codecs: use ffmpeg codecs. Change-Id: If734f37fb8b9608c85fa7c41935e0775b94a09ce --- common.mk | 3 ++- configs/media_codecs.xml | 24 +----------------------- 2 files changed, 3 insertions(+), 24 deletions(-) diff --git a/common.mk b/common.mk index a046b51..fbe98fa 100644 --- a/common.mk +++ b/common.mk @@ -105,7 +105,8 @@ PRODUCT_COPY_FILES += \ $(COMMON_PATH)/configs/media_codecs.xml:system/etc/media_codecs.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_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 # Filesystem management tools PRODUCT_PACKAGES += \ diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml index 1bc7d63..b628b68 100755 --- a/configs/media_codecs.xml +++ b/configs/media_codecs.xml @@ -83,29 +83,6 @@ Only the three quirks included above are recognized at this point: - - - - - - - - - - - - - - - - - - - - - - - @@ -114,4 +91,5 @@ Only the three quirks included above are recognized at this point: + -- cgit v1.1