From c6e65252730a5008d81a3302b21a211c1d935012 Mon Sep 17 00:00:00 2001 From: "bhutani.92" Date: Thu, 23 Jun 2016 12:17:26 +0530 Subject: [PATCH] Enabled Hardware Accelaration for MusicPlayer ABS Build Change-Id: If6242b118bd00265700ba734b68f573367460431 Signed-off-by: bhutani.92 --- music-chooser/tizen-manifest.xml | 2 +- sound-player/tizen-manifest.xml | 2 +- src/common/mp-util.c | 2 +- src/mp-main.c | 4 ++-- tizen-manifest.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/music-chooser/tizen-manifest.xml b/music-chooser/tizen-manifest.xml index 4df6166..b2a19bd 100644 --- a/music-chooser/tizen-manifest.xml +++ b/music-chooser/tizen-manifest.xml @@ -1,7 +1,7 @@ - + diff --git a/sound-player/tizen-manifest.xml b/sound-player/tizen-manifest.xml index aad0250..f930515 100644 --- a/sound-player/tizen-manifest.xml +++ b/sound-player/tizen-manifest.xml @@ -1,7 +1,7 @@ - + diff --git a/src/common/mp-util.c b/src/common/mp-util.c index d615396..c7bc959 100755 --- a/src/common/mp-util.c +++ b/src/common/mp-util.c @@ -2635,7 +2635,7 @@ const char *util_get_file_path(const char *relative) return &buf[0]; } -#ifndef SOUND_PLAYER +#ifndef MP_SOUND_PLAYER void mp_post_notification_indicator(char *status) { startfunc; diff --git a/src/mp-main.c b/src/mp-main.c index 3ebb288..9c289bd 100755 --- a/src/mp-main.c +++ b/src/mp-main.c @@ -1451,7 +1451,7 @@ mp_create(void *data) conformant = elm_conformant_add(ad->win_main); MP_CHECK_FALSE(conformant); -#ifndef SOUND_PLAYER +#ifndef MP_SOUND_PLAYER if (!ad->noti) { DEBUG_TRACE("notification create"); @@ -1655,7 +1655,7 @@ mp_terminate(void *data) mp_music_view_mgr_release(); #endif -#ifndef SOUND_PLAYER +#ifndef MP_SOUND_PLAYER notification_delete(ad->noti); notification_free(ad->noti); #endif diff --git a/tizen-manifest.xml b/tizen-manifest.xml index 8d4d020..2bac359 100644 --- a/tizen-manifest.xml +++ b/tizen-manifest.xml @@ -1,7 +1,7 @@ - + -- 2.7.4