diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2014-07-01 20:22:42 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2014-07-01 20:22:42 +0900 |
commit | ae63d023dd968d7d8f607d0ae2a69a87eae7be24 (patch) | |
tree | c228fe9d0406d9f90c754246c9fd070beb4a2fd5 /src/lib/evas/file/evas_module.c | |
parent | 12dc40fa3b98600fe23280c901bab324a1184623 (diff) |
fix static jpeg saver usage due to defines being removed from config.h
Diffstat (limited to '')
-rw-r--r-- | src/lib/evas/file/evas_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/file/evas_module.c b/src/lib/evas/file/evas_module.c index 77fec09386..52de350851 100644 --- a/src/lib/evas/file/evas_module.c +++ b/src/lib/evas/file/evas_module.c | |||
@@ -242,7 +242,7 @@ static const struct { | |||
242 | #ifdef EVAS_STATIC_BUILD_EET | 242 | #ifdef EVAS_STATIC_BUILD_EET |
243 | EVAS_EINA_STATIC_MODULE_USE(image_saver, eet), | 243 | EVAS_EINA_STATIC_MODULE_USE(image_saver, eet), |
244 | #endif | 244 | #endif |
245 | #if defined (EVAS_BUILD_SAVER_JPEG) && defined (EVAS_STATIC_BUILD_JPEG) | 245 | #ifdef EVAS_STATIC_BUILD_JPEG |
246 | EVAS_EINA_STATIC_MODULE_USE(image_saver, jpeg), | 246 | EVAS_EINA_STATIC_MODULE_USE(image_saver, jpeg), |
247 | #endif | 247 | #endif |
248 | #ifdef EVAS_STATIC_BUILD_PNG | 248 | #ifdef EVAS_STATIC_BUILD_PNG |