SOURCES: akode-polypaudio-0_8.patch (NEW) - use new api.
pluto
pluto at pld-linux.org
Thu Apr 27 22:24:34 CEST 2006
Author: pluto Date: Thu Apr 27 20:24:34 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- use new api.
---- Files affected:
SOURCES:
akode-polypaudio-0_8.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/akode-polypaudio-0_8.patch
diff -u /dev/null SOURCES/akode-polypaudio-0_8.patch:1.1
--- /dev/null Thu Apr 27 22:24:34 2006
+++ SOURCES/akode-polypaudio-0_8.patch Thu Apr 27 22:24:29 2006
@@ -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 <inttypes.h>
+ #endif
+-#include <polyp/polyplib-simple.h>
++#include <polyp/simple.h>
+
+ #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();
================================================================
More information about the pld-cvs-commit
mailing list