summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-02 19:11:59 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-02 19:11:59 +0000
commit4c54baa6f7baa0f0913d12b5ca4d328c31c6062b (patch)
tree48c3091088520ed0f6643f6e630545abc3e14508 /configure
parent5ee6c9882d1d5ef4129d695c25bb694ba7cdf954 (diff)
downloadmpv-4c54baa6f7baa0f0913d12b5ca4d328c31c6062b.tar.bz2
mpv-4c54baa6f7baa0f0913d12b5ca4d328c31c6062b.tar.xz
x264 check needs -lpthread
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15616 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8d8ecc8360..babcdf3e36 100755
--- a/configure
+++ b/configure
@@ -6100,7 +6100,7 @@ cat > $TMPC << EOF
#endif
int main(void) { x264_encoder_open((void*)0); return 0; }
EOF
-_ld_x264="$_ld_x264 -lx264 $_ld_lm"
+_ld_x264="$_ld_x264 -lx264 $_ld_lm $_ld_pthread"
if test "$_x264" != no && cc_check $_inc_x264 $_ld_x264 ; then
_x264=yes
_def_x264='#define HAVE_X264 1'