diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-21 16:15:39 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-21 16:15:39 +0000 |
commit | 998308f4b2a92e2bdfceaa80ba106aaf6a1fe253 (patch) | |
tree | 5f77703126fd7594c1f2c65a527c2108da4ea46c /configure | |
parent | a2a96f7b325c3e520c50ef4fbec641cdd5db2f8f (diff) | |
download | mpv-998308f4b2a92e2bdfceaa80ba106aaf6a1fe253.tar.bz2 mpv-998308f4b2a92e2bdfceaa80ba106aaf6a1fe253.tar.xz |
_ld_tmp vs _ld_x264 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21139 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6415,7 +6415,7 @@ int main(void) { x264_encoder_open((void*)0); return 0; } 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 |