[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.15-184-g89e3adf

Lennart Poettering gitmailer-noreply at 0pointer.de
Mon Jun 8 10:41:43 PDT 2009


This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The master branch has been updated
      from  3c4c1f4945b309b3eba11ca67c010469c7ff9256 (commit)

- Log -----------------------------------------------------------------
89e3adf sample: fix build on BE archs
-----------------------------------------------------------------------

Summary of changes:
 src/pulsecore/sample-util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------

commit 89e3adf8cd3e0901a786274c584c89dd082eab09
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Jun 8 18:22:19 2009 +0200

    sample: fix build on BE archs

diff --git a/src/pulsecore/sample-util.c b/src/pulsecore/sample-util.c
index dda3883..5b8ccf5 100644
--- a/src/pulsecore/sample-util.c
+++ b/src/pulsecore/sample-util.c
@@ -1182,7 +1182,7 @@ pa_memchunk* pa_silence_memchunk_get(pa_silence_cache *cache, pa_mempool *pool,
             case PA_SAMPLE_S24LE:
             case PA_SAMPLE_S24BE:
             case PA_SAMPLE_S24_32LE:
-            case PA_SAMPLE_S24_32RE:
+            case PA_SAMPLE_S24_32BE:
             case PA_SAMPLE_FLOAT32LE:
             case PA_SAMPLE_FLOAT32BE:
                 cache->blocks[PA_SAMPLE_S16LE] = b = silence_memblock_new(pool, 0);

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list