backport compression change/
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 31 Oct 2012 11:06:46 +0000 (11:06 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 31 Oct 2012 11:06:46 +0000 (11:06 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/branches/edje-1.7@78700 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog
NEWS
src/bin/edje_cc.c

index 2d29684..d7db092 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 2012-10-26  Michael Bouchaud (yoz)
 
         * fix edje_object_scale_set with edje containing boxes and/or tables
+
+2012-10-31  Carsten Haitzler (The Rasterman)
+
+        * Fix edje_cc to use max compression, not default compression.
+
diff --git a/NEWS b/NEWS
index 990b5d0..bf59982 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,8 @@ Changes since Edje 1.7.1:
 
 Fixes:
     * fix scale_set with edje containing boxes and/or tables
-
+    * fix edje_cc to use max, not default compression
+    
 Edje 1.7.1
 
 Changes since Edje 1.7.0:
index 960d831..c1368bb 100644 (file)
@@ -29,7 +29,7 @@ int        no_raw = 0;
 int        no_save = 0;
 int        min_quality = 0;
 int        max_quality = 100;
-int        compress_mode = EET_COMPRESSION_DEFAULT;
+int        compress_mode = EET_COMPRESSION_HI;
 int        threads = 0;
 
 static void