[MPlayer-cvslog] r20261 - trunk/configure

Torinthiel torinthiel at megapolis.pl
Sat Oct 28 10:36:14 CEST 2006


On Mon, Oct 16, 2006 at 11:25:23AM +0200, diego wrote:
> 
> Author: diego
> Date: Mon Oct 16 11:25:23 2006
> New Revision: 20261
> 
> Modified:
>    trunk/configure
> 
> Log:
> libdv may depend on libpthread.
> patch by Zuxy Meng zuxy.meng gmail com
> 
> 
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure	(original)
> +++ trunk/configure	Mon Oct 16 11:25:23 2006
> @@ -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'

I'm not sure if this is correct. We CHECK with pthreads (although it
would be better to test both with and without, as Rathann noticed), but
we don't (at least not here) LINK MPLayer with pthreads. I mean, it
usually happens, but nothing here to ensure it.
I'll address the issue if I remember it with some free time on hands ;)
Torinthiel

-- 
 Waclaw "Torinthiel" Schiller       GG#: 3073512
   torinthiel(at)megapolis(dot)pl
   gpg: 0906A2CE fpr: EE3E DFB4 C4D6 E22E 8999  D714 7CEB CDDC 0906 A2CE
 "No classmates may be used during this examination"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/attachments/20061028/a28daaa3/attachment.pgp>


More information about the MPlayer-cvslog mailing list