From 706c804cbf21c497af38732e96dd05b52d70a1c2 Mon Sep 17 00:00:00 2001 From: Hyunil Park Date: Fri, 9 Jan 2015 09:07:03 +0900 Subject: [PATCH] fix build error : Add undefined symbol to header file Change-Id: I2a9af08b2b52e1a0ae1b430cee16c2c61f5d2e4c Signed-off-by: Hyunil Park --- src/include/mm_player_priv.h | 2 ++ src/mm_player_priv.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/include/mm_player_priv.h b/src/include/mm_player_priv.h index 709f9dd..6145143 100755 --- a/src/include/mm_player_priv.h +++ b/src/include/mm_player_priv.h @@ -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 } diff --git a/src/mm_player_priv.c b/src/mm_player_priv.c index ecf46be..0fa6520 100755 --- a/src/mm_player_priv.c +++ b/src/mm_player_priv.c @@ -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); + /*=========================================================================================== -- 2.7.4