[Gegl-developer] compile failed with GCC<4.0

lode leroy lode.leroy at gmail.com
Mon Apr 21 04:55:54 PDT 2008


I have had to apply the following correction:

Index: operations/common/brightness-contrast.c
===================================================================
--- operations/common/brightness-contrast.c     (revision 2210)
+++ operations/common/brightness-contrast.c     (working copy)
@@ -108,7 +108,7 @@
 }


-#ifdef USE_GCC_VECTORS
+#if USE_GCC_VECTORS

 static gboolean
 process_sse (GeglOperation *op,


More information about the Gegl-developer mailing list