1
mirror of https://github.com/mpv-player/mpv synced 2024-09-09 01:16:56 +02:00

_ld_xv does not exist anymore.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21130 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-21 13:45:11 +00:00
parent c16c950f59
commit 7c04fdf4c4

2
configure vendored
View File

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