From 2a63793ea0a5dcfc5007c7acb2f4fde134f4a7b6 Mon Sep 17 00:00:00 2001 From: hawk Date: Wed, 6 Sep 2006 13:27:44 +0000 Subject: [PATCH] - obsolete Changed files: akode-polypaudio-0_8.patch -> 1.3 --- akode-polypaudio-0_8.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 akode-polypaudio-0_8.patch diff --git a/akode-polypaudio-0_8.patch b/akode-polypaudio-0_8.patch deleted file mode 100644 index acc6a58..0000000 --- a/akode-polypaudio-0_8.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- akode-2.0/akode/plugins/polyp_sink/polyp_sink.cpp.orig 2005-12-14 22:07:41.000000000 +0100 -+++ akode-2.0/akode/plugins/polyp_sink/polyp_sink.cpp 2006-04-27 22:21:46.000000000 +0200 -@@ -25,7 +25,7 @@ - #elif defined(HAVE_INTTYPES_H) - #include - #endif --#include -+#include - - #include "audioframe.h" - #include "audiobuffer.h" -@@ -59,7 +59,7 @@ - - bool PolypSink::open() { - int error = 0; -- m_data->server = pa_simple_new(0, "akode-client", PA_STREAM_PLAYBACK, 0, "", &m_data->sample_spec, 0, 255, &error ); -+ m_data->server = pa_simple_new(0, "akode-client", PA_STREAM_PLAYBACK, 0, "", &m_data->sample_spec, 0, 0, &error ); - if (!m_data->server || error != 0) { - m_data->error = true; - close(); -- 2.43.0