1
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 22:37:28 +01:00

Do not set -DSYS_DARWIN, it is unused.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25360 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-12-11 20:32:50 +00:00
parent 3bd46271d4
commit e1718645bd

2
configure vendored
View File

@ -7458,7 +7458,7 @@ _libs_mplayer=$_ld_tmp
#############################################################################
if darwin ; then
CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc"
CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -shared-libgcc"
if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then
CFLAGS="$CFLAGS -no-cpp-precomp"
fi