Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Issue 11859023: NOT FOR SUBMITTING: Enable FFmpeg and VDA on Android (just for developing)

Created:
7 years, 11 months ago by dwkang1
Modified:
7 years, 11 months ago
Reviewers:
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, apatrick_chromium, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@avda-review
Visibility:
Public.

Description

NOT FOR SUBMITTING: Enable FFmpeg and VDA on Android (just for developing) This change is for developing VDA on Android and should not be submitted. This generates a separate libffmpegsumo.so file. So, we need to push it to the device after installig chrome apk. For Chrome: adb push out/$BUILD_TYPE/libffmpegsumo.so /data/data/com.google.android.apps.chrome/lib/ For ContentShell: adb push out/$BUILD_TYPE/libffmpegsumo.so /data/data/org.chromium.content_shell/lib/ Change-Id: I700fc552de3062fd878ec679f863daab9e50272d

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -15 lines) Patch
M build/common.gypi View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gpu/gpu_data_manager_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/filters/ffmpeg_demuxer.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M media/media.gyp View 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/media/webkit_media.gypi View 2 chunks +9 lines, -9 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698