| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index f63b0114891a9c7856982e8bcdf9a12419c5bb26..65f570e2755b6e9df2bd7910c740305479ac29fa 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -4131,6 +4131,10 @@
|
| # We want to statically link libstdc++/libgcc.
|
| '-static-libstdc++',
|
| '-static-libgcc',
|
| + # Don't allow visible symbols from libraries that contain
|
| + # assembly code with symbols that aren't hidden properly.
|
| + # http://b/26390825
|
| + '-Wl,--exclude-libs=libffmpeg.a',
|
| ],
|
| 'cflags!': [
|
| # Some components in Chromium (e.g. v8, skia, ffmpeg)
|
|
|