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

Unified Diff: ffmpeg.gyp

Issue 11943010: NOT FOR SUBMISSION: Enable FFmpeg on Android. Base URL: https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@master
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 | « chromium/config/Chromium/linux/arm/config.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ffmpeg.gyp
diff --git a/ffmpeg.gyp b/ffmpeg.gyp
index 090e42fce238a9c5c1f19e8f5c0052577f02e262..62ee8fb8bddc0f70de1b4ecbecc289ebcd125dbf 100644
--- a/ffmpeg.gyp
+++ b/ffmpeg.gyp
@@ -58,7 +58,7 @@
['chromeos == 1', {
'ffmpeg_branding%': '<(branding)OS',
}, { # otherwise, assume Chrome/Chromium.
- 'ffmpeg_branding%': '<(branding)',
+ 'ffmpeg_branding%': 'Chrome',
}],
],
« no previous file with comments | « chromium/config/Chromium/linux/arm/config.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698