[pulseaudio-discuss] More patches for better OS X support

Daniel Mack zonque at gmail.com
Fri Apr 22 05:27:36 PDT 2011


Here goes another round of patches for PulseAudio on OS X. Most patches
are small, and none of them should affect other systems than OSX.

Thanks,
Daniel

The following changes since commit 575ba65714ab85d81b0e520f348d78c2ae80a6f9:

  memblockq: decode unset chunks as NULL chunks again (2011-04-21 21:05:58 +0200)

are available in the git repository at:
  git://github.com/zonque/pulseaudio.git osx

Daniel Mack (8):
      osx: add 'ioproc_frames' parameter to module-coreaudio-detect
      util: implement pa_get_binary_name() for Mac OS X
      core-rtclock.c: define _POSIX_C_SOURCE locally
      thread-posix: use pthread_(get|set)name_np() if available
      module-coreaudio-device: dispatch sink/source state messages from main loop
      module-coreaudio-device.c: set the thread name to device name
      module-coreaudio-device.c: fix two build warnings
      OSX, configure.ac: Make -isysroot and -mmacosx-version-min configurable

 configure.ac                                 |   21 ++++--
 src/modules/macosx/module-coreaudio-detect.c |   23 ++++++-
 src/modules/macosx/module-coreaudio-device.c |   94 ++++++++++++++-----------
 src/pulse/util.c                             |   26 +++++++
 src/pulsecore/core-rtclock.c                 |    4 +
 src/pulsecore/thread-posix.c                 |   15 +++-
 6 files changed, 130 insertions(+), 53 deletions(-)




More information about the pulseaudio-discuss mailing list