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

Unified Diff: media/media.gyp

Issue 11859023: NOT FOR SUBMITTING: Enable FFmpeg and VDA on Android (just for developing) Base URL: https://chromium.googlesource.com/chromium/src.git@avda-review
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/filters/ffmpeg_demuxer.cc ('k') | webkit/media/webkit_media.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 53e80432730b2648ee69727f300b8de92ac483a8..cdee65e04238a446e8312fe3b3c3b1e32df474d2 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -10,7 +10,7 @@
# Override to dynamically link the cras (ChromeOS audio) library.
'use_cras%': 0,
'conditions': [
- ['OS == "android" or OS == "ios"', {
+ ['OS == "Xandroid" or OS == "ios"', {
# Android and iOS don't use ffmpeg.
'use_ffmpeg%': 0,
}, { # 'OS != "android" and OS != "ios"'
@@ -453,9 +453,9 @@
},
}],
['OS == "android"', {
- 'sources': [
- 'base/media_stub.cc',
- ],
+ #'sources': [
+ # 'base/media_stub.cc',
+ #],
'link_settings': {
'libraries': [
'-lOpenSLES',
« no previous file with comments | « media/filters/ffmpeg_demuxer.cc ('k') | webkit/media/webkit_media.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698