changeset 21117:91314bbab892

ALSA can be used by both MPlayer and MEncoder. patch by Carl Eugen Hoyos, cehoyos (at) ag.or.at
author diego
date Tue, 21 Nov 2006 15:15:13 +0000
parents 4e9e281e2c0a
children 2b762f7a3bd8
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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