[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.16-test5-85-g57fb771

Lennart Poettering gitmailer-noreply at 0pointer.de
Mon Aug 24 08:31:58 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  ba17ff4101e276f0fdba58861d51af7a0bbcfa3b (commit)

- Log -----------------------------------------------------------------
57fb771 remap: fix build for non-x86 builds
419b071 detect: recommend module-udev-detect instead of module-hal-detect
-----------------------------------------------------------------------

Summary of changes:
 src/modules/module-detect.c |    2 +-
 src/pulsecore/remap_mmx.c   |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

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

commit 419b071a1eaf96870021b894f837fbf3da74ca80
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Aug 24 16:35:19 2009 +0200

    detect: recommend module-udev-detect instead of module-hal-detect

diff --git a/src/modules/module-detect.c b/src/modules/module-detect.c
index 956fe4c..b1f24e1 100644
--- a/src/modules/module-detect.c
+++ b/src/modules/module-detect.c
@@ -50,7 +50,7 @@ PA_MODULE_DESCRIPTION("Detect available audio hardware and load matching drivers
 PA_MODULE_VERSION(PACKAGE_VERSION);
 PA_MODULE_LOAD_ONCE(TRUE);
 PA_MODULE_USAGE("just-one=<boolean>");
-PA_MODULE_DEPRECATED("Please use module-hal-detect instead of module-detect!");
+PA_MODULE_DEPRECATED("Please use module-udev-detect instead of module-detect!");
 
 static const char* const valid_modargs[] = {
     "just-one",

commit 57fb77134b319c6f7eaf262c561082fcae49c1a3
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Aug 24 17:01:44 2009 +0200

    remap: fix build for non-x86 builds

diff --git a/src/pulsecore/remap_mmx.c b/src/pulsecore/remap_mmx.c
index bfcae6c..00252da 100644
--- a/src/pulsecore/remap_mmx.c
+++ b/src/pulsecore/remap_mmx.c
@@ -95,6 +95,7 @@
                 "4:                             \n\t"   \
                 " emms                          \n\t"
 
+#if defined (__i386__) || defined (__amd64__)
 static void remap_mono_to_stereo_mmx (pa_remap_t *m, void *dst, const void *src, unsigned n) {
     pa_reg_x86 temp;
 
@@ -138,6 +139,7 @@ static void init_remap_mmx (pa_remap_t *m) {
         pa_log_info("Using MMX mono to stereo remapping");
     }
 }
+#endif /* defined (__i386__) || defined (__amd64__) */
 
 void pa_remap_func_init_mmx (pa_cpu_x86_flag_t flags) {
 #if defined (__i386__) || defined (__amd64__)

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list