diff --git a/common.gypi b/common.gypi index abfe14c69..92b974ffc 100644 --- a/common.gypi +++ b/common.gypi @@ -1168,6 +1168,9 @@ # http://code.google.com/p/googletest/source/detail?r=446 . # TODO(thakis): Use -isystem instead (http://crbug.com/58751 ). '-Wno-unnamed-type-template-args', + # The integrated assembler chokes on one ffmpeg file. + # http://crbug.com/61931 + '-no-integrated-as', ], 'cflags!': [ # Clang doesn't seem to know know this flag.