fix build error 37/83437/1 accepted/tizen/ivi/20160812.010631 accepted/tizen/mobile/20160812.010653 accepted/tizen/tv/20160812.010608 accepted/tizen/wearable/20160812.010539 submit/tizen/20160811.023523
authorNAMJEONGYOON <just.nam@samsung.com>
Thu, 11 Aug 2016 01:03:16 +0000 (10:03 +0900)
committerNAMJEONGYOON <just.nam@samsung.com>
Thu, 11 Aug 2016 01:03:16 +0000 (10:03 +0900)
Change-Id: I8cea332571d8cb1149b8b90b1e6ffec9bc69978c

test/player_test.c

index 8c899e18094e7d7d8074d70da2974ee3b82f3dbe..557617eb807881e2882b152bdcb03baf9bcf5093 100644 (file)
@@ -1168,11 +1168,15 @@ static void _player_get_progressive_download_status()
 
 static void _player_enable_tsurf_pool(void)
 {
+#ifndef TIZEN_TV
        bool enabled = FALSE;
        player_is_enabled_tsurf_pool(g_player[0], &enabled);
 
        g_print("tbm surface pool will be %s", (enabled) ? "disabled" : "enabled");
        player_enable_tsurf_pool(g_player[0], !enabled);
+#else
+       g_print("not support at TV profile");
+#endif
 }
 
 static void set_next_uri(char * uri)