Mercurial > mplayer.hg
changeset 20255:dcb30d2b503b
libdv may depend on libpthread.
patch by Zuxy Meng zuxy.meng gmail com
author | diego |
---|---|
date | Mon, 16 Oct 2006 09:25:23 +0000 |
parents | beca75a03355 |
children | 75de24f3ed6c |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Oct 16 09:09:03 2006 +0000 +++ b/configure Mon Oct 16 09:25:23 2006 +0000 @@ -6411,7 +6411,7 @@ #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'