Mercurial > mplayer.hg
changeset 19426:99f95ed2d1e5
fix missing symbol when compiling with live support on mac osx
author | nplourde |
---|---|
date | Fri, 18 Aug 2006 01:15:46 +0000 |
parents | 4c2018ab7d45 |
children | ada359817b61 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Aug 17 23:41:51 2006 +0000 +++ b/configure Fri Aug 18 01:15:46 2006 +0000 @@ -7030,7 +7030,7 @@ echores "$_crash_debug" if darwin ; then - CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN" + CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc" if x86 ; then CFLAGS="$CFLAGS -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk" fi