mirror of
https://github.com/mpv-player/mpv
synced 2024-12-20 22:02:59 +00: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:
parent
0769cbd75c
commit
7df4a327ad
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user