Mercurial > mplayer.hg
changeset 21123:7849fbfa21b8
_ld_tmp vs _ld_x264 typo
author | diego |
---|---|
date | Tue, 21 Nov 2006 16:15:39 +0000 |
parents | be5bde5397fc |
children | 2e0938ba9756 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Nov 21 16:13:11 2006 +0000 +++ b/configure Tue Nov 21 16:15:39 2006 +0000 @@ -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