[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.11-8-g656d243

Lennart Poettering gitmailer-noreply at 0pointer.de
Wed Jul 30 08:17:04 PDT 2008


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  c39a0bf627c6152f8dfff783057000badd76abff (commit)

- Log -----------------------------------------------------------------
656d243... use the right LIBICONV macro, spotted by woglinde, closes #324
-----------------------------------------------------------------------

Summary of changes:
 src/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

commit 656d243f2bc1ac1b6ff15850af93598eea8cac66
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Jul 30 17:16:59 2008 +0200

    use the right LIBICONV macro, spotted by woglinde, closes #324

diff --git a/src/Makefile.am b/src/Makefile.am
index 36bfdca..51fd997 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -588,7 +588,7 @@ endif
 
 libpulse_la_CFLAGS = $(AM_CFLAGS)
 libpulse_la_LDFLAGS = -version-info $(LIBPULSE_VERSION_INFO) -Wl,-version-script=$(srcdir)/map-file
-libpulse_la_LIBADD = $(AM_LIBADD) $(WINSOCK_LIBS) $(LIBICONV)
+libpulse_la_LIBADD = $(AM_LIBADD) $(WINSOCK_LIBS) $(LTLIBICONV)
 
 if HAVE_X11
 libpulse_la_CFLAGS += $(X_CFLAGS)
@@ -804,7 +804,7 @@ endif
 
 libpulsecore_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBOIL_CFLAGS)
 libpulsecore_la_LDFLAGS = -version-info $(LIBPULSECORE_VERSION_INFO)
-libpulsecore_la_LIBADD = $(AM_LIBADD) $(LIBLTDL) $(LIBSAMPLERATE_LIBS) $(LIBSNDFILE_LIBS) $(LIBSPEEX_LIBS) $(WINSOCK_LIBS) $(LIBOIL_LIBS) $(LIBICONV) libffmpeg-resampler.la
+libpulsecore_la_LIBADD = $(AM_LIBADD) $(LIBLTDL) $(LIBSAMPLERATE_LIBS) $(LIBSNDFILE_LIBS) $(LIBSPEEX_LIBS) $(WINSOCK_LIBS) $(LIBOIL_LIBS) $(LTLIBICONV) libffmpeg-resampler.la
 
 ###################################
 #   Plug-in support libraries     #

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list