Use lrand48 on Android
authorJohann <johannkoenig@google.com>
Fri, 13 Jun 2014 02:16:59 +0000 (19:16 -0700)
committerJohann <johannkoenig@google.com>
Fri, 13 Jun 2014 02:57:25 +0000 (19:57 -0700)
commit79afb5eb416ff7adc862bfe28aac3c69f173efdd
tree094ceef7443e94f38e5d50db9ce72f828dece1aa
parent7336903545091a8bf29d7f341e3681f45ab35fc2
Use lrand48 on Android

When building x86 assembly use lrand48 instead of the
undocumented inlined _rand function.

Android now supports rand()
https://android-review.googlesource.com/97731
but only for new versions. Original workaround:
https://gerrit.chromium.org/gerrit/15744

Change-Id: I130566837d5bfc9e54187ebe9807350d1a7dab2a
vp8/common/x86/postproc_mmx.asm
vp8/common/x86/postproc_sse2.asm
vp8/common/x86/postproc_x86.c [deleted file]
vp8/vp8_common.mk
vp9/common/x86/vp9_postproc_mmx.asm
vp9/common/x86/vp9_postproc_sse2.asm
vpx_ports/x86_abi_support.asm