diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/ffmpeg/ffmpeg.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/ffmpeg/ffmpeg.gyp b/third_party/ffmpeg/ffmpeg.gyp index 0d661a3..7f42890 100644 --- a/third_party/ffmpeg/ffmpeg.gyp +++ b/third_party/ffmpeg/ffmpeg.gyp @@ -39,9 +39,9 @@ # Allow overridding the selection of which FFmpeg binaries to copy via an # environment variable. Affects the ffmpeg_binaries target. 'conditions': [ - ['chromeos!=0 or toolkit_views!=0', { + ['chromeos==1', { 'ffmpeg_branding%': '<(branding)OS', - },{ # else chromeos==0, assume Chrome/Chromium. + }, { # otherwise, assume Chrome/Chromium. 'ffmpeg_branding%': '<(branding)', }], ['armv7==1 and arm_neon==1', { |