]> granicus.if.org Git - libvpx/commit
Fix compilation error under Clang 4.0.
authorIvan Krasin <krasin@chromium.org>
Mon, 25 Jul 2016 19:11:02 +0000 (12:11 -0700)
committerJohann Koenig <johannkoenig@google.com>
Mon, 25 Jul 2016 19:18:49 +0000 (19:18 +0000)
commit91369fd9b7be7ccbc22b3b296a7ea601fb59f8d7
tree19c090f1432fc4498090a1444feb3acabd7d97b3
parentf368f86df6705711dc3341dd910686911270ce69
Fix compilation error under Clang 4.0.

The LLVM trunk has reached 4.0 and now __clang_major__ is not enough
to distinguish between old XCode Clang and the new 'real' Clang.
Using __apple_build_version__ allows to make this distinction.

BUG=chromium:631144

Change-Id: I0b6e46fddfe4f409c7b7e558bda34872e60ee2d9
vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c