[MPlayer-cvslog] r20261 - trunk/configure
diego
subversion at mplayerhq.hu
Mon Oct 16 11:25:23 CEST 2006
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'
More information about the MPlayer-cvslog
mailing list