]> git.pld-linux.org Git - packages/akode.git/commitdiff
- updated for polypaudio 0.9.x auto/ac/akode-2_0-4
authorhawk <hawk@pld-linux.org>
Sat, 17 Jun 2006 10:46:57 +0000 (10:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    akode-polypaudio-0_8.patch -> 1.2

akode-polypaudio-0_8.patch

index d43944811c66a26572276c58837023078bd2c79d..acc6a580b5003e31aa7f91872efc9b2aa67e677b 100644 (file)
@@ -14,7 +14,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 );
++    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();
This page took 0.033565 seconds and 4 git commands to generate.