[gegl] Remove old jpg-save op from workshop



commit 2b7399d47a928ce2eeb8001e5c47d7b36e549dd4
Author: Mukund Sivaraman <muks banu com>
Date:   Thu Sep 8 12:24:10 2011 +0530

    Remove old jpg-save op from workshop
    
    I wrote this, put it in workshop, and wrote a new op again.
    How stupid is that?

 operations/workshop/external/Makefile.am |    6 -
 operations/workshop/external/jpg-save.c  |  170 ------------------------------
 2 files changed, 0 insertions(+), 176 deletions(-)
---
diff --git a/operations/workshop/external/Makefile.am b/operations/workshop/external/Makefile.am
index f883e40..8c79d9c 100644
--- a/operations/workshop/external/Makefile.am
+++ b/operations/workshop/external/Makefile.am
@@ -25,12 +25,6 @@ gluas_la_LIBADD  = $(op_libs) $(LUA_LIBS)
 gluas_la_CFLAGS  = $(LUA_CFLAGS) $(BABL_CFLAGS) $(GLIB_CFLAGS)
 endif
 
-if HAVE_JPEG
-ops += jpg-save.la
-jpg_save_la_SOURCES = jpg-save.c
-jpg_save_la_LIBADD = $(op_libs) $(LIBJPEG)
-endif
-
 if HAVE_LENSFUN
 ops += lens-correct.la
 lens_correct_la_SOURCES = lens-correct.c



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