fix wearable profile build error 98/54798/1 accepted/tizen/mobile/20151218.090632 accepted/tizen/tv/20151218.090436 accepted/tizen/wearable/20151218.090539 submit/tizen/20151218.055606
authorHyunil <hyunil46.park@samsung.com>
Fri, 18 Dec 2015 03:10:28 +0000 (12:10 +0900)
committerHyunil <hyunil46.park@samsung.com>
Fri, 18 Dec 2015 03:10:28 +0000 (12:10 +0900)
Change-Id: I4d78c427be372dd1a34795305b153d2b19f01309
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
src/player_priv.c

index 58f303866a27100a3cd1eabf64736490646c390b..037323d2bc533f4dc5068ea673fed0366868bd59 100644 (file)
@@ -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;