[MPlayer-cvslog] r21139 - trunk/configure
diego
subversion at mplayerhq.hu
Tue Nov 21 17:15:40 CET 2006
Author: diego
Date: Tue Nov 21 17:15:39 2006
New Revision: 21139
Modified:
trunk/configure
Log:
_ld_tmp vs _ld_x264 typo
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Nov 21 17:15:39 2006
@@ -6415,7 +6415,7 @@
EOF
_x264=no
for _ld_x264 in "-lx264 $_ld_pthread" "-lx264 $_ld_pthread $_ld_x11 $_ld_lm" ; do
- cc_check $_ld_tmp && _libs_mencoder="$_libs_mencoder $_ld_x264" && _x264=yes && break
+ cc_check $_ld_x264 && _libs_mencoder="$_libs_mencoder $_ld_x264" && _x264=yes && break
done
fi
More information about the MPlayer-cvslog
mailing list