Advertisement
Guest User

xbmc 10.1 compile error - ubuntu 11.04 x86_64

a guest
Jun 30th, 2011
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.10 KB | None | 0 0
  1. make xbmc/cores/DllLoader/exports/exports.a
  2. make -C lib/cpluff/libcpluff
  3. make[1]: Entering directory `/home/keith/xbmc/lib/cpluff/libcpluff'
  4. Making all in docsrc
  5. make[2]: Entering directory `/home/keith/xbmc/lib/cpluff/libcpluff/docsrc'
  6. make[2]: Nothing to be done for `all'.
  7. make[2]: Leaving directory `/home/keith/xbmc/lib/cpluff/libcpluff/docsrc'
  8. make[1]: Entering directory `/home/keith/xbmc'
  9. make -C xbmc/cores/DllLoader/exports
  10. make[2]: Entering directory `/home/keith/xbmc/lib/cpluff/libcpluff'
  11. make[2]: Nothing to be done for `all-am'.
  12. make[2]: Leaving directory `/home/keith/xbmc/lib/cpluff/libcpluff'
  13. make[1]: Leaving directory `/home/keith/xbmc/lib/cpluff/libcpluff'
  14. make -C xbmc
  15. make[2]: Entering directory `/home/keith/xbmc/xbmc/cores/DllLoader/exports'
  16. make[2]: `exports.a' is up to date.
  17. make[2]: Leaving directory `/home/keith/xbmc/xbmc/cores/DllLoader/exports'
  18. make[1]: Leaving directory `/home/keith/xbmc'
  19. make xbmc/cores/DllLoader/exports/util/exports_utils.a
  20. make[1]: Entering directory `/home/keith/xbmc'
  21. make -C xbmc/cores/DllLoader/exports/util
  22. make[1]: Entering directory `/home/keith/xbmc/xbmc'
  23. make[1]: `xbmc.a' is up to date.
  24. make[1]: Leaving directory `/home/keith/xbmc/xbmc'
  25. make -C xbmc/addons
  26. make[2]: Entering directory `/home/keith/xbmc/xbmc/cores/DllLoader/exports/util'
  27. make[2]: `exports_utils.a' is up to date.
  28. make[2]: Leaving directory `/home/keith/xbmc/xbmc/cores/DllLoader/exports/util'
  29. make[1]: Leaving directory `/home/keith/xbmc'
  30. make -C xbmc/cores/DllLoader/exports wrapper.def
  31. make[1]: Entering directory `/home/keith/xbmc/xbmc/cores/DllLoader/exports'
  32. make[1]: `wrapper.def' is up to date.
  33. make[1]: Leaving directory `/home/keith/xbmc/xbmc/cores/DllLoader/exports'
  34. make -C xbmc/cores/playercorefactory
  35. make[1]: Entering directory `/home/keith/xbmc/xbmc/cores/playercorefactory'
  36. make[1]: `playercorefactory.a' is up to date.
  37. make[1]: Leaving directory `/home/keith/xbmc/xbmc/cores/playercorefactory'
  38. make -C xbmc/cores/dvdplayer
  39. make[1]: Entering directory `/home/keith/xbmc/xbmc/addons'
  40. make[1]: `addons.a' is up to date.
  41. make[1]: Leaving directory `/home/keith/xbmc/xbmc/addons'
  42. make -C xbmc/cores/VideoRenderers
  43. make[1]: Entering directory `/home/keith/xbmc/xbmc/cores/dvdplayer'
  44. CPP DVDFileInfo.o
  45. make[1]: Entering directory `/home/keith/xbmc/xbmc/cores/VideoRenderers'
  46. CPP LinuxRendererGL.o
  47. In file included from /home/keith/xbmc/lib/DllAvCodec.h:27:0,
  48. from /home/keith/xbmc/lib/DllAvFormat.h:27,
  49. from DVDDemuxers/DVDDemuxFFmpeg.h:25,
  50. from DVDFileInfo.cpp:40:
  51. /home/keith/xbmc/lib/DllAvCore.h: In member function ‘virtual int DllAvCore::av_get_bits_per_sample_fmt(AVSampleFormat)’:
  52. /home/keith/xbmc/lib/DllAvCore.h:138:85: warning: ‘int av_get_bits_per_sample_fmt(AVSampleFormat)’ is deprecated (declared at /usr/local/include/libavutil/samplefmt.h:68)
  53. /home/keith/xbmc/lib/DllAvCore.h:138:122: warning: ‘int av_get_bits_per_sample_fmt(AVSampleFormat)’ is deprecated (declared at /usr/local/include/libavutil/samplefmt.h:68)
  54. In file included from /home/keith/xbmc/lib/DllAvFormat.h:27:0,
  55. from DVDDemuxers/DVDDemuxFFmpeg.h:25,
  56. from DVDFileInfo.cpp:40:
  57. /home/keith/xbmc/lib/DllAvCodec.h: In member function ‘virtual int DllAvCodec::avcodec_thread_init(AVCodecContext*, int)’:
  58. /home/keith/xbmc/lib/DllAvCodec.h:228:83: warning: ‘int avcodec_thread_init(AVCodecContext*, int)’ is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:3680)
  59. /home/keith/xbmc/lib/DllAvCodec.h:228:118: warning: ‘int avcodec_thread_init(AVCodecContext*, int)’ is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:3680)
  60. In file included from /home/keith/xbmc/lib/ffmpeg/libavformat/riff.h:33:0,
  61. from /home/keith/xbmc/lib/DllAvFormat.h:46,
  62. from DVDDemuxers/DVDDemuxFFmpeg.h:25,
  63. from DVDFileInfo.cpp:40:
  64. /home/keith/xbmc/lib/ffmpeg/libavformat/internal.h: At global scope:
  65. /home/keith/xbmc/lib/ffmpeg/libavformat/internal.h:163:46: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  66. /home/keith/xbmc/lib/ffmpeg/libavformat/internal.h:176:56: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  67. In file included from /home/keith/xbmc/lib/DllAvFormat.h:46:0,
  68. from DVDDemuxers/DVDDemuxFFmpeg.h:25,
  69. from DVDFileInfo.cpp:40:
  70. /home/keith/xbmc/lib/ffmpeg/libavformat/riff.h:35:56: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  71. /home/keith/xbmc/lib/ffmpeg/libavformat/riff.h:36:49: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  72. /home/keith/xbmc/lib/ffmpeg/libavformat/riff.h:43:54: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  73. /home/keith/xbmc/lib/ffmpeg/libavformat/riff.h:45:99: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  74. /home/keith/xbmc/lib/ffmpeg/libavformat/riff.h:46:61: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  75. /home/keith/xbmc/lib/ffmpeg/libavformat/riff.h:48:74: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  76. In file included from DVDDemuxers/DVDDemuxFFmpeg.h:25:0,
  77. from DVDFileInfo.cpp:40:
  78. /home/keith/xbmc/lib/DllAvFormat.h:68:42: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  79. /home/keith/xbmc/lib/DllAvFormat.h:69:112: warning: ‘AVMetadataTag’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:125)
  80. /home/keith/xbmc/lib/DllAvFormat.h:69:112: warning: ‘AVMetadata’ is deprecated (declared at /usr/local/include/libavutil/dict.h:46)
  81. /home/keith/xbmc/lib/DllAvFormat.h:69:112: warning: ‘AVMetadataTag’ is deprecated
  82. In file included from DVDDemuxers/DVDDemuxFFmpeg.h:25:0,
  83. from DVDFileInfo.cpp:40:
  84. /home/keith/xbmc/lib/DllAvFormat.h:82:147: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  85. /home/keith/xbmc/lib/DllAvFormat.h:86:90: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  86. /home/keith/xbmc/lib/DllAvFormat.h:89:163: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  87. /home/keith/xbmc/lib/DllAvFormat.h:91:60: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  88. /home/keith/xbmc/lib/DllAvFormat.h:92:77: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  89. /home/keith/xbmc/lib/DllAvFormat.h:93:44: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  90. /home/keith/xbmc/lib/DllAvFormat.h:94:51: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  91. /home/keith/xbmc/lib/DllAvFormat.h:95:70: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  92. /home/keith/xbmc/lib/DllAvFormat.h:96:77: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  93. /home/keith/xbmc/lib/DllAvFormat.h:97:74: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  94. /home/keith/xbmc/lib/DllAvFormat.h:98:82: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  95. /home/keith/xbmc/lib/DllAvFormat.h:99:50: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  96. /home/keith/xbmc/lib/DllAvFormat.h:100:81: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  97. /home/keith/xbmc/lib/DllAvFormat.h:101:61: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  98. /home/keith/xbmc/lib/DllAvFormat.h:102:61: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  99. /home/keith/xbmc/lib/DllAvFormat.h:103:61: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  100. /home/keith/xbmc/lib/DllAvFormat.h:111:105: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:218)
  101. /home/keith/xbmc/lib/DllAvFormat.h:115:96: warning: ‘AVMetadata’ is deprecated (declared at /usr/local/include/libavutil/dict.h:46)
  102. /home/keith/xbmc/lib/DllAvFormat.h:132:40: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  103. /home/keith/xbmc/lib/DllAvFormat.h:135:110: warning: ‘AVMetadataTag’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:125)
  104. /home/keith/xbmc/lib/DllAvFormat.h:135:110: warning: ‘AVMetadata’ is deprecated (declared at /usr/local/include/libavutil/dict.h:46)
  105. /home/keith/xbmc/lib/DllAvFormat.h:135:110: warning: ‘AVMetadataTag’ is deprecated
  106. /home/keith/xbmc/lib/DllAvFormat.h:153:145: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  107. /home/keith/xbmc/lib/DllAvFormat.h:157:88: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  108. /home/keith/xbmc/lib/DllAvFormat.h:162:161: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  109. /home/keith/xbmc/lib/DllAvFormat.h:167:58: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  110. /home/keith/xbmc/lib/DllAvFormat.h:168:75: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  111. /home/keith/xbmc/lib/DllAvFormat.h:169:42: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  112. /home/keith/xbmc/lib/DllAvFormat.h:170:49: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  113. /home/keith/xbmc/lib/DllAvFormat.h:171:68: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  114. /home/keith/xbmc/lib/DllAvFormat.h:172:75: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  115. /home/keith/xbmc/lib/DllAvFormat.h:173:72: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  116. /home/keith/xbmc/lib/DllAvFormat.h:174:80: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  117. /home/keith/xbmc/lib/DllAvFormat.h:175:48: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  118. /home/keith/xbmc/lib/DllAvFormat.h:176:79: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  119. /home/keith/xbmc/lib/DllAvFormat.h:177:59: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  120. /home/keith/xbmc/lib/DllAvFormat.h:178:59: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  121. /home/keith/xbmc/lib/DllAvFormat.h:179:59: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  122. /home/keith/xbmc/lib/DllAvFormat.h:191:103: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:218)
  123. /home/keith/xbmc/lib/DllAvFormat.h:197:94: warning: ‘AVMetadata’ is deprecated (declared at /usr/local/include/libavutil/dict.h:46)
  124. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual AVMetadataTag* DllAvFormat::av_metadata_get(AVMetadata*, const char*, const AVMetadataTag*, int)’:
  125. /home/keith/xbmc/lib/DllAvFormat.h:135:122: warning: ‘AVDictionaryEntry* av_metadata_get(AVDictionary*, const char*, const AVDictionaryEntry*, int)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:138)
  126. /home/keith/xbmc/lib/DllAvFormat.h:135:157: warning: ‘AVDictionaryEntry* av_metadata_get(AVDictionary*, const char*, const AVDictionaryEntry*, int)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:138)
  127. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, AVFormatParameters*)’:
  128. /home/keith/xbmc/lib/DllAvFormat.h:151:151: warning: ‘int av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, AVFormatParameters*)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1083)
  129. /home/keith/xbmc/lib/DllAvFormat.h:151:205: warning: ‘int av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, AVFormatParameters*)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1083)
  130. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual void DllAvFormat::url_set_interrupt_cb(int (*)())’:
  131. /home/keith/xbmc/lib/DllAvFormat.h:152:71: warning: ‘void url_set_interrupt_cb(int (*)())’ is deprecated (declared at /usr/local/include/libavformat/avio.h:199)
  132. /home/keith/xbmc/lib/DllAvFormat.h:152:104: warning: ‘void url_set_interrupt_cb(int (*)())’ is deprecated (declared at /usr/local/include/libavformat/avio.h:199)
  133. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::av_open_input_stream(AVFormatContext**, ByteIOContext*, const char*, AVInputFormat*, AVFormatParameters*)’:
  134. /home/keith/xbmc/lib/DllAvFormat.h:153:158: warning: ‘int av_open_input_stream(AVFormatContext**, AVIOContext*, const char*, AVInputFormat*, AVFormatParameters*)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1065)
  135. /home/keith/xbmc/lib/DllAvFormat.h:153:208: warning: ‘int av_open_input_stream(AVFormatContext**, AVIOContext*, const char*, AVInputFormat*, AVFormatParameters*)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1065)
  136. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::init_put_byte(ByteIOContext*, unsigned char*, int, int, void*, int (*)(void*, uint8_t*, int), int (*)(void*, uint8_t*, int), offset_t (*)(void*, offset_t, int))’:
  137. /home/keith/xbmc/lib/DllAvFormat.h:157:101: warning: ‘int init_put_byte(AVIOContext*, unsigned char*, int, int, void*, int (*)(void*, uint8_t*, int), int (*)(void*, uint8_t*, int), int64_t (*)(void*, int64_t, int))’ is deprecated (declared at /usr/local/include/libavformat/avio.h:220)
  138. /home/keith/xbmc/lib/DllAvFormat.h:157:190: warning: ‘int init_put_byte(AVIOContext*, unsigned char*, int, int, void*, int (*)(void*, uint8_t*, int), int (*)(void*, uint8_t*, int), int64_t (*)(void*, int64_t, int))’ is deprecated (declared at /usr/local/include/libavformat/avio.h:220)
  139. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual void DllAvFormat::dump_format(AVFormatContext*, int, const char*, int)’:
  140. /home/keith/xbmc/lib/DllAvFormat.h:166:96: warning: ‘void dump_format(AVFormatContext*, int, const char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1525)
  141. /home/keith/xbmc/lib/DllAvFormat.h:166:133: warning: ‘void dump_format(AVFormatContext*, int, const char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1525)
  142. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::url_fdopen(ByteIOContext**, URLContext*)’:
  143. /home/keith/xbmc/lib/DllAvFormat.h:167:71: warning: ‘int url_fdopen(AVIOContext**, URLContext*)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:293)
  144. /home/keith/xbmc/lib/DllAvFormat.h:167:86: warning: ‘int url_fdopen(AVIOContext**, URLContext*)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:293)
  145. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::url_fopen(ByteIOContext**, const char*, int)’:
  146. /home/keith/xbmc/lib/DllAvFormat.h:168:88: warning: ‘int url_fopen(AVIOContext**, const char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:279)
  147. /home/keith/xbmc/lib/DllAvFormat.h:168:116: warning: ‘int url_fopen(AVIOContext**, const char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:279)
  148. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::url_fclose(ByteIOContext*)’:
  149. /home/keith/xbmc/lib/DllAvFormat.h:169:55: warning: ‘int url_fclose(AVIOContext*)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:280)
  150. /home/keith/xbmc/lib/DllAvFormat.h:169:67: warning: ‘int url_fclose(AVIOContext*)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:280)
  151. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::url_open_dyn_buf(ByteIOContext**)’:
  152. /home/keith/xbmc/lib/DllAvFormat.h:170:62: warning: ‘int url_open_dyn_buf(AVIOContext**)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:290)
  153. /home/keith/xbmc/lib/DllAvFormat.h:170:80: warning: ‘int url_open_dyn_buf(AVIOContext**)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:290)
  154. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::url_close_dyn_buf(ByteIOContext*, uint8_t**)’:
  155. /home/keith/xbmc/lib/DllAvFormat.h:171:81: warning: ‘int url_close_dyn_buf(AVIOContext*, uint8_t**)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:292)
  156. /home/keith/xbmc/lib/DllAvFormat.h:171:109: warning: ‘int url_close_dyn_buf(AVIOContext*, uint8_t**)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:292)
  157. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual offset_t DllAvFormat::url_fseek(ByteIOContext*, offset_t, int)’:
  158. /home/keith/xbmc/lib/DllAvFormat.h:172:88: warning: ‘int64_t url_fseek(AVIOContext*, int64_t, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:281)
  159. /home/keith/xbmc/lib/DllAvFormat.h:172:115: warning: ‘int64_t url_fseek(AVIOContext*, int64_t, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:281)
  160. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::get_buffer(ByteIOContext*, unsigned char*, int)’:
  161. /home/keith/xbmc/lib/DllAvFormat.h:173:85: warning: ‘int get_buffer(AVIOContext*, unsigned char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:242)
  162. /home/keith/xbmc/lib/DllAvFormat.h:173:108: warning: ‘int get_buffer(AVIOContext*, unsigned char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:242)
  163. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::get_partial_buffer(ByteIOContext*, unsigned char*, int)’:
  164. /home/keith/xbmc/lib/DllAvFormat.h:174:93: warning: ‘int get_partial_buffer(AVIOContext*, unsigned char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:243)
  165. /home/keith/xbmc/lib/DllAvFormat.h:174:124: warning: ‘int get_partial_buffer(AVIOContext*, unsigned char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:243)
  166. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual void DllAvFormat::put_byte(ByteIOContext*, int)’:
  167. /home/keith/xbmc/lib/DllAvFormat.h:175:54: warning: ‘void put_byte(AVIOContext*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:254)
  168. /home/keith/xbmc/lib/DllAvFormat.h:175:67: warning: ‘void put_byte(AVIOContext*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:254)
  169. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual void DllAvFormat::put_buffer(ByteIOContext*, const unsigned char*, int)’:
  170. /home/keith/xbmc/lib/DllAvFormat.h:176:85: warning: ‘void put_buffer(AVIOContext*, const unsigned char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:256)
  171. /home/keith/xbmc/lib/DllAvFormat.h:176:108: warning: ‘void put_buffer(AVIOContext*, const unsigned char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:256)
  172. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual void DllAvFormat::put_be24(ByteIOContext*, unsigned int)’:
  173. /home/keith/xbmc/lib/DllAvFormat.h:177:65: warning: ‘void put_be24(AVIOContext*, unsigned int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:262)
  174. /home/keith/xbmc/lib/DllAvFormat.h:177:80: warning: ‘void put_be24(AVIOContext*, unsigned int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:262)
  175. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual void DllAvFormat::put_be32(ByteIOContext*, unsigned int)’:
  176. /home/keith/xbmc/lib/DllAvFormat.h:178:65: warning: ‘void put_be32(AVIOContext*, unsigned int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:260)
  177. /home/keith/xbmc/lib/DllAvFormat.h:178:80: warning: ‘void put_be32(AVIOContext*, unsigned int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:260)
  178. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual void DllAvFormat::put_be16(ByteIOContext*, unsigned int)’:
  179. /home/keith/xbmc/lib/DllAvFormat.h:179:65: warning: ‘void put_be16(AVIOContext*, unsigned int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:264)
  180. /home/keith/xbmc/lib/DllAvFormat.h:179:80: warning: ‘void put_be16(AVIOContext*, unsigned int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:264)
  181. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::av_set_parameters(AVFormatContext*, AVFormatParameters*)’:
  182. /home/keith/xbmc/lib/DllAvFormat.h:187:88: warning: ‘int av_set_parameters(AVFormatContext*, AVFormatParameters*)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1400)
  183. /home/keith/xbmc/lib/DllAvFormat.h:187:111: warning: ‘int av_set_parameters(AVFormatContext*, AVFormatParameters*)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1400)
  184. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual ByteIOContext* DllAvFormat::av_alloc_put_byte(unsigned char*, int, int, void*, int (*)(void*, uint8_t*, int), int (*)(void*, uint8_t*, int), offset_t (*)(void*, offset_t, int))’:
  185. /home/keith/xbmc/lib/DllAvFormat.h:191:116: warning: ‘AVIOContext* av_alloc_put_byte(unsigned char*, int, int, void*, int (*)(void*, uint8_t*, int), int (*)(void*, uint8_t*, int), int64_t (*)(void*, int64_t, int))’ is deprecated (declared at /usr/local/include/libavformat/avio.h:228)
  186. /home/keith/xbmc/lib/DllAvFormat.h:191:206: warning: ‘AVIOContext* av_alloc_put_byte(unsigned char*, int, int, void*, int (*)(void*, uint8_t*, int), int (*)(void*, uint8_t*, int), int64_t (*)(void*, int64_t, int))’ is deprecated (declared at /usr/local/include/libavformat/avio.h:228)
  187. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::av_write_header(AVFormatContext*)’:
  188. /home/keith/xbmc/lib/DllAvFormat.h:192:63: warning: ‘int av_write_header(AVFormatContext*)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1458)
  189. /home/keith/xbmc/lib/DllAvFormat.h:192:81: warning: ‘int av_write_header(AVFormatContext*)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1458)
  190. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::av_metadata_set2(AVMetadata**, const char*, const char*, int)’:
  191. /home/keith/xbmc/lib/DllAvFormat.h:197:107: warning: ‘int av_metadata_set2(AVDictionary**, const char*, const char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:150)
  192. /home/keith/xbmc/lib/DllAvFormat.h:197:145: warning: ‘int av_metadata_set2(AVDictionary**, const char*, const char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:150)
  193. In file included from DVDFileInfo.cpp:40:0:
  194. DVDDemuxers/DVDDemuxFFmpeg.h: At global scope:
  195. DVDDemuxers/DVDDemuxFFmpeg.h:130:18: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:218)
  196. In file included from DVDCodecs/Video/DVDVideoCodecFFmpeg.h:29:0,
  197. from DVDFileInfo.cpp:44:
  198. /home/keith/xbmc/lib/DllAvFilter.h: In member function ‘virtual int DllAvFilter::avfilter_graph_parse(AVFilterGraph*, const char*, AVFilterInOut*, AVFilterInOut*, AVClass*)’:
  199. /home/keith/xbmc/lib/DllAvFilter.h:129:216: error: cannot convert ‘AVFilterInOut*’ to ‘AVFilterInOut**’ for argument ‘3’ to ‘int avfilter_graph_parse(AVFilterGraph*, const char*, AVFilterInOut**, AVFilterInOut**, void*)’
  200. /home/keith/xbmc/lib/DllAvFilter.h: In member function ‘virtual int DllAvFilter::av_vsrc_buffer_add_frame(AVFilterContext*, AVFrame*)’:
  201. /home/keith/xbmc/lib/DllAvFilter.h:134:144: error: too few arguments to function ‘int av_vsrc_buffer_add_frame(AVFilterContext*, const AVFrame*, int)’
  202. /usr/local/include/libavfilter/avcodec.h:68:5: note: declared here
  203. make[1]: *** [DVDFileInfo.o] Error 1
  204. make[1]: Leaving directory `/home/keith/xbmc/xbmc/cores/dvdplayer'
  205. make: *** [xbmc/cores/dvdplayer/DVDPlayer.a] Error 2
  206. make: *** Waiting for unfinished jobs....
  207. In file included from /home/keith/xbmc/lib/DllAvCodec.h:27:0,
  208. from /home/keith/xbmc/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.h:25,
  209. from /home/keith/xbmc/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.h:25,
  210. from LinuxRendererGL.cpp:47:
  211. /home/keith/xbmc/lib/DllAvCore.h: In member function ‘virtual int DllAvCore::av_get_bits_per_sample_fmt(AVSampleFormat)’:
  212. /home/keith/xbmc/lib/DllAvCore.h:138:85: warning: ‘int av_get_bits_per_sample_fmt(AVSampleFormat)’ is deprecated (declared at /usr/local/include/libavutil/samplefmt.h:68)
  213. /home/keith/xbmc/lib/DllAvCore.h:138:122: warning: ‘int av_get_bits_per_sample_fmt(AVSampleFormat)’ is deprecated (declared at /usr/local/include/libavutil/samplefmt.h:68)
  214. In file included from /home/keith/xbmc/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.h:25:0,
  215. from /home/keith/xbmc/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.h:25,
  216. from LinuxRendererGL.cpp:47:
  217. /home/keith/xbmc/lib/DllAvCodec.h: In member function ‘virtual int DllAvCodec::avcodec_thread_init(AVCodecContext*, int)’:
  218. /home/keith/xbmc/lib/DllAvCodec.h:228:83: warning: ‘int avcodec_thread_init(AVCodecContext*, int)’ is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:3680)
  219. /home/keith/xbmc/lib/DllAvCodec.h:228:118: warning: ‘int avcodec_thread_init(AVCodecContext*, int)’ is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:3680)
  220. In file included from /home/keith/xbmc/lib/ffmpeg/libavformat/riff.h:33:0,
  221. from /home/keith/xbmc/lib/DllAvFormat.h:46,
  222. from /home/keith/xbmc/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.h:26,
  223. from /home/keith/xbmc/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.h:25,
  224. from LinuxRendererGL.cpp:47:
  225. /home/keith/xbmc/lib/ffmpeg/libavformat/internal.h: At global scope:
  226. /home/keith/xbmc/lib/ffmpeg/libavformat/internal.h:163:46: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  227. /home/keith/xbmc/lib/ffmpeg/libavformat/internal.h:176:56: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  228. In file included from /home/keith/xbmc/lib/DllAvFormat.h:46:0,
  229. from /home/keith/xbmc/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.h:26,
  230. from /home/keith/xbmc/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.h:25,
  231. from LinuxRendererGL.cpp:47:
  232. /home/keith/xbmc/lib/ffmpeg/libavformat/riff.h:35:56: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  233. /home/keith/xbmc/lib/ffmpeg/libavformat/riff.h:36:49: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  234. /home/keith/xbmc/lib/ffmpeg/libavformat/riff.h:43:54: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  235. /home/keith/xbmc/lib/ffmpeg/libavformat/riff.h:45:99: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  236. /home/keith/xbmc/lib/ffmpeg/libavformat/riff.h:46:61: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  237. /home/keith/xbmc/lib/ffmpeg/libavformat/riff.h:48:74: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  238. In file included from /home/keith/xbmc/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.h:26:0,
  239. from /home/keith/xbmc/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.h:25,
  240. from LinuxRendererGL.cpp:47:
  241. /home/keith/xbmc/lib/DllAvFormat.h:68:42: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  242. /home/keith/xbmc/lib/DllAvFormat.h:69:112: warning: ‘AVMetadataTag’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:125)
  243. /home/keith/xbmc/lib/DllAvFormat.h:69:112: warning: ‘AVMetadata’ is deprecated (declared at /usr/local/include/libavutil/dict.h:46)
  244. /home/keith/xbmc/lib/DllAvFormat.h:69:112: warning: ‘AVMetadataTag’ is deprecated
  245. In file included from /home/keith/xbmc/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.h:26:0,
  246. from /home/keith/xbmc/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.h:25,
  247. from LinuxRendererGL.cpp:47:
  248. /home/keith/xbmc/lib/DllAvFormat.h:82:147: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  249. /home/keith/xbmc/lib/DllAvFormat.h:86:90: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  250. /home/keith/xbmc/lib/DllAvFormat.h:89:163: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  251. /home/keith/xbmc/lib/DllAvFormat.h:91:60: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  252. /home/keith/xbmc/lib/DllAvFormat.h:92:77: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  253. /home/keith/xbmc/lib/DllAvFormat.h:93:44: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  254. /home/keith/xbmc/lib/DllAvFormat.h:94:51: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  255. /home/keith/xbmc/lib/DllAvFormat.h:95:70: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  256. /home/keith/xbmc/lib/DllAvFormat.h:96:77: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  257. /home/keith/xbmc/lib/DllAvFormat.h:97:74: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  258. /home/keith/xbmc/lib/DllAvFormat.h:98:82: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  259. /home/keith/xbmc/lib/DllAvFormat.h:99:50: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  260. /home/keith/xbmc/lib/DllAvFormat.h:100:81: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  261. /home/keith/xbmc/lib/DllAvFormat.h:101:61: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  262. /home/keith/xbmc/lib/DllAvFormat.h:102:61: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  263. /home/keith/xbmc/lib/DllAvFormat.h:103:61: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  264. /home/keith/xbmc/lib/DllAvFormat.h:111:105: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:218)
  265. /home/keith/xbmc/lib/DllAvFormat.h:115:96: warning: ‘AVMetadata’ is deprecated (declared at /usr/local/include/libavutil/dict.h:46)
  266. /home/keith/xbmc/lib/DllAvFormat.h:132:40: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  267. /home/keith/xbmc/lib/DllAvFormat.h:135:110: warning: ‘AVMetadataTag’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:125)
  268. /home/keith/xbmc/lib/DllAvFormat.h:135:110: warning: ‘AVMetadata’ is deprecated (declared at /usr/local/include/libavutil/dict.h:46)
  269. /home/keith/xbmc/lib/DllAvFormat.h:135:110: warning: ‘AVMetadataTag’ is deprecated
  270. /home/keith/xbmc/lib/DllAvFormat.h:153:145: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  271. /home/keith/xbmc/lib/DllAvFormat.h:157:88: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  272. /home/keith/xbmc/lib/DllAvFormat.h:162:161: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  273. /home/keith/xbmc/lib/DllAvFormat.h:167:58: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  274. /home/keith/xbmc/lib/DllAvFormat.h:168:75: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  275. /home/keith/xbmc/lib/DllAvFormat.h:169:42: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  276. /home/keith/xbmc/lib/DllAvFormat.h:170:49: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  277. /home/keith/xbmc/lib/DllAvFormat.h:171:68: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  278. /home/keith/xbmc/lib/DllAvFormat.h:172:75: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  279. /home/keith/xbmc/lib/DllAvFormat.h:173:72: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  280. /home/keith/xbmc/lib/DllAvFormat.h:174:80: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  281. /home/keith/xbmc/lib/DllAvFormat.h:175:48: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  282. /home/keith/xbmc/lib/DllAvFormat.h:176:79: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  283. /home/keith/xbmc/lib/DllAvFormat.h:177:59: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  284. /home/keith/xbmc/lib/DllAvFormat.h:178:59: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  285. /home/keith/xbmc/lib/DllAvFormat.h:179:59: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:50)
  286. /home/keith/xbmc/lib/DllAvFormat.h:191:103: warning: ‘ByteIOContext’ is deprecated (declared at /usr/local/include/libavformat/avio.h:218)
  287. /home/keith/xbmc/lib/DllAvFormat.h:197:94: warning: ‘AVMetadata’ is deprecated (declared at /usr/local/include/libavutil/dict.h:46)
  288. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual AVMetadataTag* DllAvFormat::av_metadata_get(AVMetadata*, const char*, const AVMetadataTag*, int)’:
  289. /home/keith/xbmc/lib/DllAvFormat.h:135:122: warning: ‘AVDictionaryEntry* av_metadata_get(AVDictionary*, const char*, const AVDictionaryEntry*, int)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:138)
  290. /home/keith/xbmc/lib/DllAvFormat.h:135:157: warning: ‘AVDictionaryEntry* av_metadata_get(AVDictionary*, const char*, const AVDictionaryEntry*, int)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:138)
  291. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, AVFormatParameters*)’:
  292. /home/keith/xbmc/lib/DllAvFormat.h:151:151: warning: ‘int av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, AVFormatParameters*)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1083)
  293. /home/keith/xbmc/lib/DllAvFormat.h:151:205: warning: ‘int av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, AVFormatParameters*)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1083)
  294. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual void DllAvFormat::url_set_interrupt_cb(int (*)())’:
  295. /home/keith/xbmc/lib/DllAvFormat.h:152:71: warning: ‘void url_set_interrupt_cb(int (*)())’ is deprecated (declared at /usr/local/include/libavformat/avio.h:199)
  296. /home/keith/xbmc/lib/DllAvFormat.h:152:104: warning: ‘void url_set_interrupt_cb(int (*)())’ is deprecated (declared at /usr/local/include/libavformat/avio.h:199)
  297. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::av_open_input_stream(AVFormatContext**, ByteIOContext*, const char*, AVInputFormat*, AVFormatParameters*)’:
  298. /home/keith/xbmc/lib/DllAvFormat.h:153:158: warning: ‘int av_open_input_stream(AVFormatContext**, AVIOContext*, const char*, AVInputFormat*, AVFormatParameters*)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1065)
  299. /home/keith/xbmc/lib/DllAvFormat.h:153:208: warning: ‘int av_open_input_stream(AVFormatContext**, AVIOContext*, const char*, AVInputFormat*, AVFormatParameters*)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1065)
  300. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::init_put_byte(ByteIOContext*, unsigned char*, int, int, void*, int (*)(void*, uint8_t*, int), int (*)(void*, uint8_t*, int), offset_t (*)(void*, offset_t, int))’:
  301. /home/keith/xbmc/lib/DllAvFormat.h:157:101: warning: ‘int init_put_byte(AVIOContext*, unsigned char*, int, int, void*, int (*)(void*, uint8_t*, int), int (*)(void*, uint8_t*, int), int64_t (*)(void*, int64_t, int))’ is deprecated (declared at /usr/local/include/libavformat/avio.h:220)
  302. /home/keith/xbmc/lib/DllAvFormat.h:157:190: warning: ‘int init_put_byte(AVIOContext*, unsigned char*, int, int, void*, int (*)(void*, uint8_t*, int), int (*)(void*, uint8_t*, int), int64_t (*)(void*, int64_t, int))’ is deprecated (declared at /usr/local/include/libavformat/avio.h:220)
  303. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual void DllAvFormat::dump_format(AVFormatContext*, int, const char*, int)’:
  304. /home/keith/xbmc/lib/DllAvFormat.h:166:96: warning: ‘void dump_format(AVFormatContext*, int, const char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1525)
  305. /home/keith/xbmc/lib/DllAvFormat.h:166:133: warning: ‘void dump_format(AVFormatContext*, int, const char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1525)
  306. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::url_fdopen(ByteIOContext**, URLContext*)’:
  307. /home/keith/xbmc/lib/DllAvFormat.h:167:71: warning: ‘int url_fdopen(AVIOContext**, URLContext*)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:293)
  308. /home/keith/xbmc/lib/DllAvFormat.h:167:86: warning: ‘int url_fdopen(AVIOContext**, URLContext*)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:293)
  309. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::url_fopen(ByteIOContext**, const char*, int)’:
  310. /home/keith/xbmc/lib/DllAvFormat.h:168:88: warning: ‘int url_fopen(AVIOContext**, const char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:279)
  311. /home/keith/xbmc/lib/DllAvFormat.h:168:116: warning: ‘int url_fopen(AVIOContext**, const char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:279)
  312. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::url_fclose(ByteIOContext*)’:
  313. /home/keith/xbmc/lib/DllAvFormat.h:169:55: warning: ‘int url_fclose(AVIOContext*)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:280)
  314. /home/keith/xbmc/lib/DllAvFormat.h:169:67: warning: ‘int url_fclose(AVIOContext*)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:280)
  315. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::url_open_dyn_buf(ByteIOContext**)’:
  316. /home/keith/xbmc/lib/DllAvFormat.h:170:62: warning: ‘int url_open_dyn_buf(AVIOContext**)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:290)
  317. /home/keith/xbmc/lib/DllAvFormat.h:170:80: warning: ‘int url_open_dyn_buf(AVIOContext**)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:290)
  318. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::url_close_dyn_buf(ByteIOContext*, uint8_t**)’:
  319. /home/keith/xbmc/lib/DllAvFormat.h:171:81: warning: ‘int url_close_dyn_buf(AVIOContext*, uint8_t**)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:292)
  320. /home/keith/xbmc/lib/DllAvFormat.h:171:109: warning: ‘int url_close_dyn_buf(AVIOContext*, uint8_t**)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:292)
  321. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual offset_t DllAvFormat::url_fseek(ByteIOContext*, offset_t, int)’:
  322. /home/keith/xbmc/lib/DllAvFormat.h:172:88: warning: ‘int64_t url_fseek(AVIOContext*, int64_t, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:281)
  323. /home/keith/xbmc/lib/DllAvFormat.h:172:115: warning: ‘int64_t url_fseek(AVIOContext*, int64_t, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:281)
  324. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::get_buffer(ByteIOContext*, unsigned char*, int)’:
  325. /home/keith/xbmc/lib/DllAvFormat.h:173:85: warning: ‘int get_buffer(AVIOContext*, unsigned char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:242)
  326. /home/keith/xbmc/lib/DllAvFormat.h:173:108: warning: ‘int get_buffer(AVIOContext*, unsigned char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:242)
  327. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::get_partial_buffer(ByteIOContext*, unsigned char*, int)’:
  328. /home/keith/xbmc/lib/DllAvFormat.h:174:93: warning: ‘int get_partial_buffer(AVIOContext*, unsigned char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:243)
  329. /home/keith/xbmc/lib/DllAvFormat.h:174:124: warning: ‘int get_partial_buffer(AVIOContext*, unsigned char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:243)
  330. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual void DllAvFormat::put_byte(ByteIOContext*, int)’:
  331. /home/keith/xbmc/lib/DllAvFormat.h:175:54: warning: ‘void put_byte(AVIOContext*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:254)
  332. /home/keith/xbmc/lib/DllAvFormat.h:175:67: warning: ‘void put_byte(AVIOContext*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:254)
  333. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual void DllAvFormat::put_buffer(ByteIOContext*, const unsigned char*, int)’:
  334. /home/keith/xbmc/lib/DllAvFormat.h:176:85: warning: ‘void put_buffer(AVIOContext*, const unsigned char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:256)
  335. /home/keith/xbmc/lib/DllAvFormat.h:176:108: warning: ‘void put_buffer(AVIOContext*, const unsigned char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:256)
  336. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual void DllAvFormat::put_be24(ByteIOContext*, unsigned int)’:
  337. /home/keith/xbmc/lib/DllAvFormat.h:177:65: warning: ‘void put_be24(AVIOContext*, unsigned int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:262)
  338. /home/keith/xbmc/lib/DllAvFormat.h:177:80: warning: ‘void put_be24(AVIOContext*, unsigned int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:262)
  339. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual void DllAvFormat::put_be32(ByteIOContext*, unsigned int)’:
  340. /home/keith/xbmc/lib/DllAvFormat.h:178:65: warning: ‘void put_be32(AVIOContext*, unsigned int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:260)
  341. /home/keith/xbmc/lib/DllAvFormat.h:178:80: warning: ‘void put_be32(AVIOContext*, unsigned int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:260)
  342. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual void DllAvFormat::put_be16(ByteIOContext*, unsigned int)’:
  343. /home/keith/xbmc/lib/DllAvFormat.h:179:65: warning: ‘void put_be16(AVIOContext*, unsigned int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:264)
  344. /home/keith/xbmc/lib/DllAvFormat.h:179:80: warning: ‘void put_be16(AVIOContext*, unsigned int)’ is deprecated (declared at /usr/local/include/libavformat/avio.h:264)
  345. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::av_set_parameters(AVFormatContext*, AVFormatParameters*)’:
  346. /home/keith/xbmc/lib/DllAvFormat.h:187:88: warning: ‘int av_set_parameters(AVFormatContext*, AVFormatParameters*)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1400)
  347. /home/keith/xbmc/lib/DllAvFormat.h:187:111: warning: ‘int av_set_parameters(AVFormatContext*, AVFormatParameters*)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1400)
  348. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual ByteIOContext* DllAvFormat::av_alloc_put_byte(unsigned char*, int, int, void*, int (*)(void*, uint8_t*, int), int (*)(void*, uint8_t*, int), offset_t (*)(void*, offset_t, int))’:
  349. /home/keith/xbmc/lib/DllAvFormat.h:191:116: warning: ‘AVIOContext* av_alloc_put_byte(unsigned char*, int, int, void*, int (*)(void*, uint8_t*, int), int (*)(void*, uint8_t*, int), int64_t (*)(void*, int64_t, int))’ is deprecated (declared at /usr/local/include/libavformat/avio.h:228)
  350. /home/keith/xbmc/lib/DllAvFormat.h:191:206: warning: ‘AVIOContext* av_alloc_put_byte(unsigned char*, int, int, void*, int (*)(void*, uint8_t*, int), int (*)(void*, uint8_t*, int), int64_t (*)(void*, int64_t, int))’ is deprecated (declared at /usr/local/include/libavformat/avio.h:228)
  351. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::av_write_header(AVFormatContext*)’:
  352. /home/keith/xbmc/lib/DllAvFormat.h:192:63: warning: ‘int av_write_header(AVFormatContext*)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1458)
  353. /home/keith/xbmc/lib/DllAvFormat.h:192:81: warning: ‘int av_write_header(AVFormatContext*)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:1458)
  354. /home/keith/xbmc/lib/DllAvFormat.h: In member function ‘virtual int DllAvFormat::av_metadata_set2(AVMetadata**, const char*, const char*, int)’:
  355. /home/keith/xbmc/lib/DllAvFormat.h:197:107: warning: ‘int av_metadata_set2(AVDictionary**, const char*, const char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:150)
  356. /home/keith/xbmc/lib/DllAvFormat.h:197:145: warning: ‘int av_metadata_set2(AVDictionary**, const char*, const char*, int)’ is deprecated (declared at /usr/local/include/libavformat/avformat.h:150)
  357. In file included from /home/keith/xbmc/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.h:29:0,
  358. from /home/keith/xbmc/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.h:25,
  359. from LinuxRendererGL.cpp:47:
  360. /home/keith/xbmc/lib/DllAvFilter.h: In member function ‘virtual int DllAvFilter::avfilter_graph_parse(AVFilterGraph*, const char*, AVFilterInOut*, AVFilterInOut*, AVClass*)’:
  361. /home/keith/xbmc/lib/DllAvFilter.h:129:216: error: cannot convert ‘AVFilterInOut*’ to ‘AVFilterInOut**’ for argument ‘3’ to ‘int avfilter_graph_parse(AVFilterGraph*, const char*, AVFilterInOut**, AVFilterInOut**, void*)’
  362. /home/keith/xbmc/lib/DllAvFilter.h: In member function ‘virtual int DllAvFilter::av_vsrc_buffer_add_frame(AVFilterContext*, AVFrame*)’:
  363. /home/keith/xbmc/lib/DllAvFilter.h:134:144: error: too few arguments to function ‘int av_vsrc_buffer_add_frame(AVFilterContext*, const AVFrame*, int)’
  364. /usr/local/include/libavfilter/avcodec.h:68:5: note: declared here
  365. /home/keith/xbmc/xbmc/utils/CharsetConverter.h: At global scope:
  366. /home/keith/xbmc/xbmc/utils/CharsetConverter.h:83:1: warning: ‘g_charsetConverter’ defined but not used
  367. make[1]: *** [LinuxRendererGL.o] Error 1
  368. make[1]: Leaving directory `/home/keith/xbmc/xbmc/cores/VideoRenderers'
  369. make: *** [xbmc/cores/VideoRenderers/VideoRenderer.a] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement