[MPlayer-users] Unable to install mplayer

BART FALZARANO bfalzarano at gmail.com
Fri Jun 13 01:21:21 CEST 2014


make fails at this point below.  I found some references to HAVE_PTHREAD_CANCEL causing others similar compiler problems but haven't located how to resolve this error?  Should I run configure with the --disable-pthreads option?

Best regards,
Bart

CC	libavformat/udp.o
libavformat/udp.c:41:5: warning: "HAVE_PTHREAD_CANCEL" is not defined [-Wundef]
libavformat/udp.c:71:5: warning: "HAVE_PTHREAD_CANCEL" is not defined [-Wundef]
libavformat/udp.c: In function 'udp_join_multicast_group':
libavformat/udp.c:123:46: error: 'IPV6_JOIN_GROUP' undeclared (first use in this function)
libavformat/udp.c:123:46: note: each undeclared identifier is reported only once for each function it appears in
libavformat/udp.c: In function 'udp_leave_multicast_group':
libavformat/udp.c:152:46: error: 'IPV6_LEAVE_GROUP' undeclared (first use in this function)
libavformat/udp.c: At top level:
libavformat/udp.c:324:5: warning: "HAVE_PTHREAD_CANCEL" is not defined [-Wundef]
libavformat/udp.c: In function 'udp_open':
libavformat/udp.c:529:5: warning: "HAVE_PTHREAD_CANCEL" is not defined [-Wundef]
libavformat/udp.c:555:5: warning: "HAVE_PTHREAD_CANCEL" is not defined [-Wundef]
libavformat/udp.c: In function 'udp_read':
libavformat/udp.c:574:5: warning: "HAVE_PTHREAD_CANCEL" is not defined [-Wundef]
libavformat/udp.c:572:16: warning: unused variable 'nonblock' [-Wunused-variable]
libavformat/udp.c:572:9: warning: unused variable 'avail' [-Wunused-variable]
libavformat/udp.c: In function 'udp_close':
libavformat/udp.c:655:5: warning: "HAVE_PTHREAD_CANCEL" is not defined [-Wundef]
libavformat/udp.c:649:9: warning: unused variable 'ret' [-Wunused-variable]
make[1]: *** [libavformat/udp.o] Error 1
make[1]: Leaving directory `/root/MPlayer-1.1.1/ffmpeg'
make: *** [ffmpeg/libavformat/libavformat.a] Error 2


More information about the MPlayer-users mailing list