meh
authordarco <darco@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 9 Nov 2005 08:07:12 +0000 (08:07 +0000)
committerdarco <darco@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 9 Nov 2005 08:07:12 +0000 (08:07 +0000)
git-svn-id: http://svn.voria.com/code@44 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/macosxbuild.sh
synfig-core/trunk/src/modules/lyr_std/stretch.cpp

index d9f7c1b..cc47cb3 100755 (executable)
@@ -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"
index dc98f3f..1ccdea0 100644 (file)
@@ -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<const Layer_Stretch> layer;
 public: