* emotion: Use the right macro.

SVN revision: 44895
This commit is contained in:
Cedric BAIL 2010-01-04 21:28:24 +00:00
parent 9294b588df
commit c2532a7691
4 changed files with 3 additions and 11 deletions

View File

@ -112,22 +112,14 @@ main_start(int argc, char **argv)
}
if (mode == 4)
ecore_evas = ecore_evas_new(NULL, 0, 0, startw, starth, NULL);
# if HAVE_EVAS_SOFWARE_X11
if (mode == 0)
ecore_evas = ecore_evas_software_x11_new(NULL, 0, 0, 0, startw, starth);
# endif
# if HAVE_EVAS_OPENGL_X11
if (mode == 1)
ecore_evas = ecore_evas_gl_x11_new(NULL, 0, 0, 0, startw, starth);
# endif
# if HAVE_EVAS_FB
if (mode == 2)
ecore_evas = ecore_evas_fb_new(NULL, 0, startw, starth);
# endif
# if HAVE_EVAS_XRENDER_X11
if (mode == 3)
ecore_evas = ecore_evas_xrender_x11_new(NULL, 0, 0, 0, startw, starth);
# endif
#else
startw = 240;

View File

@ -1292,7 +1292,7 @@ gstreamer_module_shutdown(void)
_emotion_module_unregister("gstreamer");
}
#ifndef EINA_STATIC_BUILD_GSTREAMER
#ifndef EMOTION_STATIC_BUILD_GSTREAMER
EINA_MODULE_INIT(gstreamer_module_init);
EINA_MODULE_SHUTDOWN(gstreamer_module_shutdown);

View File

@ -1234,7 +1234,7 @@ vlc_module_shutdown(void)
_emotion_module_unregister("vlc");
}
#ifndef EINA_STATIC_BUILD_VLC
#ifndef EMOTION_STATIC_BUILD_VLC
EINA_MODULE_INIT(vlc_module_init);
EINA_MODULE_SHUTDOWN(vlc_module_shutdown);

View File

@ -1557,7 +1557,7 @@ xine_module_shutdown(void)
_emotion_module_unregister("xine");
}
#ifndef EINA_STATIC_BUILD_XINE
#ifndef EMOTION_STATIC_BUILD_XINE
EINA_MODULE_INIT(xine_module_init);
EINA_MODULE_SHUTDOWN(xine_module_shutdown);