Advertisement
Guest User

Untitled

a guest
Jul 20th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. libavformat/udp.c:40:5: warning: "HAVE_PTHREAD_CANCEL" is not defined [-Wundef]
  2. libavformat/udp.c:68:5: warning: "HAVE_PTHREAD_CANCEL" is not defined [-Wundef]
  3. libavformat/udp.c: In function 'udp_set_multicast_sources':
  4. libavformat/udp.c:195:5: warning: "HAVE_STRUCT_GROUP_SOURCE_REQ" is not defined [-Wundef]
  5. libavformat/udp.c:223:7: warning: "HAVE_STRUCT_IP_MREQ_SOURCE" is not defined [-Wundef]
  6. libavformat/udp.c: At top level:
  7. libavformat/udp.c:402:5: warning: "HAVE_PTHREAD_CANCEL" is not defined [-Wundef]
  8. libavformat/udp.c: In function 'udp_open':
  9. libavformat/udp.c:499:18: error: 'HAVE_PTHREAD_CANCEL' undeclared (first use in this function)
  10. libavformat/udp.c:499:18: note: each undeclared identifier is reported only once for each function it appears in
  11. libavformat/udp.c:652:5: warning: "HAVE_PTHREAD_CANCEL" is not defined [-Wundef]
  12. libavformat/udp.c:678:5: warning: "HAVE_PTHREAD_CANCEL" is not defined [-Wundef]
  13. libavformat/udp.c: In function 'udp_read':
  14. libavformat/udp.c:699:5: warning: "HAVE_PTHREAD_CANCEL" is not defined [-Wundef]
  15. libavformat/udp.c:697:16: warning: unused variable 'nonblock' [-Wunused-variable]
  16. libavformat/udp.c:697:9: warning: unused variable 'avail' [-Wunused-variable]
  17. libavformat/udp.c: In function 'udp_close':
  18. libavformat/udp.c:779:5: warning: "HAVE_PTHREAD_CANCEL" is not defined [-Wundef]
  19. libavformat/udp.c:774:9: warning: unused variable 'ret' [-Wunused-variable]
  20. make[1]: *** [libavformat/udp.o] Error 1
  21. make[1]: Leaving directory `/home/philip/Downloads/mplayer-export-2012-07-19/ffmpeg'
  22. make: *** [ffmpeg/libavformat/libavformat.a] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement