From 345ae152facd9aca406516e429d7e8abad040487 Mon Sep 17 00:00:00 2001 From: Hyunil Date: Fri, 18 Dec 2015 12:10:28 +0900 Subject: [PATCH] fix wearable profile build error Change-Id: I4d78c427be372dd1a34795305b153d2b19f01309 Signed-off-by: Hyunil --- src/player_priv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/player_priv.c b/src/player_priv.c index 58f3038..037323d 100644 --- a/src/player_priv.c +++ b/src/player_priv.c @@ -113,12 +113,14 @@ int player_set_display_wl_for_mused(player_h player, player_display_type_e type, 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; -- 2.7.4