]> git.sesse.net Git - mlt/commitdiff
+ OS/X Tiger patch
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 3 Oct 2005 12:42:54 +0000 (12:42 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 3 Oct 2005 12:42:54 +0000 (12:42 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@846 d19143bc-622f-0410-bfdd-b5b2a6649095

configure

index 68e490edcf82261a320969efb90de8d9e1fc52bb..ba046e9959a5110e4be734df055e0e168cbe06a7 100755 (executable)
--- a/configure
+++ b/configure
@@ -52,8 +52,8 @@ function build_config
                [ "$cpu" != "" ] &&
                echo "TARGETARCH=-march=$cpu" &&
                echo "TARGETCPU=-mcpu=$cpu"
+               echo "OPTIMISATIONS=-O4 -pipe -fomit-frame-pointer"
 
-               echo "OPTIMISATIONS=-O4 -pipe -ffast-math -fomit-frame-pointer"
                echo "CFLAGS+=-Wall -fPIC -DPIC \$(TARGETARCH) \$(TARGETCPU) \$(OPTIMISATIONS) \$(MMX_FLAGS) \$(DEBUG_FLAGS) \$(LARGE_FILE)"
 
                case $targetos in
@@ -63,6 +63,7 @@ function build_config
                echo "LDFLAGS+=`sdl-config --libs`"
                ;;
                Linux)
+               echo "OPTIMISATIONS+=-ffast-math"
                echo "CFLAGS+=-pthread"
                echo "SHFLAGS=-shared"
                echo "LIBDL=-ldl"