Guest User

Untitled

a guest
Nov 9th, 2011
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. cc -o mtn mtn.c -W -Wall -O3 -s -D_FILE_OFFSET_BITS=64 -mtune=i686 -march=i386 -I/home/tuitfun/include -L/home/tuitfun/lib -lavcodec -lavformat -lavcodec -lswscale -lavutil -lgd -lfreetype -ljpeg -lz -lm -lpthread
  2. mtn.c: In function ‘save_AVFrame’:
  3. mtn.c:832:9: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type [enabled by default]
  4. /usr/include/libswscale/swscale.h:236:5: note: expected ‘const uint8_t * const*’ but argument is of type ‘uint8_t **’
  5. mtn.c: In function ‘get_stream_info_type’:
  6. mtn.c:948:13: warning: ‘language’ is deprecated (declared at /usr/include/libavformat/avformat.h:570) [-Wdeprecated-declarations]
  7. mtn.c:949:17: warning: ‘language’ is deprecated (declared at /usr/include/libavformat/avformat.h:570) [-Wdeprecated-declarations]
  8. mtn.c:997:9: warning: ‘language’ is deprecated (declared at /usr/include/libavformat/avformat.h:570) [-Wdeprecated-declarations]
  9. mtn.c:998:13: warning: ‘language’ is deprecated (declared at /usr/include/libavformat/avformat.h:570) [-Wdeprecated-declarations]
  10. mtn.c: In function ‘get_stream_info’:
  11. mtn.c:1024:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  12. mtn.c: In function ‘dump_format_context’:
  13. mtn.c:1079:5: warning: ‘track’ is deprecated (declared at /usr/include/libavformat/avformat.h:748) [-Wdeprecated-declarations]
  14. mtn.c:1080:9: warning: ‘track’ is deprecated (declared at /usr/include/libavformat/avformat.h:748) [-Wdeprecated-declarations]
  15. mtn.c:1081:5: warning: ‘title’ is deprecated (declared at /usr/include/libavformat/avformat.h:742) [-Wdeprecated-declarations]
  16. mtn.c:1082:9: warning: ‘title’ is deprecated (declared at /usr/include/libavformat/avformat.h:742) [-Wdeprecated-declarations]
  17. mtn.c:1083:5: warning: ‘author’ is deprecated (declared at /usr/include/libavformat/avformat.h:743) [-Wdeprecated-declarations]
  18. mtn.c:1084:9: warning: ‘author’ is deprecated (declared at /usr/include/libavformat/avformat.h:743) [-Wdeprecated-declarations]
  19. mtn.c:1085:5: warning: ‘copyright’ is deprecated (declared at /usr/include/libavformat/avformat.h:744) [-Wdeprecated-declarations]
  20. mtn.c:1086:9: warning: ‘copyright’ is deprecated (declared at /usr/include/libavformat/avformat.h:744) [-Wdeprecated-declarations]
  21. mtn.c:1087:5: warning: ‘comment’ is deprecated (declared at /usr/include/libavformat/avformat.h:745) [-Wdeprecated-declarations]
  22. mtn.c:1088:9: warning: ‘comment’ is deprecated (declared at /usr/include/libavformat/avformat.h:745) [-Wdeprecated-declarations]
  23. mtn.c:1089:5: warning: ‘album’ is deprecated (declared at /usr/include/libavformat/avformat.h:746) [-Wdeprecated-declarations]
  24. mtn.c:1090:9: warning: ‘album’ is deprecated (declared at /usr/include/libavformat/avformat.h:746) [-Wdeprecated-declarations]
  25. mtn.c:1091:5: warning: ‘year’ is deprecated (declared at /usr/include/libavformat/avformat.h:747) [-Wdeprecated-declarations]
  26. mtn.c:1092:9: warning: ‘year’ is deprecated (declared at /usr/include/libavformat/avformat.h:747) [-Wdeprecated-declarations]
  27. mtn.c:1093:5: warning: ‘genre’ is deprecated (declared at /usr/include/libavformat/avformat.h:749) [-Wdeprecated-declarations]
  28. mtn.c:1094:9: warning: ‘genre’ is deprecated (declared at /usr/include/libavformat/avformat.h:749) [-Wdeprecated-declarations]
  29. mtn.c: In function ‘read_and_decode’:
  30. mtn.c:1190:13: warning: ‘url_ferror’ is deprecated (declared at /usr/include/libavformat/avio.h:304) [-Wdeprecated-declarations]
  31. mtn.c:1218:9: warning: ‘avcodec_decode_video’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3892) [-Wdeprecated-declarations]
  32. mtn.c: In function ‘make_thumbnail’:
  33. mtn.c:1557:5: warning: ‘av_open_input_file’ is deprecated (declared at /usr/include/libavformat/avformat.h:1170) [-Wdeprecated-declarations]
  34. mtn.c:1579:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  35. mtn.c:2017:13: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type [enabled by default]
  36. /usr/include/libswscale/swscale.h:236:5: note: expected ‘const uint8_t * const*’ but argument is of type ‘uint8_t **’
  37. mtn.c:1466:10: warning: variable ‘fill_buffer’ set but not used [-Wunused-but-set-variable]
  38. mtn.c: At top level:
  39. mtn.c:2219:5: error: conflicting types for ‘alphasort’
  40. /usr/include/dirent.h:290:12: note: previous declaration of ‘alphasort’ was here
  41. mtn.c: In function ‘get_windows_argv’:
  42. mtn.c:2385:27: warning: unused parameter ‘pargc’ [-Wunused-parameter]
  43. mtn.c:2385:42: warning: unused parameter ‘pargv’ [-Wunused-parameter]
  44. make: *** [mtn] Error 1
  45.  
Advertisement
Add Comment
Please, Sign In to add comment