1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

fix missing symbol when compiling with live support on mac osx

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19432 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nplourde 2006-08-18 01:15:46 +00:00
parent 0769cbd75c
commit 7df4a327ad

2
configure vendored
View File

@ -7030,7 +7030,7 @@ fi
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