autotools: remove forgotten BUILD_SAVER_JPEG

This commit is contained in:
Cedric BAIL 2014-06-20 10:38:31 +02:00
parent 7a35f5ffdb
commit c1aab3e51a
2 changed files with 0 additions and 3 deletions

View File

@ -2050,7 +2050,6 @@ if test "x${build_gui}" = "xno"; then
AM_CONDITIONAL([EVAS_STATIC_BUILD_XPM], [false])
AM_CONDITIONAL([BUILD_LOADER_TGV], [false])
AM_CONDITIONAL([EVAS_STATIC_BUILD_TGV], [false])
AM_CONDITIONAL([BUILD_SAVER_JPEG], [false])
AM_CONDITIONAL([EVAS_CSERVE2], [false])
fi

View File

@ -1482,9 +1482,7 @@ endif
if BUILD_LOADER_JPEG
if EVAS_STATIC_BUILD_JPEG
lib_evas_libevas_la_SOURCES += modules/evas/loaders/jpeg/evas_image_load_jpeg.c
if BUILD_SAVER_JPEG
lib_evas_libevas_la_SOURCES += modules/evas/savers/jpeg/evas_image_save_jpeg.c
endif
lib_evas_libevas_la_CPPFLAGS += @evas_image_loader_jpeg_cflags@
lib_evas_libevas_la_LIBADD += @evas_image_loader_jpeg_libs@
if EVAS_CSERVE2