Libvpx roll
commitfca08edd702987ba54dea76bc9ae4740615c193d
authorhubbe <hubbe@chromium.org>
Fri, 1 May 2015 19:52:43 +0000 (1 12:52 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 1 May 2015 19:53:15 +0000 (1 19:53 +0000)
tree6f680c0f7e6805ebb2bc29f763edb8be135f59f8
parenta89bed611674bd56bf8fc96ef79952f43cc8f861
Libvpx roll

Disables HAVE_UNISTD_H in libvpx.

This will prevent vp8 from trying to detect the number of cores on the system, which
doesn't work from inside a sandbox. Since it defaults to 16 cores, this will let
chrome use more than one thread for encoding.

BUG=480724

Review URL: https://codereview.chromium.org/1119083002

Cr-Commit-Position: refs/heads/master@{#327963}
DEPS