[MPlayer-cvslog] r21130 - trunk/configure
diego
subversion at mplayerhq.hu
Tue Nov 21 14:45:12 CET 2006
Author: diego
Date: Tue Nov 21 14:45:11 2006
New Revision: 21130
Modified:
trunk/configure
Log:
_ld_xv does not exist anymore.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Nov 21 14:45:11 2006
@@ -3901,7 +3901,7 @@
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
More information about the MPlayer-cvslog
mailing list