Mercurial > audlegacy
changeset 1657:81e057e03c1f trunk
[svn] - ensure that the module symtable is consistantly unique on Mach-O bundles
author | nenolod |
---|---|
date | Fri, 08 Sep 2006 17:31:49 -0700 |
parents | d05836d18d42 |
children | fda280358660 |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <chainsaw@gentoo.org> + 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 <chainsaw@gentoo.org> revision [2247] PulseAudio output plugin. Ported from the XMMS plugin by Lennart Poettering.
--- 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"