]> granicus.if.org Git - libvpx/commit
libyuv: remove problematic functions
authorJohann <johannkoenig@google.com>
Wed, 20 Jun 2018 20:10:54 +0000 (13:10 -0700)
committerJohann <johannkoenig@google.com>
Wed, 20 Jun 2018 20:11:40 +0000 (13:11 -0700)
commitbbf2160c0b2c1fabbde42d6616c528e38388dd63
treec259c8ce0b64240bf23722f61db3cc394b4e8552
parent69a6506a8ff81dc3d222df21d19812e3125779dd
libyuv: remove problematic functions

These fail to build with clang on 32 bit with
--disable-optimizations

Upstream libyuv has addressed these and we will get updated
versions on the next roll. At the moment, we don't use
libyuv for copying alpha data and so this is a quick fix.

BUG=webm:1514

Change-Id: I0040c3ae048f8d896c2082deeb2e32070a32c453
third_party/libyuv/README.libvpx
third_party/libyuv/include/libyuv/row.h
third_party/libyuv/source/row_gcc.cc