mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 12:22:22 +00:00
Move darwin CFLAG settings to darwin section at the beginning of configure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29164 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
01415637a0
commit
b4546308e8
4
configure
vendored
4
configure
vendored
@ -1432,6 +1432,7 @@ fi
|
||||
if darwin; then
|
||||
extra_ldflags="$extra_ldflags -L/usr/local/lib"
|
||||
extra_cflags="$extra_cflags -I/usr/local/include"
|
||||
CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -shared-libgcc"
|
||||
_timer=timer-darwin.c
|
||||
fi
|
||||
|
||||
@ -8001,9 +8002,6 @@ libs_mplayer=$_ld_tmp
|
||||
|
||||
|
||||
#############################################################################
|
||||
if darwin ; then
|
||||
CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -shared-libgcc"
|
||||
fi
|
||||
# Thread support
|
||||
if linux ; then
|
||||
CFLAGS="$CFLAGS -D_REENTRANT"
|
||||
|
Loading…
Reference in New Issue
Block a user