From: Paweł Sikora Date: Thu, 27 Apr 2006 20:24:29 +0000 (+0000) Subject: - use new api. X-Git-Tag: auto/th/akode-2_0-2~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fakode.git;a=commitdiff_plain;h=9207a1f7cdddba0958269b4808c158f200ad86b7;ds=sidebyside - use new api. Changed files: akode-polypaudio-0_8.patch -> 1.1 --- diff --git a/akode-polypaudio-0_8.patch b/akode-polypaudio-0_8.patch new file mode 100644 index 0000000..d439448 --- /dev/null +++ b/akode-polypaudio-0_8.patch @@ -0,0 +1,20 @@ +--- 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, &error ); + if (!m_data->server || error != 0) { + m_data->error = true; + close();