Remove undefined symbol 56/185756/1 accepted/tizen/unified/20180802.135009 submit/tizen/20180802.055654
authorSangchul Lee <sc11.lee@samsung.com>
Thu, 2 Aug 2018 05:48:33 +0000 (14:48 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Thu, 2 Aug 2018 05:48:33 +0000 (14:48 +0900)
The function has been already removed.

[Version] 0.12.24
[Issue Type] VD Build break

Change-Id: I7b5ad7eb825682c7be591c3a21053ead1a865edf
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
include/mm_sound_client.h
mm_sound.c
packaging/libmm-sound.spec

index f5d7c0a..7632220 100644 (file)
@@ -86,8 +86,4 @@ typedef void (*mm_sound_device_running_changed_wrapper_cb)(int device_id, const
                const char *name, int vendor_id, int product_id, bool is_running, int *stream_id, int stream_num, void *userdata);
 typedef void (*mm_sound_stop_callback_wrapper_func)(int id, void *userdata);
 
-#ifdef TIZEN_TV
-void mm_sound_client_cleanup(void);
-#endif
-
 #endif /* __MM_SOUND_CLIENT_H__ */
index e4e3ff8..8be07b0 100644 (file)
@@ -390,7 +390,6 @@ int mm_sound_remove_test_callback(unsigned int subs_id)
 EXPORT_API
 void mm_sound_dotnet_cleanup(int signo)
 {
-       mm_sound_client_cleanup();
 }
 #endif
 
index 6b0af52..28dd206 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-sound
 Summary:    MMSound Package contains client lib and sound_server binary
-Version:    0.12.23
+Version:    0.12.24
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0