1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-16 11:55:42 +00:00

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

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