From 2a596a37e509671abce8baed0f9b5298155cfa3e Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 30 Aug 2010 16:18:11 +0000 Subject: [PATCH] * emotion: fix build of static module. SVN revision: 51759 --- legacy/emotion/src/lib/emotion_smart.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/emotion/src/lib/emotion_smart.c b/legacy/emotion/src/lib/emotion_smart.c index 91a9eaff17..87ca600f28 100644 --- a/legacy/emotion/src/lib/emotion_smart.c +++ b/legacy/emotion/src/lib/emotion_smart.c @@ -1263,13 +1263,13 @@ _pixels_get(void *data, Evas_Object *obj) /*******************************************/ /* Internal smart object required routines */ /*******************************************/ -#ifdef EINA_STATIC_BUILD_XINE +#ifdef EMOTION_STATIC_BUILD_XINE Eina_Bool xine_module_init(void); #endif -#ifdef EINA_STATIC_BUILD_VLC +#ifdef EMOTION_STATIC_BUILD_VLC Eina_Bool vlc_module_init(void); #endif -#ifdef EINA_STATIC_BUILD_GSTREAMER +#ifdef EMOTION_STATIC_BUILD_GSTREAMER Eina_Bool gstreamer_module_init(void); #endif