Re: compile failed with GCC<4.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



(sorry, my previous mail was too fast...)

 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,
@@ -169,7 +169,7 @@
   operation_class->description = _("Changes the light level and contrast.");


-#ifdef USE_GCC_VECTORS
+#if USE_GCC_VECTORS
   /* add conditionally compiled variation of process(), gegl should be able
    * to determine which is fastest and hopefully if any implementation is
    * broken and not conforming to the reference implementation.
_______________________________________________
Gegl-developer mailing list
Gegl-developer@xxxxxxxxxxxxxxxxxxxxxx
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer

[Index of Archives]     [Yosemite News]     [Yosemite Photos]     [gtk]     [GIMP Users]     [KDE]     [Gimp's Home]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux