msm8974-common: Include FFMPEG codec configuration

Change-Id: I629fe6d5478f0c8ea571e9525c70b82fcdb30e84
This commit is contained in:
Matt Filetto 2014-11-25 20:19:38 -08:00
parent 6604038660
commit 8e95e5c2ea
2 changed files with 2 additions and 0 deletions

View File

@ -172,4 +172,5 @@
<Include href="media_codecs_google_audio.xml" />
<Include href="media_codecs_google_telephony.xml" />
<Include href="media_codecs_google_video.xml" />
<Include href="media_codecs_ffmpeg.xml" />
</MediaCodecs>

View File

@ -105,6 +105,7 @@ PRODUCT_COPY_FILES += \
# Media
PRODUCT_COPY_FILES += \
frameworks/av/media/libstagefright/data/media_codecs_ffmpeg.xml:system/etc/media_codecs_ffmpeg.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 \