gegl-developer  

[Gegl-developer] compile failed with GCC<4.0

lode leroy
Mon, 21 Apr 2008 04:56:02 -0700

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,
_______________________________________________
Gegl-developer mailing list
Gegl-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer