| Index: third_party/libvpx/generate_gni.sh
|
| diff --git a/third_party/libvpx/generate_gni.sh b/third_party/libvpx/generate_gni.sh
|
| index 17a33ff6fe00d6ab034a88bcf51974379b9f9d64..fc53601b53abf5253fc07c8dc753473a96a84101 100755
|
| --- a/third_party/libvpx/generate_gni.sh
|
| +++ b/third_party/libvpx/generate_gni.sh
|
| @@ -271,7 +271,7 @@ function gen_config_files {
|
|
|
| # Disable HAVE_UNISTD_H as it causes vp8 to try to detect how many cpus
|
| # available, which doesn't work from inside a sandbox on linux.
|
| - sed -i.bak -e 's/\(HAVE_UNISTD_H\s\+\)1/\10/' vpx_config.h
|
| + sed -i.bak -e 's/\(HAVE_UNISTD_H[[:space:]]*\)1/\10/' vpx_config.h
|
| rm vpx_config.h.bak
|
|
|
| # Use the correct ads2gas script.
|
|
|