Merge branch 'upstream/1.16' into tizen_gst_1.16.2
[platform/upstream/gst-plugins-good.git] / ext / pulse / pulsesrc.h
index a2335cc..60e560d 100644 (file)
 #include <pulse/pulseaudio.h>
 #include <pulse/thread-mainloop.h>
 
-#ifdef __TIZEN__
-#ifdef PCM_DUMP_ENABLE
+#if defined(__TIZEN__) && defined(PCM_DUMP_ENABLE)
 #include <stdio.h>
 #endif
-#endif
 
 G_BEGIN_DECLS
 
@@ -95,12 +93,10 @@ struct _GstPulseSrc
   GstStructure *properties;
   pa_proplist *proplist;
 
-#ifdef __TIZEN__
-#ifdef PCM_DUMP_ENABLE
+#if defined(__TIZEN__) && defined(PCM_DUMP_ENABLE)
   gint need_dump_output;
   FILE *dump_fd_output;
 #endif
-#endif
 };
 
 struct _GstPulseSrcClass