Index: third_party/ffmpeg/ffmpeg.gyp |
diff --git a/third_party/ffmpeg/ffmpeg.gyp b/third_party/ffmpeg/ffmpeg.gyp |
index 955cac4dd482e022e7102c483886dfa112f66cf1..6482f2cac125ff6e27d0b754939e92f8079ee55e 100755 |
--- a/third_party/ffmpeg/ffmpeg.gyp |
+++ b/third_party/ffmpeg/ffmpeg.gyp |
@@ -38,7 +38,7 @@ |
# |
# TODO(ajwong): Per the comment above, reduce this conditional's size and |
# determine if in-tree build in Windows is tractable. |
- ['OS!="linux" or OS!="freebsd" or use_system_ffmpeg==0', { |
+ ['(OS!="linux" and OS!="freebsd") or use_system_ffmpeg!=0', { |
'variables': { |
'target_for_binaries': 'ffmpeg_binaries', |
'ffmpeg_include_root': 'include', |