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
Showing
- vp8/common/x86/postproc_mmx.asm 1 addition, 2 deletionsvp8/common/x86/postproc_mmx.asm
- vp8/common/x86/postproc_sse2.asm 1 addition, 2 deletionsvp8/common/x86/postproc_sse2.asm
- vp8/common/x86/postproc_x86.c 0 additions, 24 deletionsvp8/common/x86/postproc_x86.c
- vp8/vp8_common.mk 0 additions, 1 deletionvp8/vp8_common.mk
- vp9/common/x86/vp9_postproc_mmx.asm 1 addition, 2 deletionsvp9/common/x86/vp9_postproc_mmx.asm
- vp9/common/x86/vp9_postproc_sse2.asm 1 addition, 2 deletionsvp9/common/x86/vp9_postproc_sse2.asm
- vpx_ports/x86_abi_support.asm 11 additions, 0 deletionsvpx_ports/x86_abi_support.asm
vp8/common/x86/postproc_x86.c
deleted
100644 → 0
Please register or sign in to comment