[TV] Build fix: add sound_server.ready 22/70922/1 accepted/tizen/common/20160525.155333 accepted/tizen/common/20160526.145831 accepted/tizen/ivi/20160524.004616 accepted/tizen/ivi/20160602.020551 accepted/tizen/mobile/20160524.004544 accepted/tizen/mobile/20160602.020428 accepted/tizen/tv/20160524.004557 accepted/tizen/tv/20160602.020526 accepted/tizen/wearable/20160524.004542 accepted/tizen/wearable/20160602.020505 submit/tizen/20160523.093551 submit/tizen/20160524.060031
authorSeonmi Jin <seonmi.jin@samsung.com>
Mon, 23 May 2016 08:35:29 +0000 (17:35 +0900)
committerSeonmi Jin <seonmi.jin@samsung.com>
Mon, 23 May 2016 08:37:30 +0000 (17:37 +0900)
[Version] Release 0.10.33
[Profile] TV
[Issue Type] Build fix

Change-Id: I97ff955ffe39d42837f775a90921a9e8c6ada931
Signed-off-by: Seonmi Jin <seonmi.jin@samsung.com>
include/mm_sound_common.h
packaging/libmm-sound.spec

index ddc321c..281f95e 100644 (file)
 
 #define PA_READY "/tmp/.pa_ready"
 
+#ifdef TIZEN_TV
+#define SOUND_SERVER_READY "/tmp/.sound_server_ready"
+#endif
+
 #define MMSOUND_ENTER_CRITICAL_SECTION(x_mutex) \
 switch ( pthread_mutex_lock( x_mutex ) ) \
 { \
index 38c7a4a..30632be 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-sound
 Summary:    MMSound Package contains client lib and sound_server binary
-Version:    0.10.32
+Version:    0.10.33
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0