summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/pacat.c2
-rw-r--r--src/utils/pactl.c2
-rw-r--r--src/utils/paplay.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/pacat.c b/src/utils/pacat.c
index c8890bbb..529cebae 100644
--- a/src/utils/pacat.c
+++ b/src/utils/pacat.c
@@ -40,7 +40,7 @@
#define TIME_EVENT_USEC 50000
-#if PA_API_VERSION != 8
+#if PA_API_VERSION != 9
#error Invalid Polypaudio API version
#endif
diff --git a/src/utils/pactl.c b/src/utils/pactl.c
index fcc677d9..7a3d3737 100644
--- a/src/utils/pactl.c
+++ b/src/utils/pactl.c
@@ -39,7 +39,7 @@
#include <polyp/mainloop.h>
#include <polyp/mainloop-signal.h>
-#if PA_API_VERSION != 8
+#if PA_API_VERSION != 9
#error Invalid Polypaudio API version
#endif
diff --git a/src/utils/paplay.c b/src/utils/paplay.c
index 7f665413..ad9d4553 100644
--- a/src/utils/paplay.c
+++ b/src/utils/paplay.c
@@ -38,7 +38,7 @@
#include <polyp/mainloop.h>
#include <polyp/mainloop-signal.h>
-#if PA_API_VERSION != 8
+#if PA_API_VERSION != 9
#error Invalid Polypaudio API version
#endif