* emotion: fix build of static module.

SVN revision: 51759
This commit is contained in:
Cedric BAIL 2010-08-30 16:18:11 +00:00
parent 50c51279ac
commit 2a596a37e5
1 changed files with 3 additions and 3 deletions

View File

@ -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