elementary: Fix build break

SVN revision: 61053

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 61064
This commit is contained in:
Mike McCormack 2011-07-06 04:25:02 +00:00 committed by Mike McCormack
parent 2e86f7eef5
commit 2758782e1d
1 changed files with 5 additions and 0 deletions

View File

@ -254,8 +254,13 @@ _suspend_cb(void *data)
Eina_Bool
_elm_video_check(Evas_Object *video)
{
#ifdef HAVE_EMOTION
ELM_CHECK_WIDTYPE(video, widtype) EINA_FALSE;
return EINA_TRUE;
#else
(void) video;
return EINA_FALSE;
#endif
}
EAPI Evas_Object *