Change-Id: I4d78c427be372dd1a34795305b153d2b19f01309
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
handle->display_handle = (void *)surface;
set_handle = &(handle->display_handle);
mmClientType = MM_DISPLAY_SURFACE_X;
+#ifdef TIZEN_MOBILE
} else if (type == PLAYER_DISPLAY_TYPE_EVAS)
{
LOGI("Evas surface type");
handle->display_handle = (void *)surface;
set_handle = &(handle->display_handle);
mmClientType = MM_DISPLAY_SURFACE_EVAS;
+#endif
} else {
LOGE("invalid surface type");
return PLAYER_ERROR_INVALID_PARAMETER;