summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xthird_party/ffmpeg/ffmpeg.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/ffmpeg/ffmpeg.gyp b/third_party/ffmpeg/ffmpeg.gyp
index 578b785..af4c0916 100755
--- a/third_party/ffmpeg/ffmpeg.gyp
+++ b/third_party/ffmpeg/ffmpeg.gyp
@@ -25,9 +25,9 @@
# Allow overridding the selection of which FFmpeg binaries to copy via an
# environment variable. Affects the ffmpeg_binaries target.
'conditions': [
- [ 'chromeos==1', {
+ ['chromeos!=0', {
'ffmpeg_branding%': '<(branding)OS',
- }, { # else ChromeOS!="1", assume Chrome/Chromium.
+ },{ # else chromeos==0, assume Chrome/Chromium.
'ffmpeg_branding%': '<(branding)',
}],
],