| Index: build/config/chromecast/BUILD.gn
|
| diff --git a/build/config/chromecast/BUILD.gn b/build/config/chromecast/BUILD.gn
|
| index 31edbea9147028ee5e9d7f9098ef68b1d90bba59..f7a1f502cd52005d8566dd2bd17fb8336481c066 100644
|
| --- a/build/config/chromecast/BUILD.gn
|
| +++ b/build/config/chromecast/BUILD.gn
|
| @@ -11,10 +11,11 @@ config("static_config") {
|
| # 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',
|
| + "-Wl,--exclude-libs=libffmpeg.a",
|
| ]
|
| }
|
|
|
|
|