Chromium Code Reviews| Index: libyuv_test.gyp |
| diff --git a/libyuv_test.gyp b/libyuv_test.gyp |
| index f4c4ea0919090f6b20854dd85ab921febb424223..2599546564555db5ca9ccddbc281456a57964aca 100644 |
| --- a/libyuv_test.gyp |
| +++ b/libyuv_test.gyp |
| @@ -8,7 +8,8 @@ |
| { |
| 'variables': { |
| - 'libyuv_disable_jpeg%': 0, |
| + # Can be enabled if your jpeg has GYP support. |
| + 'libyuv_disable_jpeg%': 1, |
| 'mips_msa%': 0, # Default to msa off. |
| }, |
| 'targets': [ |