rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=184abbf3cfbf90a4020281f81ae5096d249141e7
commit 184abbf3cfbf90a4020281f81ae5096d249141e7 Author: se.osadchy <se.osad...@samsung.com> Date: Thu Jun 16 12:23:47 2016 +0300 fix issue with ecore_audio Signed-off-by: Vitalii Vorobiov <vi.vorob...@samsung.com> --- src/bin/ui/sound_player/sound_player.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/ui/sound_player/sound_player.c b/src/bin/ui/sound_player/sound_player.c index 0fe2a0b..8bd124a 100644 --- a/src/bin/ui/sound_player/sound_player.c +++ b/src/bin/ui/sound_player/sound_player.c @@ -338,10 +338,12 @@ sound_player_sound_set(Sound_Data *sound) void sound_player_sound_unset(void) { +#ifdef HAVE_AUDIO ecore_audio_obj_paused_set(in, true); ecore_timer_freeze(timer); _play_finished_cb(NULL, NULL); +#endif } Evas_Object * --