Advertisement
Guest User

Untitled

a guest
Nov 7th, 2011
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.66 KB | None | 0 0
  1. /libavutil/libm.h:31:6: warning: "HAVE_CBRTF" is not defined [-Wundef]
  2. libavformat/tls.c:25:5: warning: "CONFIG_GNUTLS" is not defined [-Wundef]
  3. libavformat/tls.c:36:7: warning: "CONFIG_OPENSSL" is not defined [-Wundef]
  4. libavformat/tls.c:60:5: warning: "CONFIG_GNUTLS" is not defined [-Wundef]
  5. libavformat/tls.c:63:7: warning: "CONFIG_OPENSSL" is not defined [-Wundef]
  6. libavformat/tls.c: In function 'do_tls_poll':
  7. libavformat/tls.c:74:5: warning: "CONFIG_GNUTLS" is not defined [-Wundef]
  8. libavformat/tls.c:83:7: warning: "CONFIG_OPENSSL" is not defined [-Wundef]
  9. libavformat/tls.c: In function 'tls_open':
  10. libavformat/tls.c:131:5: warning: "CONFIG_GNUTLS" is not defined [-Wundef]
  11. libavformat/tls.c:148:7: warning: "CONFIG_OPENSSL" is not defined [-Wundef]
  12. libavformat/tls.c:179:5: error: implicit declaration of function 'TLS_free' [-Werror=implicit-function-declaration]
  13. libavformat/tls.c:112:9: warning: variable 'numerichost' set but not used [-Wunused-but-set-variable]
  14. libavformat/tls.c: In function 'tls_read':
  15. libavformat/tls.c:190:9: error: implicit declaration of function 'TLS_read' [-Werror=implicit-function-declaration]
  16. libavformat/tls.c: In function 'tls_write':
  17. libavformat/tls.c:205:9: error: implicit declaration of function 'TLS_write' [-Werror=implicit-function-declaration]
  18. libavformat/tls.c: In function 'tls_close':
  19. libavformat/tls.c:219:5: error: implicit declaration of function 'TLS_shutdown' [-Werror=implicit-function-declaration]
  20. cc1: some warnings being treated as errors
  21.  
  22. make[1]: *** [libavformat/tls.o] Error 1
  23. make[1]: Leaving directory `/home/gouchi/Téléchargements/mplayer-omx/ffmpeg'
  24. make: *** [ffmpeg/libavformat/libavformat.a] Error 2
  25.  
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement