raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=901ad50f25c946f1c6b6191cf22c4efc819208d5

commit 901ad50f25c946f1c6b6191cf22c4efc819208d5
Author: Carsten Haitzler <[email protected]>
Date:   Sun Nov 21 21:09:20 2021 +0000

    e wp gen - use threads to speed up encode of wp edj file
---
 src/bin/e_wallpaper_gen_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_wallpaper_gen_main.c b/src/bin/e_wallpaper_gen_main.c
index 3c1d96df5..cafb3a84f 100644
--- a/src/bin/e_wallpaper_gen_main.c
+++ b/src/bin/e_wallpaper_gen_main.c
@@ -479,7 +479,7 @@ elm_main(int argc, char **argv)
            "}\n");
    fclose(f);
    if (snprintf(cmd_buf, sizeof(cmd_buf),
-                "%s -fastdecomp -id %s -fd %s -sd %s -vd %s -dd %s -md %s "
+                "%s -fastdecomp -threads -id %s -fd %s -sd %s -vd %s -dd %s 
-md %s "
                 "%s/bg.edc %s",
                 edje_cc, dir, dir, dir, dir, dir, dir,
                 dir, outfile) >= (int)sizeof(cmd_buf))

-- 


Reply via email to