]> git.pld-linux.org Git - packages/akode.git/blob - akode-polypaudio-0_8.patch
- release 2 for rebuild with polypaudio-0.8.
[packages/akode.git] / akode-polypaudio-0_8.patch
1 --- akode-2.0/akode/plugins/polyp_sink/polyp_sink.cpp.orig      2005-12-14 22:07:41.000000000 +0100
2 +++ akode-2.0/akode/plugins/polyp_sink/polyp_sink.cpp   2006-04-27 22:21:46.000000000 +0200
3 @@ -25,7 +25,7 @@
4  #elif defined(HAVE_INTTYPES_H)
5  #include <inttypes.h>
6  #endif
7 -#include <polyp/polyplib-simple.h>
8 +#include <polyp/simple.h>
9  
10  #include "audioframe.h"
11  #include "audiobuffer.h"
12 @@ -59,7 +59,7 @@
13  
14  bool PolypSink::open() {
15      int error = 0;
16 -    m_data->server = pa_simple_new(0, "akode-client", PA_STREAM_PLAYBACK, 0, "", &m_data->sample_spec, 0, 255, &error );
17 +    m_data->server = pa_simple_new(0, "akode-client", PA_STREAM_PLAYBACK, 0, "", &m_data->sample_spec, 0, &error );
18      if (!m_data->server || error != 0) {
19          m_data->error = true;
20          close();
This page took 0.035675 seconds and 3 git commands to generate.