From a9f63b6b5f455e2957ed08e2bb2b581c058035ff Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 18 Dec 2018 16:15:39 -0800 Subject: binding: mediaplayer: allow open/close of mediaplayer roles When streams are paused or stopped the mediaplayer role needs to be released to allow playback from other applications (i.e. radio) Change-Id: Idd324d0695bfaa35401f05a95380d56df848009e Signed-off-by: Matt Ranostay --- binding/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'binding/CMakeLists.txt') diff --git a/binding/CMakeLists.txt b/binding/CMakeLists.txt index d31e712..6409935 100644 --- a/binding/CMakeLists.txt +++ b/binding/CMakeLists.txt @@ -35,7 +35,3 @@ PROJECT_TARGET_ADD(afm-mediaplayer-binding) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} ${link_libraries}) - - if(HAVE_4A_FRAMEWORK) - add_definitions(-DHAVE_4A_FRAMEWORK) - endif() -- cgit 1.2.3-korg