* emotion: fix build of static module.

SVN revision: 51759
devs/devilhorns/wayland_egl
Cedric BAIL 13 years ago
parent 50c51279ac
commit 2a596a37e5
  1. 6
      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

Loading…
Cancel
Save