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
This commit is contained in:
diego 2006-11-21 15:15:13 +00:00
parent ce672fbf1b
commit a2f2b75f7c
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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