fix build error : Add undefined symbol to header file 78/33378/1 tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0_ivi accepted/tizen/common/20150109.133757 accepted/tizen/ivi/20150112.234218 accepted/tizen/mobile/20150111.050625 accepted/tizen/tv/20150111.045709 accepted/tizen/wearable/20150111.045949 submit/tizen/20150109.055336 submit/tizen_ivi/20150112.111111 tizen_3.0_ivi_release
authorHyunil Park <hyunil46.park@samsung.com>
Fri, 9 Jan 2015 00:07:03 +0000 (09:07 +0900)
committerHyunil Park <hyunil46.park@samsung.com>
Fri, 9 Jan 2015 00:07:03 +0000 (09:07 +0900)
Change-Id: I2a9af08b2b52e1a0ae1b430cee16c2c61f5d2e4c
Signed-off-by: Hyunil Park <hyunil46.park@samsung.com>
src/include/mm_player_priv.h
src/mm_player_priv.c

index 709f9dd..6145143 100755 (executable)
@@ -677,6 +677,8 @@ int _mmplayer_set_display_zoom(MMHandleType hplayer, float level);
 int _mmplayer_get_display_zoom(MMHandleType hplayer, float *level);
 int _mmplayer_set_display_zoom_start_pos(MMHandleType hplayer, int x, int y);
 int _mmplayer_get_display_zoom_start_pos(MMHandleType hplayer, int *x, int *y);
+void __mmplayer_remove_g_source_from_context(guint source_id);
+
 
 #ifdef __cplusplus
        }
index ecf46be..0fa6520 100755 (executable)
@@ -141,7 +141,7 @@ static int  __mmplayer_realize_streaming_ext(mm_player_t* player);
 static int __mmplayer_unrealize_streaming_ext(mm_player_t *player);
 static int __mmplayer_start_streaming_ext(mm_player_t *player);
 static int __mmplayer_destroy_streaming_ext(mm_player_t* player);
-static void __mmplayer_remove_g_source_from_context(guint source_id);
+
 
 
 /*===========================================================================================