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  14a97716891706d2f4984b0d1da10b354b3042db (commit)

- Log -----------------------------------------------------------------
6f396c8 remap: build sse code only on x86
-----------------------------------------------------------------------

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

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

commit 6f396c89ab48c4897ebbcb846c5914b06a8225fb
Author: Lennart Poettering <[email protected]>
Date:   Thu Sep 3 01:48:30 2009 +0200

    remap: build sse code only on x86

diff --git a/src/pulsecore/remap_sse.c b/src/pulsecore/remap_sse.c
index 368a319..bf22df7 100644
--- a/src/pulsecore/remap_sse.c
+++ b/src/pulsecore/remap_sse.c
@@ -101,6 +101,7 @@
                 " jne 3b                        \n\t"  \
                 "4:                             \n\t"
 
+#if defined (__i386__) || defined (__amd64__)
 static void remap_mono_to_stereo_sse (pa_remap_t *m, void *dst, const void 
*src, unsigned n) {
     pa_reg_x86 temp, temp2;
 
@@ -144,6 +145,7 @@ static void init_remap_sse (pa_remap_t *m) {
         pa_log_info("Using SSE mono to stereo remapping");
     }
 }
+#endif /* defined (__i386__) || defined (__amd64__) */
 
 void pa_remap_func_init_sse (pa_cpu_x86_flag_t flags) {
 #if defined (__i386__) || defined (__amd64__)

-- 
hooks/post-receive
PulseAudio Sound Server
_______________________________________________
pulseaudio-commits mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-commits

Reply via email to