rn, err);
+pa_log_warn("FormatMessage failed with error %ld",
GetLastError());
+}
+}
+}
+
+pa_xfree(pattern);
+pa_xfree(dir_name);
+#else
char *dir_name;
int n;
struct dirent **entries = NULL;
@@ -247,6 +288,7 @@ f
can be changed at runtime, eg:
update-sink-proplist tunnel compression-bitrate="32000"
--
Vadim Troshchinskiy
diff --git a/configure.ac b/configure.ac
index 77b5ff5d..29d75a96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1169,6 +1169,21 @@ AS_IF([test "x$with_speex" = "
Hello,
PA builds fine on MinGW except for the use of the scandir function in
pulsecore/conf-parser.c, so I provided a Win32 implementation. With this patch
the latest code builds on Win32 without problems.
--
Vadim Troshchinskiy>From 0b0bd5fe0f0483a7113e83a0f0bdf386ead2d1dd Mon Sep 17 00
Hello,
I'm attempting to build the latest source on Cygwin and having a bit of
trouble:
After a few minor fixes to get things to compile, it builds, but this happens:
$ src/pulseaudio.exe -F src/default.pa
W: [(null)] caps.c: Normally all extra capabilities would be dropped now, but
that's imp