mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 14:46:02 +00:00
a4de313714
The assembly relies on __ANDROID__ to decide whether to call 'lrand48' or 'rand'. The later is available on desktop but only on Android L or later. However, this macro isn't defined by the linux vpx_config asm file we use for x86 Android builds, so we must pass it manually when invoking yasm.