# HG changeset patch # User diego # Date 1164122113 0 # Node ID 91314bbab8925f2f72f81866fd0ab09e90f0d8da # Parent 4e9e281e2c0a48d2b0ebff4661bce7601df899ce ALSA can be used by both MPlayer and MEncoder. patch by Carl Eugen Hoyos, cehoyos (at) ag.or.at diff -r 4e9e281e2c0a -r 91314bbab892 configure --- a/configure Tue Nov 21 15:12:55 2006 +0000 +++ b/configure Tue Nov 21 15:15:13 2006 +0000 @@ -5006,7 +5006,7 @@ _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