configure.ac | 3 ++- src/modules/Makefile.am | 2 +- src/modules/echo-cancel/Makefile.am | 20 ++++++++++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-)
New commits: commit f5581898b85241408d34ed376e1e42065ba4e3ff Author: Colin Guthrie <co...@mageia.org> Date: Thu Jun 23 21:22:19 2011 +0100 build-sys: bump soname diff --git a/configure.ac b/configure.ac index 62eb43e..863db4c 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 16) # The stable ABI for client applications, for the version info x:y:z # always will hold y=z -AC_SUBST(LIBPULSE_VERSION_INFO, [12:3:12]) +AC_SUBST(LIBPULSE_VERSION_INFO, [12:4:12]) # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold y=z commit 9ee422916f4bef1e8530ba4e882e11eae2475999 Author: Colin Guthrie <co...@mageia.org> Date: Thu Jun 23 21:31:08 2011 +0100 build-sys: Add echo-cancel dummy Makefile diff --git a/configure.ac b/configure.ac index ed9bd17..62eb43e 100644 --- a/configure.ac +++ b/configure.ac @@ -1448,6 +1448,7 @@ src/modules/alsa/mixer/Makefile src/modules/alsa/mixer/paths/Makefile src/modules/alsa/mixer/profile-sets/Makefile src/modules/bluetooth/Makefile +src/modules/echo-cancel/Makefile src/modules/gconf/Makefile src/modules/jack/Makefile src/modules/oss/Makefile diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am index e99451d..0bf69ed 100644 --- a/src/modules/Makefile.am +++ b/src/modules/Makefile.am @@ -17,4 +17,4 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. -SUBDIRS = alsa bluetooth gconf jack oss raop rtp x11 +SUBDIRS = alsa bluetooth echo-cancel gconf jack oss raop rtp x11 diff --git a/src/modules/echo-cancel/Makefile.am b/src/modules/echo-cancel/Makefile.am new file mode 100644 index 0000000..2d4cb41 --- /dev/null +++ b/src/modules/echo-cancel/Makefile.am @@ -0,0 +1,20 @@ +# This file is part of PulseAudio. +# +# Copyright 2011 Colin Guthrie +# +# PulseAudio is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# PulseAudio is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with PulseAudio; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA. + +# This Automake file is intentionally blank. _______________________________________________ pulseaudio-commits mailing list pulseaudio-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits