summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-21 15:15:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-21 15:15:13 +0000
commita2f2b75f7ceb6775371730c4f2cd0cdc5a2d79c6 (patch)
treef4c49081ef8c2f23b1c150862a3964b45ac3df30 /configure
parentce672fbf1b64aace1d704abd240574c8cdb4495a (diff)
downloadmpv-a2f2b75f7ceb6775371730c4f2cd0cdc5a2d79c6.tar.bz2
mpv-a2f2b75f7ceb6775371730c4f2cd0cdc5a2d79c6.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 22efcfebd3..9dc9195101 100755
--- a/configure
+++ b/configure
@@ -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