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
This commit is contained in:
diego 2006-10-16 09:25:23 +00:00
parent 694265d4d5
commit 7994563261
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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'