[FFmpeg-devel] [PATCH] Fix ranlib failure with older cross toolchains

2015-06-25 Thread Shawn Rainey
From: Shawn Rainey Cross-compile toolchains without support for ranlib -D would fail. This fixes the configure script to test the cross ranlib rather than the native ranlib. --- configure | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configure b/configure

[FFmpeg-devel] [PATCH] Fix ranlib configuration when configured to build with old cross toolchain

2015-06-25 Thread Shawn Rainey
make would fail at the cross ranlib step because configure was testing the native ranlib for -D support instead of testing the cross ranlib diff --git a/configure b/configure index 0620936..c1f1fca 100755 --- a/configure +++ b/configure @@ -2810,11 +2810,7 @@ ln_s="ln -s -f" nm_default="nm