[MPlayer-dev-eng] [PATCH] configure broke alsa

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Nov 21 14:55:22 CET 2006


Hi!

21127 broke alsa for me (mencoder did not link anymore).
I don't know if following patch is correct, but it fixed linking mencoder for 
me.

Greetings, Carl Eugen

Index: configure
===================================================================
--- configure   (Revision 21128)
+++ configure   (Arbeitskopie)
@@ -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



More information about the MPlayer-dev-eng mailing list