mirror of https://github.com/FFmpeg/FFmpeg.git
libavutil/random_seed.c calls arc4random_buf which is not available on OSX 10.4 Tiger, but the configuration script tests for arc4random which is available. Fix the configuration test to match the actual API used. Co-authored-by: James Almer <jamrial@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>pull/389/head
parent
13e9899014
commit
0056d9f176
2 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue