diff options
author | Patrice Bensoussan <patrice.bensoussan@free.fr> | 2005-10-22 19:10:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2005-10-22 19:10:14 +0000 |
commit | 3702300cbb027e413bfb0c1854c1e240ad810f34 (patch) | |
tree | 6c973b519cc6529980dc8066d07fea68f7216100 /configure | |
parent | da186ae269b682e4fcc29aa4eb062fbe1015d453 (diff) | |
download | ffmpeg-3702300cbb027e413bfb0c1854c1e240ad810f34.tar.gz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |