From 7994563261c5f8e5b7b87c255bf83b52d5c8550e Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 16 Oct 2006 09:25:23 +0000 Subject: [PATCH] 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index a89dbd8699..d2c7fb2142 100755 --- a/configure +++ b/configure @@ -6411,7 +6411,7 @@ if test "$_libdv" = auto ; then #include 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'