mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 12:25:03 +00:00
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:
parent
694265d4d5
commit
7994563261
2
configure
vendored
2
configure
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user