Fix build warnings 23/180723/1
authorSeungbae Shin <seungbae.shin@samsung.com>
Fri, 1 Jun 2018 09:53:52 +0000 (18:53 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Fri, 1 Jun 2018 09:53:52 +0000 (18:53 +0900)
[Version] 11.1-39
[Issue Type] Build

Change-Id: I354f93f397851d2d4f508a3e6b1a52c3d64e2950

packaging/pulseaudio.spec
src/pulsecore/sink-input.h
src/pulsecore/source-output.c

index 6b88dca..7444082 100644 (file)
@@ -3,7 +3,7 @@
 Name:             pulseaudio
 Summary:          Improved Linux sound server
 Version:          11.1
-Release:          38
+Release:          39
 Group:            Multimedia/Audio
 License:          LGPL-2.1
 URL:              http://pulseaudio.org
index aec8aeb..362e711 100644 (file)
@@ -486,6 +486,10 @@ void pa_sink_input_set_volume_direct(pa_sink_input *i, const pa_cvolume *volume)
  * i->reference_ratio and logs a message if the value changes. */
 void pa_sink_input_set_reference_ratio(pa_sink_input *i, const pa_cvolume *ratio);
 
+#ifdef __TIZEN__
+void pa_sink_input_update_empty_pop(pa_sink_input *i, size_t length, bool *is_timeout);
+#endif
+
 #define pa_sink_input_assert_io_context(s) \
     pa_assert(pa_thread_mq_get() || !PA_SINK_INPUT_IS_LINKED((s)->state))
 
index 9e122b2..7aaaadc 100644 (file)
@@ -26,6 +26,7 @@
 #include <string.h>
 #ifdef TIZEN_PCM_DUMP
 #include <time.h>
+#include <pulse/timeval.h>
 #endif
 
 #include <pulse/utf8.h>