From 3702300cbb027e413bfb0c1854c1e240ad810f34 Mon Sep 17 00:00:00 2001 From: Patrice Bensoussan Date: Sat, 22 Oct 2005 19:10:14 +0000 Subject: Fix linking failure on Mac OS X <10.4. patch by Patrice Bensoussan patrice = dot = bensoussan = at = gmail = . = com Originally committed as revision 4657 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index eb133f1..6fd3ae8 100755 --- a/configure +++ b/configure @@ -330,7 +330,7 @@ v4l="no" audio_oss="no" dv1394="no" ffserver="no" -SHFLAGS="-dynamiclib -Wl,-single_module,-undefined,dynamic_lookup" +SHFLAGS="-dynamiclib -Wl,-single_module" extralibs="" darwin="yes" strip="strip -x" -- cgit v1.1