comparison configure @ 15294:f06cb67b5038

recommended flags on osx
author nplourde
date Fri, 29 Apr 2005 17:18:12 +0000
parents 596948b718d7
children 57fdc519972f
comparison
equal deleted inserted replaced
15293:c64718e7fadd 15294:f06cb67b5038
6550 _crash_debug=no 6550 _crash_debug=no
6551 fi 6551 fi
6552 echores "$_crash_debug" 6552 echores "$_crash_debug"
6553 6553
6554 if darwin ; then 6554 if darwin ; then
6555 CFLAGS="$CFLAGS -DSYS_DARWIN" 6555 CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN"
6556 if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then 6556 if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then
6557 CFLAGS="$CFLAGS -no-cpp-precomp" 6557 CFLAGS="$CFLAGS -no-cpp-precomp"
6558 fi 6558 fi
6559 6559
6560 # libavcodec (from ffmpeg) requires CONFIG_DARWIN to enable AltiVec on Darwin/MacOSX 6560 # libavcodec (from ffmpeg) requires CONFIG_DARWIN to enable AltiVec on Darwin/MacOSX