[babl] Re-enable gggl-lies



commit 561169b466e4fc78760b5df8eccccd1a8e81fdcd
Author: Daniel Sabo <DanielSabo gmail com>
Date:   Mon Apr 29 18:10:25 2013 -0700

    Re-enable gggl-lies
    
    It was not the source of the troubles I had blamed it for.

 extensions/gggl-lies.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/extensions/gggl-lies.c b/extensions/gggl-lies.c
index 058ec8e..47a973b 100644
--- a/extensions/gggl-lies.c
+++ b/extensions/gggl-lies.c
@@ -1564,7 +1564,6 @@ int init (void);
 int
 init (void)
 {
-#if 0
   const Babl *rgbaF = babl_format_new (
     babl_model ("RGBA"),
     babl_type ("float"),
@@ -1759,7 +1758,6 @@ init (void)
   o (rgb8, rgbA8);
   o (rgba8, rgb8);
   o (rgbaF, rgbA8);
-#endif
 
   return 0;
 }


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