[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master-tx, updated. v0.9.16-test6

Lennart Poettering gitmailer-noreply at 0pointer.de
Mon Aug 24 08:57:53 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-tx branch has been updated
      from  be46eaa5b6324d84c5ecbed5dd72dec1c87e0cb1 (commit)

- Log -----------------------------------------------------------------
57fb771 remap: fix build for non-x86 builds
419b071 detect: recommend module-udev-detect instead of module-hal-detect
ba17ff4 build-sys: add missing header files to tarball
-----------------------------------------------------------------------

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

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

commit ba17ff4101e276f0fdba58861d51af7a0bbcfa3b
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Aug 24 04:02:08 2009 +0200

    build-sys: add missing header files to tarball

diff --git a/src/Makefile.am b/src/Makefile.am
index 2fd9a73..561891e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -836,8 +836,9 @@ libpulsecore_ at PA_MAJORMINORMICRO@_la_SOURCES = \
 		pulsecore/resampler.c pulsecore/resampler.h \
 		pulsecore/rtpoll.c pulsecore/rtpoll.h \
 		pulsecore/sample-util.c pulsecore/sample-util.h \
-		pulsecore/cpu-arm.c pulsecore/cpu-x86.c \
-		pulsecore/svolume_c.c pulsecore/svolume_arm.c\
+		pulsecore/cpu-arm.c pulsecore/cpu-arm.h \
+		pulsecore/cpu-x86.c pulsecore/cpu-x86.h \
+		pulsecore/svolume_c.c pulsecore/svolume_arm.c \
 		pulsecore/svolume_mmx.c pulsecore/svolume_sse.c \
 		pulsecore/sconv-s16be.c pulsecore/sconv-s16be.h \
 		pulsecore/sconv-s16le.c pulsecore/sconv-s16le.h \

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