[Pkg-voip-commits] [pjproject] 12/45: Remove pointless linking with libasound
Jonas Smedegaard
dr at jones.dk
Tue Jun 7 22:01:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository pjproject.
commit 14ef4deafe2cae51e2100a4897665c489476bafb
Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date: Thu Oct 30 08:09:41 2014 +0200
Remove pointless linking with libasound
Upstream: no
All libraries and applications were being linked against libasound,
but it was not being used anywhere.
Upstream says: this cannot be merged as-is.
---
aconfigure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/aconfigure.ac b/aconfigure.ac
index 179dfac..e86e27c 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -654,7 +654,6 @@ else
ac_pjmedia_snd=pa_unix
AC_CHECK_HEADER(alsa/version.h,
[AC_SUBST(ac_pa_use_alsa,1)
- LIBS="$LIBS -lasound"
],
[AC_SUBST(ac_pa_use_alsa,0)])
AC_MSG_RESULT([Checking sound device backend... unix])
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/pjproject.git
More information about the Pkg-voip-commits
mailing list