From ca73dbf22aaf64291c67e3d32becf1de77d001a6 Mon Sep 17 00:00:00 2001 From: Christoph Moench-Tegeder Date: Sat, 17 Mar 2018 15:58:01 +0000 Subject: update shotwell to 0.28.0 while here, massage OPENMP_DESC for generic GCC --- graphics/shotwell/files/patch-src___transformation.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/shotwell/files/patch-src___transformation.c (limited to 'graphics/shotwell/files/patch-src___transformation.c') diff --git a/graphics/shotwell/files/patch-src___transformation.c b/graphics/shotwell/files/patch-src___transformation.c new file mode 100644 index 000000000000..9e18c8094433 --- /dev/null +++ b/graphics/shotwell/files/patch-src___transformation.c @@ -0,0 +1,11 @@ +--- src/_transformation.c.orig 2018-03-17 15:06:02 UTC ++++ src/_transformation.c +@@ -7,7 +7,7 @@ + + #include "shotwell-graphics-processor.h" + +-inline void _pixel_transformer_apply_transformations (PixelTransformer* self, RGBAnalyticPixel* p, RGBAnalyticPixel* result) { ++void _pixel_transformer_apply_transformations (PixelTransformer* self, RGBAnalyticPixel* p, RGBAnalyticPixel* result) { + PixelFormat current_format = PIXEL_FORMAT_RGB; + RGBAnalyticPixel p_rgb = {p->red, p->green, p->blue }; + HSVAnalyticPixel p_hsv = {0.0f, 0.0f, 0.0f}; -- cgit v1.2.3