From a2f2b75f7ceb6775371730c4f2cd0cdc5a2d79c6 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 21 Nov 2006 15:15:13 +0000 Subject: ALSA can be used by both MPlayer and MEncoder. patch by Carl Eugen Hoyos, cehoyos (at) ag.or.at git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21133 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 22efcfebd3..9dc9195101 100755 --- a/configure +++ b/configure @@ -5006,7 +5006,7 @@ if test "$_alsaver" ; then _alsa=no _res_comment="unknown version" fi - _libs_mplayer="$_libs_mplayer -lasound $_ld_dl $_ld_pthread" + _ld_extra="$_ld_extra -lasound $_ld_dl $_ld_pthread" else _noaomodules="alsa $_noaomodules" fi -- cgit v1.2.3