summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-21 13:45:11 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-21 13:45:11 +0000
commit7c04fdf4c4c0d17a5dc69cbaf3164360997f1184 (patch)
treed50922dc5c6ff779d64455ad4c652c30c5ffd739 /configure
parentc16c950f59779d85ada53d48ae2a52be9d53ad53 (diff)
downloadmpv-7c04fdf4c4c0d17a5dc69cbaf3164360997f1184.tar.bz2
mpv-7c04fdf4c4c0d17a5dc69cbaf3164360997f1184.tar.xz
_ld_xv does not exist anymore.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21130 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 a5fc97cdc9..39a79812e4 100755
--- a/configure
+++ b/configure
@@ -3901,7 +3901,7 @@ int main(void) {
return 0; }
EOF
for _ld_tmp in $_xvmclib XvMCNVIDIA XvMCW I810XvMC ; do
- cc_check -lXvMC -l$_ld_tmp $_ld_xv $_ld_x11 && _xvmc=yes && _xvmclib="$_ld_tmp" && break
+ cc_check -lXvMC -l$_ld_tmp $_ld_x11 && _xvmc=yes && _xvmclib="$_ld_tmp" && break
done
fi
if test "$_xvmc" = yes ; then