From: darco Date: Wed, 9 Nov 2005 08:07:12 +0000 (+0000) Subject: meh X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=57db04e853a864b74971226938e54620b0867662;p=synfig.git meh git-svn-id: http://svn.voria.com/code@44 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/macosxbuild.sh b/synfig-core/trunk/macosxbuild.sh index d9f7c1b..cc47cb3 100755 --- a/synfig-core/trunk/macosxbuild.sh +++ b/synfig-core/trunk/macosxbuild.sh @@ -5,7 +5,8 @@ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/X11R6/li OPTIONS="" #OPTIONS="$OPTIONS --enable-timelimit=120" #OPTIONS="$OPTIONS --enable-optimization=2" -OPTIONS="$OPTIONS --enable-optimization=3 --enable-g5opt" +OPTIONS="$OPTIONS --enable-optimization=3" +#OPTIONS="$OPTIONS --enable-g5opt" #OPTIONS="$OPTIONS --disable-optimization" OPTIONS="$OPTIONS --disable-debug" #OPTIONS="$OPTIONS --with-vimage" diff --git a/synfig-core/trunk/src/modules/lyr_std/stretch.cpp b/synfig-core/trunk/src/modules/lyr_std/stretch.cpp index dc98f3f..1ccdea0 100644 --- a/synfig-core/trunk/src/modules/lyr_std/stretch.cpp +++ b/synfig-core/trunk/src/modules/lyr_std/stretch.cpp @@ -127,7 +127,7 @@ Layer_Stretch::get_color(Context context, const Point &pos)const return context.get_color(npos); } -class ::Stretch_Trans : public Transform +class Stretch_Trans : public Transform { etl::handle layer; public: