summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-16 09:25:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-16 09:25:23 +0000
commit7994563261c5f8e5b7b87c255bf83b52d5c8550e (patch)
treeb36ac2c4a07fdb9a42e682cf62b68b7128841491 /configure
parent694265d4d500484057417b1bee0643d1c71c0b19 (diff)
downloadmpv-7994563261c5f8e5b7b87c255bf83b52d5c8550e.tar.bz2
mpv-7994563261c5f8e5b7b87c255bf83b52d5c8550e.tar.xz
libdv may depend on libpthread.
patch by Zuxy Meng zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20261 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 a89dbd8699..d2c7fb2142 100755
--- a/configure
+++ b/configure
@@ -6411,7 +6411,7 @@ if test "$_libdv" = auto ; then
#include <libdv/dv.h>
int main(void) { dv_encoder_t* enc=dv_encoder_new(1,1,1); return 0; }
EOF
- cc_check -ldv $_ld_lm && _libdv=yes
+ cc_check -ldv $_ld_pthread $_ld_lm && _libdv=yes
fi
if test "$_libdv" = yes ; then
_def_libdv='#define HAVE_LIBDV095 1'