# HG changeset patch # User nenolod # Date 1157761909 25200 # Node ID 81e057e03c1f971bacb04ec079fd3eff45c9d6c4 # Parent d05836d18d4250fd974cd62ef4444a20222dec91 [svn] - ensure that the module symtable is consistantly unique on Mach-O bundles diff -r d05836d18d42 -r 81e057e03c1f ChangeLog --- a/ChangeLog Fri Sep 08 16:55:47 2006 -0700 +++ b/ChangeLog Fri Sep 08 17:31:49 2006 -0700 @@ -1,3 +1,12 @@ +2006-09-08 23:55:47 +0000 Tony Vroon + revision [2249] + Hook PulseAudio into the build system and clean it up a little. + + Changes: Modified: + +4 -35 trunk/Plugins/Output/pulse_audio/pulse_audio.c + +37 -16 trunk/configure.ac + + 2006-09-08 23:00:10 +0000 Tony Vroon revision [2247] PulseAudio output plugin. Ported from the XMMS plugin by Lennart Poettering. diff -r d05836d18d42 -r 81e057e03c1f configure.ac --- a/configure.ac Fri Sep 08 16:55:47 2006 -0700 +++ b/configure.ac Fri Sep 08 17:31:49 2006 -0700 @@ -194,9 +194,9 @@ AC_MSG_CHECKING([for what extension and flags to use for plugin compilation]) case "$target" in *-apple-*) - AC_MSG_RESULT([Mac OS X: -fPIC -bundle -flat_namespace -undefined suppress, .dylib]) + AC_MSG_RESULT([Mac OS X: -fPIC -bundle -fno-common -flat_namespace -undefined suppress, .dylib]) PICFLAGS="-fPIC -DPIC" - PICLDFLAGS="-fPIC -DPIC -bundle -flat_namespace -undefined suppress" + PICLDFLAGS="-fPIC -DPIC -bundle -fno-common -flat_namespace -undefined suppress" LIBLDFLAGS="-dynamiclib" AUDLDFLAGS="" SHARED_SUFFIX=".dylib"