Guest User

make

a guest
Jul 15th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 342.89 KB | None | 0 0
  1. CPP xbmc/cores/DllLoader/exports/emu_dummy.o
  2. CPP xbmc/cores/DllLoader/exports/emu_kernel32.o
  3. CPP xbmc/cores/DllLoader/exports/emu_msvcrt.o
  4. AR xbmc/cores/DllLoader/exports/exports.a
  5. CPP xbmc/cores/DllLoader/exports/util/EmuFileWrapper.o
  6. AR xbmc/cores/DllLoader/exports/util/exports_utils.a
  7. make -C xbmc/cores/DllLoader/exports wrapper.def
  8. make[1]: Entering directory `/home/kodidev/kodi-android/xbmc/cores/DllLoader/exports'
  9. nm wrapper.o | grep __wrap | awk '{printf("%s ", $3);}' | sed "s/___wrap_/__wrap_/g" | sed "s/__wrap_/-Wl,-wrap,/g" > wrapper.def
  10. echo "-L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib/dummy-libkodi/ -lkodi" >> wrapper.def
  11. make[1]: Leaving directory `/home/kodidev/kodi-android/xbmc/cores/DllLoader/exports'
  12. CPP xbmc/cores/DllLoader/coff.o
  13. CPP xbmc/cores/DllLoader/dll.o
  14. CPP xbmc/cores/DllLoader/DllLoader.o
  15. CPP xbmc/cores/DllLoader/DllLoaderContainer.o
  16. CPP xbmc/cores/DllLoader/dll_tracker.o
  17. CPP xbmc/cores/DllLoader/dll_tracker_file.o
  18. CPP xbmc/cores/DllLoader/dll_tracker_library.o
  19. CPP xbmc/cores/DllLoader/dll_util.o
  20. CPP xbmc/cores/DllLoader/LibraryLoader.o
  21. CPP xbmc/cores/DllLoader/SoLoader.o
  22. SoLoader.cpp: In member function 'virtual bool SoLoader::Load()':
  23. SoLoader.cpp:48:7: warning: unused variable 'flags' [-Wunused-variable]
  24. int flags = RTLD_LAZY;
  25. ^
  26. CC xbmc/cores/DllLoader/mmap_anon.o
  27. CC xbmc/cores/DllLoader/ldt_keeper.o
  28. AR xbmc/cores/DllLoader/dllloader.a
  29. make -C lib/libdvd
  30. make[1]: Entering directory `/home/kodidev/kodi-android/lib/libdvd'
  31. [ -d libdvdread ] || mkdir libdvdread
  32. [ -d libdvdnav ] || mkdir libdvdnav
  33. [ 1 -eq 1 ] && { [ -d libdvdcss ] || mkdir libdvdcss; } || :
  34. [ 1 -eq 1 ] && { cd libdvdcss && ar x /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib/libdvdcss.a; } || :
  35. cd libdvdnav; ar x /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib/libdvdnav.a
  36. cd libdvdread; ar x /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib/libdvdread.a
  37. /home/kodidev/Android/Toolchain/android-17/bin/arm-linux-androideabi-gcc -o /home/kodidev/kodi-android/system/players/VideoPlayer/libdvdnav-arm.so -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib/android-17 -shared -fPIC -rdynamic -Wl,--soname,/home/kodidev/kodi-android/system/players/VideoPlayer/libdvdnav-arm.so libdvdread/*.o libdvdnav/*.o libdvdcss/*.o -lm -Wl,--unresolved-symbols=ignore-all \
  38. `cat /home/kodidev/kodi-android/xbmc/cores/DllLoader/exports/wrapper.def` /home/kodidev/kodi-android/xbmc/cores/DllLoader/exports/wrapper.o
  39. [ -d libdvdcss ] || mkdir libdvdcss
  40. cd libdvdcss; ar x /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib/libdvdcss.a
  41. /home/kodidev/Android/Toolchain/android-17/bin/arm-linux-androideabi-gcc -o /home/kodidev/kodi-android/system/players/VideoPlayer/libdvdcss-arm.so -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib/android-17 -shared -fPIC -rdynamic -Wl,--soname,/home/kodidev/kodi-android/system/players/VideoPlayer/libdvdcss-arm.so libdvdcss/*.o -Wl,--unresolved-symbols=ignore-all -lm \
  42. `cat /home/kodidev/kodi-android/xbmc/cores/DllLoader/exports/wrapper.def` /home/kodidev/kodi-android/xbmc/cores/DllLoader/exports/wrapper.o
  43. make[1]: Leaving directory `/home/kodidev/kodi-android/lib/libdvd'
  44. CPP xbmc/cores/VideoPlayer/DVDAudio.o
  45. CPP xbmc/cores/VideoPlayer/DVDClock.o
  46. CPP xbmc/cores/VideoPlayer/DVDDemuxSPU.o
  47. CPP xbmc/cores/VideoPlayer/DVDFileInfo.o
  48. CPP xbmc/cores/VideoPlayer/DVDMessage.o
  49. CPP xbmc/cores/VideoPlayer/DVDMessageQueue.o
  50. CPP xbmc/cores/VideoPlayer/DVDOverlayContainer.o
  51. CPP xbmc/cores/VideoPlayer/VideoPlayer.o
  52. CPP xbmc/cores/VideoPlayer/VideoPlayerAudio.o
  53. CPP xbmc/cores/VideoPlayer/VideoPlayerSubtitle.o
  54. CPP xbmc/cores/VideoPlayer/VideoPlayerTeletext.o
  55. CPP xbmc/cores/VideoPlayer/VideoPlayerVideo.o
  56. CPP xbmc/cores/VideoPlayer/VideoPlayerRadioRDS.o
  57. CPP xbmc/cores/VideoPlayer/DVDStreamInfo.o
  58. CPP xbmc/cores/VideoPlayer/DVDTSCorrection.o
  59. CPP xbmc/cores/VideoPlayer/Edl.o
  60. AR xbmc/cores/VideoPlayer/VideoPlayer.a
  61. CPP xbmc/cores/VideoPlayer/DVDCodecs/DVDCodecUtils.o
  62. CPP xbmc/cores/VideoPlayer/DVDCodecs/DVDFactoryCodec.o
  63. AR xbmc/cores/VideoPlayer/DVDCodecs/DVDCodecs.a
  64. CPP xbmc/cores/VideoPlayer/DVDCodecs/Audio/DVDAudioCodecFFmpeg.o
  65. DVDAudioCodecFFmpeg.cpp: In member function 'virtual int CDVDAudioCodecFFmpeg::Decode(uint8_t*, int, double, double)':
  66. DVDAudioCodecFFmpeg.cpp:151:16: warning: 'int avcodec_decode_audio4(AVCodecContext*, AVFrame*, int*, const AVPacket*)' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavcodec/avcodec.h:4704) [-Wdeprecated-declarations]
  67. iBytesUsed = avcodec_decode_audio4( m_pCodecContext
  68. ^
  69. DVDAudioCodecFFmpeg.cpp:154:58: warning: 'int avcodec_decode_audio4(AVCodecContext*, AVFrame*, int*, const AVPacket*)' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavcodec/avcodec.h:4704) [-Wdeprecated-declarations]
  70. , &avpkt);
  71. ^
  72. CPP xbmc/cores/VideoPlayer/DVDCodecs/Audio/DVDAudioCodecPassthrough.o
  73. AR xbmc/cores/VideoPlayer/DVDCodecs/Audio/Audio.a
  74. CPP xbmc/cores/VideoPlayer/DVDCodecs/Overlay/DVDOverlayCodec.o
  75. CPP xbmc/cores/VideoPlayer/DVDCodecs/Overlay/DVDOverlayCodecFFmpeg.o
  76. CPP xbmc/cores/VideoPlayer/DVDCodecs/Overlay/DVDOverlayCodecSSA.o
  77. CPP xbmc/cores/VideoPlayer/DVDCodecs/Overlay/DVDOverlayCodecText.o
  78. CPP xbmc/cores/VideoPlayer/DVDCodecs/Overlay/DVDOverlayCodecTX3G.o
  79. DVDOverlayCodecTX3G.cpp: In member function 'virtual int CDVDOverlayCodecTX3G::Decode(DemuxPacket*)':
  80. DVDOverlayCodecTX3G.cpp:36:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  81. #define LEN_CHECK(x) do { if((end - pos) < (x)) return OC_ERROR; } while(0)
  82. ^
  83. DVDOverlayCodecTX3G.cpp:153:9: note: in expansion of macro 'LEN_CHECK'
  84. LEN_CHECK(size);
  85. ^
  86. DVDOverlayCodecTX3G.cpp:36:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  87. #define LEN_CHECK(x) do { if((end - pos) < (x)) return OC_ERROR; } while(0)
  88. ^
  89. DVDOverlayCodecTX3G.cpp:189:7: note: in expansion of macro 'LEN_CHECK'
  90. LEN_CHECK(size);
  91. ^
  92. CPP xbmc/cores/VideoPlayer/DVDCodecs/Overlay/contrib/cc_decoder708.o
  93. CC xbmc/cores/VideoPlayer/DVDCodecs/Overlay/contrib/cc_decoder.o
  94. AR xbmc/cores/VideoPlayer/DVDCodecs/Overlay/Overlay.a
  95. CPP xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodec.o
  96. CPP xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.o
  97. DVDVideoCodecFFmpeg.cpp: In member function 'virtual int CDVDVideoCodecFFmpeg::Decode(uint8_t*, int, double, double)':
  98. DVDVideoCodecFFmpeg.cpp:589:9: warning: 'int avcodec_decode_video2(AVCodecContext*, AVFrame*, int*, const AVPacket*)' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavcodec/avcodec.h:4753) [-Wdeprecated-declarations]
  99. len = avcodec_decode_video2(m_pCodecContext, m_pDecodedFrame, &iGotPicture, &avpkt);
  100. ^
  101. DVDVideoCodecFFmpeg.cpp:589:85: warning: 'int avcodec_decode_video2(AVCodecContext*, AVFrame*, int*, const AVPacket*)' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavcodec/avcodec.h:4753) [-Wdeprecated-declarations]
  102. len = avcodec_decode_video2(m_pCodecContext, m_pDecodedFrame, &iGotPicture, &avpkt);
  103. ^
  104. CPP xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoPPFFmpeg.o
  105. CPP xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecAndroidMediaCodec.o
  106. AR xbmc/cores/VideoPlayer/DVDCodecs/Video/Video.a
  107. CPP xbmc/cores/VideoPlayer/DVDDemuxers/DemuxMultiSource.o
  108. CPP xbmc/cores/VideoPlayer/DVDDemuxers/DVDDemux.o
  109. CPP xbmc/cores/VideoPlayer/DVDDemuxers/DVDDemuxBXA.o
  110. CPP xbmc/cores/VideoPlayer/DVDDemuxers/DVDDemuxCDDA.o
  111. CPP xbmc/cores/VideoPlayer/DVDDemuxers/DVDDemuxFFmpeg.o
  112. DVDDemuxFFmpeg.cpp: In member function 'bool CDVDDemuxFFmpeg::Open(CDVDInputStream*, bool, bool)':
  113. DVDDemuxFFmpeg.cpp:443:15: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  114. if (st->codec->codec_type == AVMEDIA_TYPE_AUDIO && st->codec->codec_id == AV_CODEC_ID_DTS)
  115. ^
  116. DVDDemuxFFmpeg.cpp:443:15: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  117. DVDDemuxFFmpeg.cpp:443:62: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  118. if (st->codec->codec_type == AVMEDIA_TYPE_AUDIO && st->codec->codec_id == AV_CODEC_ID_DTS)
  119. ^
  120. DVDDemuxFFmpeg.cpp:443:62: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  121. DVDDemuxFFmpeg.cpp:447:15: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  122. st->codec->codec = pCodec;
  123. ^
  124. DVDDemuxFFmpeg.cpp:447:15: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  125. DVDDemuxFFmpeg.cpp:461:78: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  126. || (m_pFormatContext->nb_streams == 1 && m_pFormatContext->streams[0]->codec->codec_id == AV_CODEC_ID_AC3)
  127. ^
  128. DVDDemuxFFmpeg.cpp:461:78: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  129. DVDDemuxFFmpeg.cpp: In member function 'void CDVDDemuxFFmpeg::Dispose()':
  130. DVDDemuxFFmpeg.cpp:543:51: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  131. avcodec_close(m_pFormatContext->streams[i]->codec);
  132. ^
  133. DVDDemuxFFmpeg.cpp:543:51: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  134. DVDDemuxFFmpeg.cpp: In member function 'virtual DemuxPacket* CDVDDemuxFFmpeg::Read()':
  135. DVDDemuxFFmpeg.cpp:870:35: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  136. if(m_bMatroska && stream->codec && stream->codec->codec_type == AVMEDIA_TYPE_VIDEO)
  137. ^
  138. DVDDemuxFFmpeg.cpp:870:35: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  139. DVDDemuxFFmpeg.cpp:870:52: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  140. if(m_bMatroska && stream->codec && stream->codec->codec_type == AVMEDIA_TYPE_VIDEO)
  141. ^
  142. DVDDemuxFFmpeg.cpp:870:52: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  143. DVDDemuxFFmpeg.cpp:877:22: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  144. if(stream->codec->codec_tag == 0)
  145. ^
  146. DVDDemuxFFmpeg.cpp:877:22: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  147. DVDDemuxFFmpeg.cpp:883:30: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  148. if(m_bAVI && stream->codec && stream->codec->codec_type == AVMEDIA_TYPE_VIDEO)
  149. ^
  150. DVDDemuxFFmpeg.cpp:883:30: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  151. DVDDemuxFFmpeg.cpp:883:47: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  152. if(m_bAVI && stream->codec && stream->codec->codec_type == AVMEDIA_TYPE_VIDEO)
  153. ^
  154. DVDDemuxFFmpeg.cpp:883:47: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  155. DVDDemuxFFmpeg.cpp:926:43: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  156. bool bAllowDurationExt = (stream->codec && (stream->codec->codec_type == AVMEDIA_TYPE_VIDEO || stream->codec->codec_type == AVMEDIA_TYPE_AUDIO));
  157. ^
  158. DVDDemuxFFmpeg.cpp:926:43: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  159. DVDDemuxFFmpeg.cpp:926:61: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  160. bool bAllowDurationExt = (stream->codec && (stream->codec->codec_type == AVMEDIA_TYPE_VIDEO || stream->codec->codec_type == AVMEDIA_TYPE_AUDIO));
  161. ^
  162. DVDDemuxFFmpeg.cpp:926:61: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  163. DVDDemuxFFmpeg.cpp:926:112: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  164. bool bAllowDurationExt = (stream->codec && (stream->codec->codec_type == AVMEDIA_TYPE_VIDEO || stream->codec->codec_type == AVMEDIA_TYPE_AUDIO));
  165. ^
  166. DVDDemuxFFmpeg.cpp:926:112: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  167. DVDDemuxFFmpeg.cpp:965:73: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  168. stream->codec != m_pFormatContext->streams[pPacket->iStreamId]->codec->codec_id)
  169. ^
  170. DVDDemuxFFmpeg.cpp:965:73: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  171. DVDDemuxFFmpeg.cpp:973:101: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  172. if (((CDemuxStreamAudio*)stream)->iChannels != m_pFormatContext->streams[pPacket->iStreamId]->codec->channels ||
  173. ^
  174. DVDDemuxFFmpeg.cpp:973:101: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  175. DVDDemuxFFmpeg.cpp:974:103: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  176. ((CDemuxStreamAudio*)stream)->iSampleRate != m_pFormatContext->streams[pPacket->iStreamId]->codec->sample_rate)
  177. ^
  178. DVDDemuxFFmpeg.cpp:974:103: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  179. DVDDemuxFFmpeg.cpp:982:98: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  180. if (((CDemuxStreamVideo*)stream)->iWidth != m_pFormatContext->streams[pPacket->iStreamId]->codec->width ||
  181. ^
  182. DVDDemuxFFmpeg.cpp:982:98: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  183. DVDDemuxFFmpeg.cpp:983:99: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  184. ((CDemuxStreamVideo*)stream)->iHeight != m_pFormatContext->streams[pPacket->iStreamId]->codec->height)
  185. ^
  186. DVDDemuxFFmpeg.cpp:983:99: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  187. DVDDemuxFFmpeg.cpp: In member function 'double CDVDDemuxFFmpeg::SelectAspect(AVStream*, bool&)':
  188. DVDDemuxFFmpeg.cpp:1163:11: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  189. st->codec->sample_aspect_ratio.num != 0)
  190. ^
  191. DVDDemuxFFmpeg.cpp:1163:11: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  192. DVDDemuxFFmpeg.cpp:1165:23: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  193. return av_q2d(st->codec->sample_aspect_ratio);
  194. ^
  195. DVDDemuxFFmpeg.cpp:1165:23: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  196. DVDDemuxFFmpeg.cpp: In member function 'CDemuxStream* CDVDDemuxFFmpeg::AddStream(int)':
  197. DVDDemuxFFmpeg.cpp:1236:22: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  198. switch (pStream->codec->codec_type)
  199. ^
  200. DVDDemuxFFmpeg.cpp:1236:22: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  201. DVDDemuxFFmpeg.cpp:1242:34: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  202. st->iChannels = pStream->codec->channels;
  203. ^
  204. DVDDemuxFFmpeg.cpp:1242:34: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  205. DVDDemuxFFmpeg.cpp:1243:36: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  206. st->iSampleRate = pStream->codec->sample_rate;
  207. ^
  208. DVDDemuxFFmpeg.cpp:1243:36: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  209. DVDDemuxFFmpeg.cpp:1244:36: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  210. st->iBlockAlign = pStream->codec->block_align;
  211. ^
  212. DVDDemuxFFmpeg.cpp:1244:36: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  213. DVDDemuxFFmpeg.cpp:1245:33: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  214. st->iBitRate = pStream->codec->bit_rate;
  215. ^
  216. DVDDemuxFFmpeg.cpp:1245:33: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  217. DVDDemuxFFmpeg.cpp:1246:39: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  218. st->iBitsPerSample = pStream->codec->bits_per_raw_sample;
  219. ^
  220. DVDDemuxFFmpeg.cpp:1246:39: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  221. DVDDemuxFFmpeg.cpp:1247:39: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  222. st->iChannelLayout = pStream->codec->channel_layout;
  223. ^
  224. DVDDemuxFFmpeg.cpp:1247:39: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  225. DVDDemuxFFmpeg.cpp:1249:41: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  226. st->iBitsPerSample = pStream->codec->bits_per_coded_sample;
  227. ^
  228. DVDDemuxFFmpeg.cpp:1249:41: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  229. DVDDemuxFFmpeg.cpp:1266:32: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  230. if (m_bAVI && pStream->codec->codec_id == AV_CODEC_ID_H264)
  231. ^
  232. DVDDemuxFFmpeg.cpp:1266:32: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  233. DVDDemuxFFmpeg.cpp:1301:31: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  234. st->iWidth = pStream->codec->width;
  235. ^
  236. DVDDemuxFFmpeg.cpp:1301:31: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  237. DVDDemuxFFmpeg.cpp:1302:32: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  238. st->iHeight = pStream->codec->height;
  239. ^
  240. DVDDemuxFFmpeg.cpp:1302:32: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  241. DVDDemuxFFmpeg.cpp:1303:75: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  242. st->fAspect = SelectAspect(pStream, st->bForcedAspect) * pStream->codec->width / pStream->codec->height;
  243. ^
  244. DVDDemuxFFmpeg.cpp:1303:75: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  245. DVDDemuxFFmpeg.cpp:1303:99: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  246. st->fAspect = SelectAspect(pStream, st->bForcedAspect) * pStream->codec->width / pStream->codec->height;
  247. ^
  248. DVDDemuxFFmpeg.cpp:1303:99: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  249. DVDDemuxFFmpeg.cpp:1305:38: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  250. st->iBitsPerPixel = pStream->codec->bits_per_coded_sample;
  251. ^
  252. DVDDemuxFFmpeg.cpp:1305:38: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  253. DVDDemuxFFmpeg.cpp:1322:24: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  254. if (pStream->codec->codec_id == AV_CODEC_ID_PROBE)
  255. ^
  256. DVDDemuxFFmpeg.cpp:1322:24: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  257. DVDDemuxFFmpeg.cpp:1328:24: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  258. pStream->codec->codec_id = AV_CODEC_ID_MPEG2VIDEO;
  259. ^
  260. DVDDemuxFFmpeg.cpp:1328:24: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  261. DVDDemuxFFmpeg.cpp:1329:24: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  262. pStream->codec->codec_tag = MKTAG('M','P','2','V');
  263. ^
  264. DVDDemuxFFmpeg.cpp:1329:24: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  265. DVDDemuxFFmpeg.cpp:1347:22: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  266. if (pStream->codec->codec_id == AV_CODEC_ID_DVB_TELETEXT && CSettings::GetInstance().GetBool(CSettings::SETTING_VIDEOPLAYER_TELETEXTENABLED))
  267. ^
  268. DVDDemuxFFmpeg.cpp:1347:22: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  269. DVDDemuxFFmpeg.cpp:1367:21: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  270. if(pStream->codec->codec_id == AV_CODEC_ID_TTF
  271. ^
  272. DVDDemuxFFmpeg.cpp:1367:21: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  273. DVDDemuxFFmpeg.cpp:1368:23: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  274. || pStream->codec->codec_id == AV_CODEC_ID_OTF
  275. ^
  276. DVDDemuxFFmpeg.cpp:1368:23: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  277. DVDDemuxFFmpeg.cpp:1382:25: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  278. if(pStream->codec->extradata && file.OpenForWrite(fileName))
  279. ^
  280. DVDDemuxFFmpeg.cpp:1382:25: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  281. DVDDemuxFFmpeg.cpp:1384:39: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  282. if (file.Write(pStream->codec->extradata, pStream->codec->extradata_size) != pStream->codec->extradata_size)
  283. ^
  284. DVDDemuxFFmpeg.cpp:1384:39: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  285. DVDDemuxFFmpeg.cpp:1384:66: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  286. if (file.Write(pStream->codec->extradata, pStream->codec->extradata_size) != pStream->codec->extradata_size)
  287. ^
  288. DVDDemuxFFmpeg.cpp:1384:66: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  289. DVDDemuxFFmpeg.cpp:1384:101: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  290. if (file.Write(pStream->codec->extradata, pStream->codec->extradata_size) != pStream->codec->extradata_size)
  291. ^
  292. DVDDemuxFFmpeg.cpp:1384:101: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  293. DVDDemuxFFmpeg.cpp:1409:30: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  294. stream->codec = pStream->codec->codec_id;
  295. ^
  296. DVDDemuxFFmpeg.cpp:1409:30: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  297. DVDDemuxFFmpeg.cpp:1410:37: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  298. stream->codec_fourcc = pStream->codec->codec_tag;
  299. ^
  300. DVDDemuxFFmpeg.cpp:1410:37: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  301. DVDDemuxFFmpeg.cpp:1411:32: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  302. stream->profile = pStream->codec->profile;
  303. ^
  304. DVDDemuxFFmpeg.cpp:1411:32: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  305. DVDDemuxFFmpeg.cpp:1412:32: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  306. stream->level = pStream->codec->level;
  307. ^
  308. DVDDemuxFFmpeg.cpp:1412:32: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  309. DVDDemuxFFmpeg.cpp:1423:49: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  310. if( stream->type != STREAM_NONE && pStream->codec->extradata && pStream->codec->extradata_size > 0 )
  311. ^
  312. DVDDemuxFFmpeg.cpp:1423:49: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  313. DVDDemuxFFmpeg.cpp:1423:78: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  314. if( stream->type != STREAM_NONE && pStream->codec->extradata && pStream->codec->extradata_size > 0 )
  315. ^
  316. DVDDemuxFFmpeg.cpp:1423:78: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  317. DVDDemuxFFmpeg.cpp:1425:36: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  318. stream->ExtraSize = pStream->codec->extradata_size;
  319. ^
  320. DVDDemuxFFmpeg.cpp:1425:36: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  321. DVDDemuxFFmpeg.cpp:1426:48: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  322. stream->ExtraData = new uint8_t[pStream->codec->extradata_size];
  323. ^
  324. DVDDemuxFFmpeg.cpp:1426:48: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  325. DVDDemuxFFmpeg.cpp:1427:42: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  326. memcpy(stream->ExtraData, pStream->codec->extradata, pStream->codec->extradata_size);
  327. ^
  328. DVDDemuxFFmpeg.cpp:1427:42: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  329. DVDDemuxFFmpeg.cpp:1427:69: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  330. memcpy(stream->ExtraData, pStream->codec->extradata, pStream->codec->extradata_size);
  331. ^
  332. DVDDemuxFFmpeg.cpp:1427:69: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  333. DVDDemuxFFmpeg.cpp: In member function 'bool CDVDDemuxFFmpeg::IsProgramChange()':
  334. DVDDemuxFFmpeg.cpp:1677:41: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  335. if (m_pFormatContext->streams[idx]->codec->codec_id != stream->codec)
  336. ^
  337. DVDDemuxFFmpeg.cpp:1677:41: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  338. DVDDemuxFFmpeg.cpp: In member function 'void CDVDDemuxFFmpeg::ParsePacket(AVPacket*)':
  339. DVDDemuxFFmpeg.cpp:1732:54: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  340. if(st->parser && st->parser->parser->split && !st->codec->extradata)
  341. ^
  342. DVDDemuxFFmpeg.cpp:1732:54: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  343. DVDDemuxFFmpeg.cpp:1734:43: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  344. int i = st->parser->parser->split(st->codec, pkt->data, pkt->size);
  345. ^
  346. DVDDemuxFFmpeg.cpp:1734:43: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  347. DVDDemuxFFmpeg.cpp:1739:11: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  348. st->codec->extradata_size = i;
  349. ^
  350. DVDDemuxFFmpeg.cpp:1739:11: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  351. DVDDemuxFFmpeg.cpp:1740:11: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  352. st->codec->extradata = (uint8_t*)av_malloc(st->codec->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE);
  353. ^
  354. DVDDemuxFFmpeg.cpp:1740:11: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  355. DVDDemuxFFmpeg.cpp:1740:54: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  356. st->codec->extradata = (uint8_t*)av_malloc(st->codec->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE);
  357. ^
  358. DVDDemuxFFmpeg.cpp:1740:54: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  359. DVDDemuxFFmpeg.cpp:1741:15: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  360. if (st->codec->extradata)
  361. ^
  362. DVDDemuxFFmpeg.cpp:1741:15: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  363. DVDDemuxFFmpeg.cpp:1743:99: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  364. CLog::Log(LOGDEBUG, "CDVDDemuxFFmpeg::Read() fetching extradata, extradata_size(%d)", st->codec->extradata_size);
  365. ^
  366. DVDDemuxFFmpeg.cpp:1743:99: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  367. DVDDemuxFFmpeg.cpp:1744:20: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  368. memcpy(st->codec->extradata, pkt->data, st->codec->extradata_size);
  369. ^
  370. DVDDemuxFFmpeg.cpp:1744:20: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  371. DVDDemuxFFmpeg.cpp:1744:53: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  372. memcpy(st->codec->extradata, pkt->data, st->codec->extradata_size);
  373. ^
  374. DVDDemuxFFmpeg.cpp:1744:53: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  375. DVDDemuxFFmpeg.cpp:1745:20: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  376. memset(st->codec->extradata + i, 0, FF_INPUT_BUFFER_PADDING_SIZE);
  377. ^
  378. DVDDemuxFFmpeg.cpp:1745:20: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  379. DVDDemuxFFmpeg.cpp:1749:13: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  380. st->codec->extradata_size = 0;
  381. ^
  382. DVDDemuxFFmpeg.cpp:1749:13: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  383. DVDDemuxFFmpeg.cpp:1755:11: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  384. if (st->codec->codec_type == AVMEDIA_TYPE_VIDEO && st->codec->extradata &&
  385. ^
  386. DVDDemuxFFmpeg.cpp:1755:11: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  387. DVDDemuxFFmpeg.cpp:1755:58: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  388. if (st->codec->codec_type == AVMEDIA_TYPE_VIDEO && st->codec->extradata &&
  389. ^
  390. DVDDemuxFFmpeg.cpp:1755:58: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  391. DVDDemuxFFmpeg.cpp:1756:13: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  392. (!st->codec->width || st->codec->pix_fmt == AV_PIX_FMT_NONE))
  393. ^
  394. DVDDemuxFFmpeg.cpp:1756:13: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  395. DVDDemuxFFmpeg.cpp:1756:33: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  396. (!st->codec->width || st->codec->pix_fmt == AV_PIX_FMT_NONE))
  397. ^
  398. DVDDemuxFFmpeg.cpp:1756:33: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  399. DVDDemuxFFmpeg.cpp:1759:14: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  400. if (!st->codec->codec)
  401. ^
  402. DVDDemuxFFmpeg.cpp:1759:14: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  403. DVDDemuxFFmpeg.cpp:1763:40: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  404. codec = avcodec_find_decoder(st->codec->codec_id);
  405. ^
  406. DVDDemuxFFmpeg.cpp:1763:40: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  407. DVDDemuxFFmpeg.cpp:1767:35: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  408. int res = avcodec_open2(st->codec, codec, &thread_opt);
  409. ^
  410. DVDDemuxFFmpeg.cpp:1767:35: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  411. DVDDemuxFFmpeg.cpp:1775:9: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  412. st->codec->skip_idct = AVDISCARD_ALL;
  413. ^
  414. DVDDemuxFFmpeg.cpp:1775:9: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  415. DVDDemuxFFmpeg.cpp:1778:9: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  416. st->codec->skip_loop_filter = AVDISCARD_ALL;
  417. ^
  418. DVDDemuxFFmpeg.cpp:1778:9: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  419. DVDDemuxFFmpeg.cpp:1789:5: warning: 'int avcodec_decode_video2(AVCodecContext*, AVFrame*, int*, const AVPacket*)' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavcodec/avcodec.h:4753) [-Wdeprecated-declarations]
  420. avcodec_decode_video2(st->codec, &picture, &got_picture, pkt);
  421. ^
  422. DVDDemuxFFmpeg.cpp:1789:31: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  423. avcodec_decode_video2(st->codec, &picture, &got_picture, pkt);
  424. ^
  425. DVDDemuxFFmpeg.cpp:1789:31: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  426. DVDDemuxFFmpeg.cpp:1789:65: warning: 'int avcodec_decode_video2(AVCodecContext*, AVFrame*, int*, const AVPacket*)' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavcodec/avcodec.h:4753) [-Wdeprecated-declarations]
  427. avcodec_decode_video2(st->codec, &picture, &got_picture, pkt);
  428. ^
  429. DVDDemuxFFmpeg.cpp: In member function 'bool CDVDDemuxFFmpeg::IsVideoReady()':
  430. DVDDemuxFFmpeg.cpp:1811:15: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  431. if (st->codec->codec_type == AVMEDIA_TYPE_VIDEO)
  432. ^
  433. DVDDemuxFFmpeg.cpp:1811:15: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  434. DVDDemuxFFmpeg.cpp:1813:17: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  435. if (st->codec->width && st->codec->pix_fmt != AV_PIX_FMT_NONE)
  436. ^
  437. DVDDemuxFFmpeg.cpp:1813:17: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  438. DVDDemuxFFmpeg.cpp:1813:37: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  439. if (st->codec->width && st->codec->pix_fmt != AV_PIX_FMT_NONE)
  440. ^
  441. DVDDemuxFFmpeg.cpp:1813:37: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  442. DVDDemuxFFmpeg.cpp:1824:15: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  443. if (st->codec->codec_type == AVMEDIA_TYPE_VIDEO)
  444. ^
  445. DVDDemuxFFmpeg.cpp:1824:15: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  446. DVDDemuxFFmpeg.cpp:1826:17: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  447. if (st->codec->width && st->codec->pix_fmt != AV_PIX_FMT_NONE)
  448. ^
  449. DVDDemuxFFmpeg.cpp:1826:17: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  450. DVDDemuxFFmpeg.cpp:1826:37: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  451. if (st->codec->width && st->codec->pix_fmt != AV_PIX_FMT_NONE)
  452. ^
  453. DVDDemuxFFmpeg.cpp:1826:37: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  454. DVDDemuxFFmpeg.cpp: In member function 'void CDVDDemuxFFmpeg::ResetVideoStreams()':
  455. DVDDemuxFFmpeg.cpp:1841:13: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  456. if (st->codec->codec_type == AVMEDIA_TYPE_VIDEO)
  457. ^
  458. DVDDemuxFFmpeg.cpp:1841:13: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  459. DVDDemuxFFmpeg.cpp:1843:21: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  460. av_freep(&st->codec->extradata);
  461. ^
  462. DVDDemuxFFmpeg.cpp:1843:21: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  463. DVDDemuxFFmpeg.cpp:1844:11: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  464. st->codec->extradata_size = 0;
  465. ^
  466. DVDDemuxFFmpeg.cpp:1844:11: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  467. DVDDemuxFFmpeg.cpp:1845:11: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  468. st->codec->width = 0;
  469. ^
  470. DVDDemuxFFmpeg.cpp:1845:11: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  471. CPP xbmc/cores/VideoPlayer/DVDDemuxers/DVDDemuxClient.o
  472. CPP xbmc/cores/VideoPlayer/DVDDemuxers/DVDDemuxUtils.o
  473. CPP xbmc/cores/VideoPlayer/DVDDemuxers/DVDDemuxVobsub.o
  474. CPP xbmc/cores/VideoPlayer/DVDDemuxers/DVDDemuxCC.o
  475. CPP xbmc/cores/VideoPlayer/DVDDemuxers/DVDFactoryDemuxer.o
  476. AR xbmc/cores/VideoPlayer/DVDDemuxers/DVDDemuxers.a
  477. CPP xbmc/cores/VideoPlayer/DVDInputStreams/DVDFactoryInputStream.o
  478. CPP xbmc/cores/VideoPlayer/DVDInputStreams/DVDInputStream.o
  479. CPP xbmc/cores/VideoPlayer/DVDInputStreams/DVDInputStreamBluray.o
  480. CPP xbmc/cores/VideoPlayer/DVDInputStreams/DVDInputStreamFFmpeg.o
  481. CPP xbmc/cores/VideoPlayer/DVDInputStreams/DVDInputStreamFile.o
  482. CPP xbmc/cores/VideoPlayer/DVDInputStreams/DVDInputStreamMemory.o
  483. CPP xbmc/cores/VideoPlayer/DVDInputStreams/DVDInputStreamNavigator.o
  484. CPP xbmc/cores/VideoPlayer/DVDInputStreams/DVDInputStreamPVRManager.o
  485. CPP xbmc/cores/VideoPlayer/DVDInputStreams/DVDInputStreamStack.o
  486. CPP xbmc/cores/VideoPlayer/DVDInputStreams/InputStreamAddon.o
  487. CPP xbmc/cores/VideoPlayer/DVDInputStreams/InputStreamMultiSource.o
  488. CPP xbmc/cores/VideoPlayer/DVDInputStreams/DVDStateSerializer.o
  489. AR xbmc/cores/VideoPlayer/DVDInputStreams/DVDInputStreams.a
  490. CPP xbmc/cores/VideoPlayer/DVDSubtitles/DVDFactorySubtitle.o
  491. CPP xbmc/cores/VideoPlayer/DVDSubtitles/DVDSubtitleLineCollection.o
  492. CPP xbmc/cores/VideoPlayer/DVDSubtitles/DVDSubtitleParserMicroDVD.o
  493. CPP xbmc/cores/VideoPlayer/DVDSubtitles/DVDSubtitleParserMPL2.o
  494. CPP xbmc/cores/VideoPlayer/DVDSubtitles/DVDSubtitleParserSami.o
  495. CPP xbmc/cores/VideoPlayer/DVDSubtitles/DVDSubtitleParserSSA.o
  496. CPP xbmc/cores/VideoPlayer/DVDSubtitles/DVDSubtitleParserSubrip.o
  497. CPP xbmc/cores/VideoPlayer/DVDSubtitles/DVDSubtitleParserVplayer.o
  498. CPP xbmc/cores/VideoPlayer/DVDSubtitles/DVDSubtitleTagMicroDVD.o
  499. CPP xbmc/cores/VideoPlayer/DVDSubtitles/DVDSubtitleTagSami.o
  500. CPP xbmc/cores/VideoPlayer/DVDSubtitles/DVDSubtitlesLibass.o
  501. CPP xbmc/cores/VideoPlayer/DVDSubtitles/DVDSubtitleStream.o
  502. AR xbmc/cores/VideoPlayer/DVDSubtitles/DVDSubtitles.a
  503. CPP xbmc/cores/VideoPlayer/Process/ProcessInfo.o
  504. AR xbmc/cores/VideoPlayer/Process/Process.a
  505. CPP xbmc/addons/Addon.o
  506. CPP xbmc/addons/AddonBuilder.o
  507. CPP xbmc/addons/BinaryAddonCache.o
  508. CPP xbmc/addons/AddonDatabase.o
  509. CPP xbmc/addons/AddonInstaller.o
  510. CPP xbmc/addons/AddonManager.o
  511. CPP xbmc/addons/AddonStatusHandler.o
  512. CPP xbmc/addons/AddonSystemSettings.o
  513. CPP xbmc/addons/AddonVersion.o
  514. CPP xbmc/addons/AudioEncoder.o
  515. CPP xbmc/addons/ContextMenuAddon.o
  516. CPP xbmc/addons/ContextMenus.o
  517. CPP xbmc/addons/AudioDecoder.o
  518. CPP xbmc/addons/GUIDialogAddonInfo.o
  519. CPP xbmc/addons/GUIDialogAddonSettings.o
  520. CPP xbmc/addons/GUIViewStateAddonBrowser.o
  521. CPP xbmc/addons/GUIWindowAddonBrowser.o
  522. CPP xbmc/addons/ImageResource.o
  523. CPP xbmc/addons/InputStream.o
  524. CPP xbmc/addons/LanguageResource.o
  525. CPP xbmc/addons/PluginSource.o
  526. CPP xbmc/addons/PVRClient.o
  527. CPP xbmc/addons/Repository.o
  528. CPP xbmc/addons/RepositoryUpdater.o
  529. CPP xbmc/addons/Scraper.o
  530. CPP xbmc/addons/ScreenSaver.o
  531. CPP xbmc/addons/Service.o
  532. CPP xbmc/addons/Skin.o
  533. CPP xbmc/addons/UISoundsResource.o
  534. CPP xbmc/addons/Visualisation.o
  535. CPP xbmc/addons/Webinterface.o
  536. AR xbmc/addons/addons.a
  537. CPP xbmc/addons/binary/interfaces/AddonInterfaces.o
  538. AR xbmc/addons/binary/interfaces/addon-interfaces.a
  539. CPP xbmc/addons/binary/interfaces/api1/Addon/AddonCallbacksAddon.o
  540. AR xbmc/addons/binary/interfaces/api1/Addon/addon-callbacks-addon.a
  541. CPP xbmc/addons/binary/interfaces/api1/AudioDSP/AddonCallbacksAudioDSP.o
  542. AR xbmc/addons/binary/interfaces/api1/AudioDSP/addon-callbacks-audiodsp.a
  543. CPP xbmc/addons/binary/interfaces/api1/AudioEngine/AddonCallbacksAudioEngine.o
  544. AR xbmc/addons/binary/interfaces/api1/AudioEngine/addon-callbacks-audioengine.a
  545. CPP xbmc/addons/binary/interfaces/api1/Codec/AddonCallbacksCodec.o
  546. AR xbmc/addons/binary/interfaces/api1/Codec/addon-callbacks-codec.a
  547. CPP xbmc/addons/binary/interfaces/api1/GUI/AddonCallbacksGUI.o
  548. CPP xbmc/addons/binary/interfaces/api1/GUI/AddonGUIRenderingControl.o
  549. CPP xbmc/addons/binary/interfaces/api1/GUI/AddonGUIWindow.o
  550. AR xbmc/addons/binary/interfaces/api1/GUI/addon-callbacks-gui.a
  551. CPP xbmc/addons/binary/interfaces/api1/InputStream/AddonCallbacksInputStream.o
  552. AR xbmc/addons/binary/interfaces/api1/InputStream/addon-callbacks-inputstream.a
  553. CPP xbmc/addons/binary/interfaces/api1/Peripheral/AddonCallbacksPeripheral.o
  554. AR xbmc/addons/binary/interfaces/api1/Peripheral/addon-callbacks-peripheral.a
  555. CPP xbmc/addons/binary/interfaces/api1/PVR/AddonCallbacksPVR.o
  556. AddonCallbacksPVR.cpp: In static member function 'static void V1::KodiAPI::PVR::CAddonCallbacksPVR::PVREpgEventStateChange(void*, EPG_TAG*, unsigned int, EPG_EVENT_STATE)':
  557. AddonCallbacksPVR.cpp:408:119: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'std::vector<V1::KodiAPI::PVR::EpgEventStateChange>::size_type {aka unsigned int}' [-Wformat=]
  558. CLog::Log(LOGNOTICE, "PVR - %s - processing %ld queued epg event changes.", __FUNCTION__, queuedChanges.size());
  559. ^
  560. AR xbmc/addons/binary/interfaces/api1/PVR/addon-callbacks-pvr.a
  561. CC xbmc/contrib/kissfft/kiss_fft.o
  562. CC xbmc/contrib/kissfft/kiss_fftr.o
  563. AR xbmc/contrib/kissfft/kissfft.a
  564. CPP xbmc/cores/AudioEngine/AEFactory.o
  565. CPP xbmc/cores/AudioEngine/AESinkFactory.o
  566. CPP xbmc/cores/AudioEngine/Sinks/AESinkNULL.o
  567. CPP xbmc/cores/AudioEngine/Sinks/AESinkPi.o
  568. CPP xbmc/cores/AudioEngine/AEResampleFactory.o
  569. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAE.o
  570. Engines/ActiveAE/ActiveAE.cpp: In member function 'void ActiveAE::CActiveAE::StateMachine(int, Actor::Protocol*, Actor::Message*)':
  571. Engines/ActiveAE/ActiveAE.cpp:578:129: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'std::queue<long int>::size_type {aka unsigned int}' [-Wformat=]
  572. CLog::Log(LOGWARNING,"CActiveAE - received %ld device change events within one second", m_extLastDeviceChange.size());
  573. ^
  574. Engines/ActiveAE/ActiveAE.cpp: In member function 'virtual IAESound* ActiveAE::CActiveAE::MakeSound(const string&)':
  575. Engines/ActiveAE/ActiveAE.cpp:2988:38: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  576. dec_ctx = fmt_ctx->streams[0]->codec;
  577. ^
  578. Engines/ActiveAE/ActiveAE.cpp:2988:38: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  579. Engines/ActiveAE/ActiveAE.cpp:3028:13: warning: 'int avcodec_decode_audio4(AVCodecContext*, AVFrame*, int*, const AVPacket*)' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavcodec/avcodec.h:4704) [-Wdeprecated-declarations]
  580. len = avcodec_decode_audio4(dec_ctx, decoded_frame, &got_frame, &avpkt);
  581. ^
  582. Engines/ActiveAE/ActiveAE.cpp:3028:77: warning: 'int avcodec_decode_audio4(AVCodecContext*, AVFrame*, int*, const AVPacket*)' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavcodec/avcodec.h:4704) [-Wdeprecated-declarations]
  583. len = avcodec_decode_audio4(dec_ctx, decoded_frame, &got_frame, &avpkt);
  584. ^
  585. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAESink.o
  586. Engines/ActiveAE/ActiveAESink.cpp: In member function 'void ActiveAE::CActiveAESink::EnumerateSinkList(bool)':
  587. Engines/ActiveAE/ActiveAESink.cpp:669:75: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'std::vector<AESinkInfo>::size_type {aka unsigned int}' [-Wformat=]
  588. CLog::Log(LOGNOTICE, "Found %lu Lists of Devices", m_sinkInfoList.size());
  589. ^
  590. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAEStream.o
  591. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAESound.o
  592. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAEResampleFFMPEG.o
  593. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAEResamplePi.o
  594. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAEBuffer.o
  595. CPP xbmc/cores/AudioEngine/Sinks/AESinkAUDIOTRACK.o
  596. Sinks/AESinkAUDIOTRACK.cpp: In member function 'virtual void CAESinkAUDIOTRACK::GetDelay(AEDelayStatus&)':
  597. Sinks/AESinkAUDIOTRACK.cpp:538:18: warning: unused variable 'differencehead' [-Wunused-variable]
  598. unsigned int differencehead = normHead_pos - m_lastPlaybackHeadPosition;
  599. ^
  600. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/AudioDSPAddons/ActiveAEDSP.o
  601. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/AudioDSPAddons/ActiveAEDSPMode.o
  602. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/AudioDSPAddons/ActiveAEDSPAddon.o
  603. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/AudioDSPAddons/ActiveAEDSPDatabase.o
  604. CPP xbmc/cores/AudioEngine/Engines/ActiveAE/AudioDSPAddons/ActiveAEDSPProcess.o
  605. CPP xbmc/cores/AudioEngine/Utils/AEChannelInfo.o
  606. CPP xbmc/cores/AudioEngine/Utils/AEBuffer.o
  607. CPP xbmc/cores/AudioEngine/Utils/AEUtil.o
  608. CPP xbmc/cores/AudioEngine/Utils/AEStreamInfo.o
  609. CPP xbmc/cores/AudioEngine/Utils/AEPackIEC61937.o
  610. CPP xbmc/cores/AudioEngine/Utils/AEBitstreamPacker.o
  611. CPP xbmc/cores/AudioEngine/Utils/AEELDParser.o
  612. CPP xbmc/cores/AudioEngine/Utils/AEDeviceInfo.o
  613. CPP xbmc/cores/AudioEngine/Utils/AELimiter.o
  614. CPP xbmc/cores/AudioEngine/Encoders/AEEncoderFFmpeg.o
  615. Encoders/AEEncoderFFmpeg.cpp: In member function 'virtual int CAEEncoderFFmpeg::Encode(uint8_t*, int, uint8_t*, int)':
  616. Encoders/AEEncoderFFmpeg.cpp:287:13: warning: 'int avcodec_encode_audio2(AVCodecContext*, AVPacket*, const AVFrame*, int*)' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavcodec/avcodec.h:5222) [-Wdeprecated-declarations]
  617. int ret = avcodec_encode_audio2(m_CodecCtx, &m_Pkt, frame, &got_output);
  618. ^
  619. Encoders/AEEncoderFFmpeg.cpp:287:73: warning: 'int avcodec_encode_audio2(AVCodecContext*, AVPacket*, const AVFrame*, int*)' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavcodec/avcodec.h:5222) [-Wdeprecated-declarations]
  620. int ret = avcodec_encode_audio2(m_CodecCtx, &m_Pkt, frame, &got_output);
  621. ^
  622. AR xbmc/cores/AudioEngine/audioengine.a
  623. CPP xbmc/cores/ExternalPlayer/ExternalPlayer.o
  624. AR xbmc/cores/ExternalPlayer/ExternalPlayer.a
  625. CPP xbmc/cores/VideoPlayer/VideoRenderers/BaseRenderer.o
  626. CPP xbmc/cores/VideoPlayer/VideoRenderers/ColorManager.o
  627. ColorManager.cpp: In member function 'bool CColorManager::Probe3dLut(std::string)':
  628. ColorManager.cpp:246:60: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  629. if (lutFile.Read(&header, sizeof(header)) < sizeof(header))
  630. ^
  631. ColorManager.cpp: In member function 'bool CColorManager::Load3dLut(std::string, uint16_t**, int*)':
  632. ColorManager.cpp:285:60: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  633. if (lutFile.Read(&header, sizeof(header)) < sizeof(header))
  634. ^
  635. CPP xbmc/cores/VideoPlayer/VideoRenderers/OverlayRenderer.o
  636. CPP xbmc/cores/VideoPlayer/VideoRenderers/OverlayRendererUtil.o
  637. CPP xbmc/cores/VideoPlayer/VideoRenderers/OverlayRendererGUI.o
  638. CPP xbmc/cores/VideoPlayer/VideoRenderers/RenderCapture.o
  639. CPP xbmc/cores/VideoPlayer/VideoRenderers/RenderManager.o
  640. CPP xbmc/cores/VideoPlayer/VideoRenderers/RenderFlags.o
  641. CPP xbmc/cores/VideoPlayer/VideoRenderers/DebugRenderer.o
  642. CPP xbmc/cores/VideoPlayer/VideoRenderers/LinuxRendererGLES.o
  643. LinuxRendererGLES.cpp: In member function 'virtual void CLinuxRendererGLES::LoadShaders(int)':
  644. LinuxRendererGLES.cpp:626:28: warning: the address of 'GLuint glCreateProgram()' will always evaluate as 'true' [-Waddress]
  645. if (glCreateProgram)
  646. ^
  647. CPP xbmc/cores/VideoPlayer/VideoRenderers/OverlayRendererGL.o
  648. OverlayRendererGL.cpp: In function 'void LoadTexture(GLenum, GLsizei, GLsizei, GLsizei, GLfloat*, GLfloat*, bool, const GLvoid*)':
  649. OverlayRendererGL.cpp:94:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  650. for (unsigned int i = 0; i < width; i++, src+=4, dst+=4)
  651. ^
  652. CPP xbmc/cores/VideoPlayer/VideoRenderers/FrameBufferObject.o
  653. CC xbmc/cores/VideoPlayer/VideoRenderers/yuv2rgb.neon.o
  654. AR xbmc/cores/VideoPlayer/VideoRenderers/VideoRenderer.a
  655. CPP xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/YUV2RGBShader.o
  656. CPP xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/VideoFilterShader.o
  657. CPP xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/ConvolutionKernels.o
  658. CPP xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/GLSLOutput.o
  659. AR xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/VideoShaders.a
  660. CPP xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/RendererVTBGLES.o
  661. CPP xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/RendererIMX.o
  662. CPP xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/RendererOpenMax.o
  663. CPP xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/RendererMediaCodec.o
  664. CPP xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/RendererMediaCodecSurface.o
  665. AR xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/HwDecRender.a
  666. CPP xbmc/cores/FFmpeg.o
  667. FFmpeg.cpp: In function 'void ff_avutil_log(void*, int, const char*, va_list)':
  668. FFmpeg.cpp:145:69: warning: format '%lX' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t {aka unsigned int}' [-Wformat=]
  669. std::string prefix = StringUtils::Format("ffmpeg[%lX]: ", threadId);
  670. ^
  671. CPP xbmc/cores/DataCacheCore.o
  672. AR xbmc/cores/cores.a
  673. CPP xbmc/cores/paplayer/AudioDecoder.o
  674. CPP xbmc/cores/paplayer/CodecFactory.o
  675. CPP xbmc/cores/paplayer/VideoPlayerCodec.o
  676. CPP xbmc/cores/paplayer/PAPlayer.o
  677. AR xbmc/cores/paplayer/paplayer.a
  678. CPP xbmc/cores/playercorefactory/PlayerCoreFactory.o
  679. CPP xbmc/cores/playercorefactory/PlayerSelectionRule.o
  680. AR xbmc/cores/playercorefactory/playercorefactory.a
  681. CPP xbmc/dbwrappers/Database.o
  682. CPP xbmc/dbwrappers/DatabaseQuery.o
  683. CPP xbmc/dbwrappers/dataset.o
  684. CPP xbmc/dbwrappers/mysqldataset.o
  685. CPP xbmc/dbwrappers/qry_dat.o
  686. CPP xbmc/dbwrappers/sqlitedataset.o
  687. AR xbmc/dbwrappers/dbwrappers.a
  688. CPP xbmc/dialogs/GUIDialogBoxBase.o
  689. CPP xbmc/dialogs/GUIDialogBusy.o
  690. CPP xbmc/dialogs/GUIDialogButtonMenu.o
  691. CPP xbmc/dialogs/GUIDialogCache.o
  692. CPP xbmc/dialogs/GUIDialogContextMenu.o
  693. CPP xbmc/dialogs/GUIDialogExtendedProgressBar.o
  694. CPP xbmc/dialogs/GUIDialogFavourites.o
  695. CPP xbmc/dialogs/GUIDialogFileBrowser.o
  696. CPP xbmc/dialogs/GUIDialogGamepad.o
  697. CPP xbmc/dialogs/GUIDialogKaiToast.o
  698. CPP xbmc/dialogs/GUIDialogKeyboardGeneric.o
  699. CPP xbmc/dialogs/GUIDialogKeyboardTouch.o
  700. CPP xbmc/dialogs/GUIDialogMediaFilter.o
  701. CPP xbmc/dialogs/GUIDialogMediaSource.o
  702. CPP xbmc/dialogs/GUIDialogNumeric.o
  703. CPP xbmc/dialogs/GUIDialogOK.o
  704. CPP xbmc/dialogs/GUIDialogPlayEject.o
  705. CPP xbmc/dialogs/GUIDialogPlayerControls.o
  706. CPP xbmc/dialogs/GUIDialogProgress.o
  707. CPP xbmc/dialogs/GUIDialogSeekBar.o
  708. CPP xbmc/dialogs/GUIDialogSelect.o
  709. CPP xbmc/dialogs/GUIDialogSimpleMenu.o
  710. CPP xbmc/dialogs/GUIDialogSlider.o
  711. CPP xbmc/dialogs/GUIDialogSmartPlaylistEditor.o
  712. CPP xbmc/dialogs/GUIDialogSmartPlaylistRule.o
  713. CPP xbmc/dialogs/GUIDialogSubMenu.o
  714. CPP xbmc/dialogs/GUIDialogTextViewer.o
  715. CPP xbmc/dialogs/GUIDialogVolumeBar.o
  716. CPP xbmc/dialogs/GUIDialogYesNo.o
  717. AR xbmc/dialogs/dialogs.a
  718. CPP xbmc/epg/EpgInfoTag.o
  719. CPP xbmc/epg/EpgSearchFilter.o
  720. CPP xbmc/epg/Epg.o
  721. CPP xbmc/epg/EpgContainer.o
  722. CPP xbmc/epg/EpgDatabase.o
  723. CPP xbmc/epg/GUIEPGGridContainer.o
  724. CPP xbmc/epg/GUIEPGGridContainerModel.o
  725. AR xbmc/epg/epg.a
  726. CPP xbmc/events/AddonEvent.o
  727. CPP xbmc/events/AddonManagementEvent.o
  728. CPP xbmc/events/BaseEvent.o
  729. CPP xbmc/events/EventLog.o
  730. CPP xbmc/events/MediaLibraryEvent.o
  731. CPP xbmc/events/windows/GUIViewStateEventLog.o
  732. CPP xbmc/events/windows/GUIWindowEventLog.o
  733. AR xbmc/events/events.a
  734. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNode.o
  735. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeAlbum.o
  736. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeAlbumCompilations.o
  737. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeAlbumCompilationsSongs.o
  738. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeAlbumRecentlyAdded.o
  739. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeAlbumRecentlyAddedSong.o
  740. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeAlbumRecentlyPlayed.o
  741. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeAlbumRecentlyPlayedSong.o
  742. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeAlbumTop100.o
  743. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeAlbumTop100Song.o
  744. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeArtist.o
  745. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeGrouped.o
  746. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeOverview.o
  747. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeRoot.o
  748. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeSingles.o
  749. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeSong.o
  750. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeSongTop100.o
  751. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeTop100.o
  752. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeYearAlbum.o
  753. CPP xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeYearSong.o
  754. CPP xbmc/filesystem/MusicDatabaseDirectory/QueryParams.o
  755. AR xbmc/filesystem/MusicDatabaseDirectory/musicdatabasedirectory.a
  756. CPP xbmc/filesystem/VideoDatabaseDirectory/DirectoryNode.o
  757. CPP xbmc/filesystem/VideoDatabaseDirectory/DirectoryNodeEpisodes.o
  758. CPP xbmc/filesystem/VideoDatabaseDirectory/DirectoryNodeGrouped.o
  759. CPP xbmc/filesystem/VideoDatabaseDirectory/DirectoryNodeInProgressTvShows.o
  760. CPP xbmc/filesystem/VideoDatabaseDirectory/DirectoryNodeMoviesOverview.o
  761. CPP xbmc/filesystem/VideoDatabaseDirectory/DirectoryNodeMusicVideosOverview.o
  762. CPP xbmc/filesystem/VideoDatabaseDirectory/DirectoryNodeOverview.o
  763. CPP xbmc/filesystem/VideoDatabaseDirectory/DirectoryNodeRecentlyAddedEpisodes.o
  764. CPP xbmc/filesystem/VideoDatabaseDirectory/DirectoryNodeRecentlyAddedMovies.o
  765. CPP xbmc/filesystem/VideoDatabaseDirectory/DirectoryNodeRecentlyAddedMusicVideos.o
  766. CPP xbmc/filesystem/VideoDatabaseDirectory/DirectoryNodeRoot.o
  767. CPP xbmc/filesystem/VideoDatabaseDirectory/DirectoryNodeSeasons.o
  768. CPP xbmc/filesystem/VideoDatabaseDirectory/DirectoryNodeTitleMovies.o
  769. CPP xbmc/filesystem/VideoDatabaseDirectory/DirectoryNodeTitleMusicVideos.o
  770. CPP xbmc/filesystem/VideoDatabaseDirectory/DirectoryNodeTitleTvShows.o
  771. CPP xbmc/filesystem/VideoDatabaseDirectory/DirectoryNodeTvShowsOverview.o
  772. CPP xbmc/filesystem/VideoDatabaseDirectory/QueryParams.o
  773. AR xbmc/filesystem/VideoDatabaseDirectory/videodatabasedirectory.a
  774. CPP xbmc/filesystem/AddonsDirectory.o
  775. CPP xbmc/filesystem/CacheStrategy.o
  776. CPP xbmc/filesystem/CircularCache.o
  777. CPP xbmc/filesystem/CDDADirectory.o
  778. CPP xbmc/filesystem/CDDAFile.o
  779. CPP xbmc/filesystem/CurlFile.o
  780. CPP xbmc/filesystem/DAVCommon.o
  781. CPP xbmc/filesystem/DAVDirectory.o
  782. CPP xbmc/filesystem/DAVFile.o
  783. CPP xbmc/filesystem/Directory.o
  784. CPP xbmc/filesystem/DirectoryCache.o
  785. CPP xbmc/filesystem/DirectoryFactory.o
  786. CPP xbmc/filesystem/DirectoryHistory.o
  787. CPP xbmc/filesystem/DllLibCurl.o
  788. CPP xbmc/filesystem/EventsDirectory.o
  789. CPP xbmc/filesystem/FavouritesDirectory.o
  790. CPP xbmc/filesystem/File.o
  791. CPP xbmc/filesystem/FileCache.o
  792. CPP xbmc/filesystem/FileDirectoryFactory.o
  793. CPP xbmc/filesystem/FileFactory.o
  794. CPP xbmc/filesystem/FTPDirectory.o
  795. CPP xbmc/filesystem/FTPParse.o
  796. CPP xbmc/filesystem/HTTPDirectory.o
  797. CPP xbmc/filesystem/IDirectory.o
  798. CPP xbmc/filesystem/IFile.o
  799. CPP xbmc/filesystem/ImageFile.o
  800. CPP xbmc/filesystem/iso9660.o
  801. CPP xbmc/filesystem/ISO9660Directory.o
  802. CPP xbmc/filesystem/ISOFile.o
  803. CPP xbmc/filesystem/LibraryDirectory.o
  804. CPP xbmc/filesystem/MultiPathDirectory.o
  805. CPP xbmc/filesystem/MultiPathFile.o
  806. CPP xbmc/filesystem/MusicDatabaseDirectory.o
  807. CPP xbmc/filesystem/MusicDatabaseFile.o
  808. CPP xbmc/filesystem/MusicFileDirectory.o
  809. CPP xbmc/filesystem/MusicSearchDirectory.o
  810. CPP xbmc/filesystem/OverrideDirectory.o
  811. CPP xbmc/filesystem/OverrideFile.o
  812. CPP xbmc/filesystem/PlaylistDirectory.o
  813. CPP xbmc/filesystem/PlaylistFileDirectory.o
  814. CPP xbmc/filesystem/PipeFile.o
  815. CPP xbmc/filesystem/PipesManager.o
  816. CPP xbmc/filesystem/PluginDirectory.o
  817. CPP xbmc/filesystem/posix/PosixDirectory.o
  818. CPP xbmc/filesystem/posix/PosixFile.o
  819. CPP xbmc/filesystem/PVRDirectory.o
  820. CPP xbmc/filesystem/ResourceDirectory.o
  821. CPP xbmc/filesystem/ResourceFile.o
  822. CPP xbmc/filesystem/RSSDirectory.o
  823. CPP xbmc/filesystem/SFTPDirectory.o
  824. CPP xbmc/filesystem/SFTPFile.o
  825. CPP xbmc/filesystem/ShoutcastFile.o
  826. CPP xbmc/filesystem/SmartPlaylistDirectory.o
  827. CPP xbmc/filesystem/SourcesDirectory.o
  828. CPP xbmc/filesystem/SpecialProtocol.o
  829. CPP xbmc/filesystem/SpecialProtocolDirectory.o
  830. CPP xbmc/filesystem/SpecialProtocolFile.o
  831. CPP xbmc/filesystem/StackDirectory.o
  832. CPP xbmc/filesystem/udf25.o
  833. CPP xbmc/filesystem/UDFDirectory.o
  834. CPP xbmc/filesystem/UDFFile.o
  835. CPP xbmc/filesystem/VideoDatabaseDirectory.o
  836. CPP xbmc/filesystem/VirtualDirectory.o
  837. CPP xbmc/filesystem/XbtDirectory.o
  838. CPP xbmc/filesystem/XbtFile.o
  839. CPP xbmc/filesystem/XbtManager.o
  840. CPP xbmc/filesystem/ZeroconfDirectory.o
  841. CPP xbmc/filesystem/ZipDirectory.o
  842. CPP xbmc/filesystem/ZipFile.o
  843. ZipFile.cpp: In member function 'virtual int64_t XFILE::CZipFile::Seek(int64_t, int)':
  844. ZipFile.cpp:199:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  845. if (Read(buf.get(),iToRead) != iToRead)
  846. ^
  847. ZipFile.cpp:218:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  848. if (Read(buf.get(), iToRead) != iToRead)
  849. ^
  850. ZipFile.cpp:231:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  851. if (Read(buf.get(), iToRead) != iToRead)
  852. ^
  853. CPP xbmc/filesystem/ZipManager.o
  854. CPP xbmc/filesystem/APKDirectory.o
  855. CPP xbmc/filesystem/APKFile.o
  856. CPP xbmc/filesystem/AndroidAppFile.o
  857. CPP xbmc/filesystem/AndroidAppDirectory.o
  858. CPP xbmc/filesystem/RarFile.o
  859. CPP xbmc/filesystem/RarDirectory.o
  860. CPP xbmc/filesystem/RarManager.o
  861. CPP xbmc/filesystem/SMBFile.o
  862. CPP xbmc/filesystem/SMBDirectory.o
  863. CPP xbmc/filesystem/NFSFile.o
  864. CPP xbmc/filesystem/NFSDirectory.o
  865. CPP xbmc/filesystem/BlurayDirectory.o
  866. CPP xbmc/filesystem/BlurayFile.o
  867. CPP xbmc/filesystem/NptXbmcFile.o
  868. CPP xbmc/filesystem/UPnPDirectory.o
  869. CPP xbmc/filesystem/UPnPFile.o
  870. AR xbmc/filesystem/filesystem.a
  871. CPP xbmc/games/controllers/Controller.o
  872. CPP xbmc/games/controllers/ControllerFeature.o
  873. CPP xbmc/games/controllers/ControllerLayout.o
  874. CPP xbmc/games/controllers/ControllerTranslator.o
  875. AR xbmc/games/controllers/controllers.a
  876. CPP xbmc/games/controllers/guicontrols/GUIAnalogStickButton.o
  877. CPP xbmc/games/controllers/guicontrols/GUIControllerButton.o
  878. CPP xbmc/games/controllers/guicontrols/GUIFeatureButton.o
  879. CPP xbmc/games/controllers/guicontrols/GUIGameController.o
  880. CPP xbmc/games/controllers/guicontrols/GUIScalarFeatureButton.o
  881. AR xbmc/games/controllers/guicontrols/controllerguicontrols.a
  882. CPP xbmc/games/controllers/windows/GUIConfigurationWizard.o
  883. CPP xbmc/games/controllers/windows/GUIControllerList.o
  884. CPP xbmc/games/controllers/windows/GUIControllerWindow.o
  885. CPP xbmc/games/controllers/windows/GUIFeatureList.o
  886. AR xbmc/games/controllers/windows/controllerwindows.a
  887. CPP xbmc/input/ButtonTranslator.o
  888. CPP xbmc/input/InertialScrollingHandler.o
  889. CPP xbmc/input/InputCodingTableBaiduPY.o
  890. CPP xbmc/input/InputCodingTableBasePY.o
  891. CPP xbmc/input/InputCodingTableFactory.o
  892. CPP xbmc/input/InputCodingTableKorean.o
  893. CPP xbmc/input/KeyboardLayout.o
  894. CPP xbmc/input/KeyboardLayoutManager.o
  895. CPP xbmc/input/KeyboardStat.o
  896. CPP xbmc/input/MouseStat.o
  897. CPP xbmc/input/XBMC_keytable.o
  898. CPP xbmc/input/InputManager.o
  899. CPP xbmc/input/Key.o
  900. AR xbmc/input/input.a
  901. CPP xbmc/interfaces/builtins/AddonBuiltins.o
  902. CPP xbmc/interfaces/builtins/ApplicationBuiltins.o
  903. CPP xbmc/interfaces/builtins/Builtins.o
  904. CPP xbmc/interfaces/builtins/CECBuiltins.o
  905. CPP xbmc/interfaces/builtins/GUIBuiltins.o
  906. CPP xbmc/interfaces/builtins/GUIContainerBuiltins.o
  907. CPP xbmc/interfaces/builtins/GUIControlBuiltins.o
  908. CPP xbmc/interfaces/builtins/LibraryBuiltins.o
  909. CPP xbmc/interfaces/builtins/OpticalBuiltins.o
  910. CPP xbmc/interfaces/builtins/PictureBuiltins.o
  911. CPP xbmc/interfaces/builtins/PlayerBuiltins.o
  912. CPP xbmc/interfaces/builtins/ProfileBuiltins.o
  913. CPP xbmc/interfaces/builtins/PVRBuiltins.o
  914. CPP xbmc/interfaces/builtins/SkinBuiltins.o
  915. CPP xbmc/interfaces/builtins/SystemBuiltins.o
  916. CPP xbmc/interfaces/builtins/WeatherBuiltins.o
  917. CPP xbmc/interfaces/builtins/AndroidBuiltins.o
  918. AR xbmc/interfaces/builtins/builtins.a
  919. CPP xbmc/interfaces/generic/ILanguageInvoker.o
  920. CPP xbmc/interfaces/generic/LanguageInvokerThread.o
  921. CPP xbmc/interfaces/generic/ScriptInvocationManager.o
  922. AR xbmc/interfaces/generic/interfaces-generic.a
  923. CPP xbmc/interfaces/info/InfoBool.o
  924. CPP xbmc/interfaces/info/InfoExpression.o
  925. CPP xbmc/interfaces/info/SkinVariable.o
  926. AR xbmc/interfaces/info/info.a
  927. CPP xbmc/interfaces/AnnouncementManager.o
  928. AR xbmc/interfaces/interfaces.a
  929. CPP xbmc/interfaces/json-rpc/AddonsOperations.o
  930. CPP xbmc/interfaces/json-rpc/ApplicationOperations.o
  931. CPP xbmc/interfaces/json-rpc/AudioLibrary.o
  932. CPP xbmc/interfaces/json-rpc/FavouritesOperations.o
  933. CPP xbmc/interfaces/json-rpc/FileItemHandler.o
  934. CPP xbmc/interfaces/json-rpc/FileOperations.o
  935. CPP xbmc/interfaces/json-rpc/GUIOperations.o
  936. CPP xbmc/interfaces/json-rpc/InputOperations.o
  937. CPP xbmc/interfaces/json-rpc/JSONRPC.o
  938. CPP xbmc/interfaces/json-rpc/JSONServiceDescription.o
  939. CPP xbmc/interfaces/json-rpc/PlayerOperations.o
  940. CPP xbmc/interfaces/json-rpc/PlaylistOperations.o
  941. CPP xbmc/interfaces/json-rpc/ProfilesOperations.o
  942. CPP xbmc/interfaces/json-rpc/PVROperations.o
  943. CPP xbmc/interfaces/json-rpc/SettingsOperations.o
  944. CPP xbmc/interfaces/json-rpc/SystemOperations.o
  945. CPP xbmc/interfaces/json-rpc/TextureOperations.o
  946. CPP xbmc/interfaces/json-rpc/VideoLibrary.o
  947. CPP xbmc/interfaces/json-rpc/XBMCOperations.o
  948. AR xbmc/interfaces/json-rpc/json-rpc.a
  949. CPP xbmc/interfaces/legacy/Addon.o
  950. CPP xbmc/interfaces/legacy/AddonCallback.o
  951. CPP xbmc/interfaces/legacy/AddonClass.o
  952. CPP xbmc/interfaces/legacy/AddonUtils.o
  953. CPP xbmc/interfaces/legacy/CallbackFunction.o
  954. CPP xbmc/interfaces/legacy/CallbackHandler.o
  955. CPP xbmc/interfaces/legacy/Control.o
  956. CPP xbmc/interfaces/legacy/Dialog.o
  957. CPP xbmc/interfaces/legacy/File.o
  958. CPP xbmc/interfaces/legacy/InfoTagMusic.o
  959. CPP xbmc/interfaces/legacy/InfoTagRadioRDS.o
  960. CPP xbmc/interfaces/legacy/InfoTagVideo.o
  961. CPP xbmc/interfaces/legacy/Keyboard.o
  962. CPP xbmc/interfaces/legacy/LanguageHook.o
  963. CPP xbmc/interfaces/legacy/ListItem.o
  964. CPP xbmc/interfaces/legacy/ModuleXbmc.o
  965. CPP xbmc/interfaces/legacy/ModuleXbmcgui.o
  966. CPP xbmc/interfaces/legacy/ModuleXbmcplugin.o
  967. CPP xbmc/interfaces/legacy/ModuleXbmcvfs.o
  968. CPP xbmc/interfaces/legacy/Monitor.o
  969. CPP xbmc/interfaces/legacy/Player.o
  970. CPP xbmc/interfaces/legacy/PlayList.o
  971. CPP xbmc/interfaces/legacy/String.o
  972. CPP xbmc/interfaces/legacy/Window.o
  973. CPP xbmc/interfaces/legacy/WindowDialog.o
  974. CPP xbmc/interfaces/legacy/WindowDialogMixin.o
  975. CPP xbmc/interfaces/legacy/WindowXML.o
  976. AR xbmc/interfaces/legacy/legacy.a
  977. CPP xbmc/interfaces/python/AddonPythonInvoker.o
  978. CPP xbmc/interfaces/python/CallbackHandler.o
  979. CPP xbmc/interfaces/python/ContextItemAddonInvoker.o
  980. CPP xbmc/interfaces/python/LanguageHook.o
  981. CPP xbmc/interfaces/python/PythonInvoker.o
  982. CPP xbmc/interfaces/python/XBPython.o
  983. CPP xbmc/interfaces/python/swig.o
  984. CPP xbmc/interfaces/python/PyContext.o
  985. CPP xbmc/interfaces/python//home/kodidev/kodi-android/xbmc/interfaces/python/generated/AddonModuleXbmc.o
  986. CPP xbmc/interfaces/python//home/kodidev/kodi-android/xbmc/interfaces/python/generated/AddonModuleXbmcgui.o
  987. /home/kodidev/kodi-android/xbmc/interfaces/python/generated/AddonModuleXbmcgui.cpp: In function 'PyObject* PythonBindings::xbmcgui_XBMCAddon_xbmcgui_ControlList_setStaticContent(PythonBindings::PyHolder*, PyObject*, PyObject*)':
  988. /home/kodidev/kodi-android/xbmc/interfaces/python/generated/AddonModuleXbmcgui.cpp:4654:200: warning: 'items' may be used uninitialized in this function [-Wmaybe-uninitialized]
  989. ((XBMCAddon::xbmcgui::ControlList*)retrieveApiInstance((PyObject*)self,&TyXBMCAddon_xbmcgui_ControlList_Type,"setStaticContent","XBMCAddon::xbmcgui::ControlList"))-> setStaticContent( items );
  990. ^
  991. CPP xbmc/interfaces/python//home/kodidev/kodi-android/xbmc/interfaces/python/generated/AddonModuleXbmcplugin.o
  992. CPP xbmc/interfaces/python//home/kodidev/kodi-android/xbmc/interfaces/python/generated/AddonModuleXbmcaddon.o
  993. CPP xbmc/interfaces/python//home/kodidev/kodi-android/xbmc/interfaces/python/generated/AddonModuleXbmcvfs.o
  994. CPP xbmc/interfaces/python//home/kodidev/kodi-android/xbmc/interfaces/python/generated/AddonModuleXbmcwsgi.o
  995. AR xbmc/interfaces/python/python_binding.a
  996. CPP xbmc/listproviders/DirectoryProvider.o
  997. CPP xbmc/listproviders/IListProvider.o
  998. CPP xbmc/listproviders/StaticProvider.o
  999. AR xbmc/listproviders/listproviders.a
  1000. CPP xbmc/platform/posix/MessagePrinter.o
  1001. CPP xbmc/platform/xbmc.o
  1002. CPP xbmc/platform/XbmcContext.o
  1003. AR xbmc/platform/platform.a
  1004. CPP xbmc/media/MediaType.o
  1005. AR xbmc/media/media.a
  1006. CPP xbmc/messaging/ApplicationMessenger.o
  1007. AR xbmc/messaging/messaging.a
  1008. CPP xbmc/messaging/helpers/DialogHelper.o
  1009. AR xbmc/messaging/helpers/messagingHelpers.a
  1010. CPP xbmc/music/dialogs/GUIDialogMusicInfo.o
  1011. CPP xbmc/music/dialogs/GUIDialogMusicOSD.o
  1012. CPP xbmc/music/dialogs/GUIDialogSongInfo.o
  1013. CPP xbmc/music/dialogs/GUIDialogVisualisationPresetList.o
  1014. AR xbmc/music/dialogs/musicdialogs.a
  1015. CPP xbmc/music/infoscanner/MusicAlbumInfo.o
  1016. CPP xbmc/music/infoscanner/MusicArtistInfo.o
  1017. CPP xbmc/music/infoscanner/MusicInfoScanner.o
  1018. CPP xbmc/music/infoscanner/MusicInfoScraper.o
  1019. AR xbmc/music/infoscanner/musicscanner.a
  1020. CPP xbmc/music/Album.o
  1021. CPP xbmc/music/Artist.o
  1022. CPP xbmc/music/ContextMenus.o
  1023. CPP xbmc/music/GUIViewStateMusic.o
  1024. CPP xbmc/music/MusicDatabase.o
  1025. CPP xbmc/music/MusicDbUrl.o
  1026. CPP xbmc/music/MusicInfoLoader.o
  1027. CPP xbmc/music/MusicThumbLoader.o
  1028. CPP xbmc/music/Song.o
  1029. CPP xbmc/music/CueInfoLoader.o
  1030. AR xbmc/music/music.a
  1031. CPP xbmc/music/tags/MusicInfoTag.o
  1032. CPP xbmc/music/tags/MusicInfoTagLoaderCDDA.o
  1033. CPP xbmc/music/tags/MusicInfoTagLoaderDatabase.o
  1034. CPP xbmc/music/tags/MusicInfoTagLoaderFactory.o
  1035. CPP xbmc/music/tags/MusicInfoTagLoaderFFmpeg.o
  1036. CPP xbmc/music/tags/MusicInfoTagLoaderShn.o
  1037. CPP xbmc/music/tags/TagLoaderTagLib.o
  1038. TagLoaderTagLib.cpp: In static member function 'static bool CTagLoaderTagLib::ParseTag(T*, MUSIC_INFO::EmbeddedArt*, MUSIC_INFO::CMusicInfoTag&) [with T = TagLib::Ogg::XiphComment]':
  1039. TagLoaderTagLib.cpp:560:17: warning: unused variable 'pictures' [-Wunused-variable]
  1040. FLAC::Picture pictures[3];
  1041. ^
  1042. CPP xbmc/music/tags/TagLibVFSStream.o
  1043. TagLibVFSStream.cpp: In member function 'virtual void MUSIC_INFO::TagLibVFSStream::insert(const TagLib::ByteVector&, TagLib::ulong, TagLib::ulong)':
  1044. TagLibVFSStream.cpp:184:66: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1045. if (m_file.Write(buffer.data(), buffer.size()) < buffer.size())
  1046. ^
  1047. CPP xbmc/music/tags/ReplayGain.o
  1048. AR xbmc/music/tags/musictags.a
  1049. CPP xbmc/music/windows/GUIWindowMusicBase.o
  1050. CPP xbmc/music/windows/GUIWindowMusicNav.o
  1051. CPP xbmc/music/windows/GUIWindowMusicPlaylist.o
  1052. CPP xbmc/music/windows/GUIWindowMusicPlaylistEditor.o
  1053. CPP xbmc/music/windows/GUIWindowVisualisation.o
  1054. CPP xbmc/music/windows/MusicFileItemListModifier.o
  1055. AR xbmc/music/windows/musicwindows.a
  1056. CPP xbmc/network/dacp/dacp.o
  1057. AR xbmc/network/dacp/dacp.a
  1058. CPP xbmc/network/websocket/WebSocket.o
  1059. CPP xbmc/network/websocket/WebSocketManager.o
  1060. CPP xbmc/network/websocket/WebSocketV8.o
  1061. CPP xbmc/network/websocket/WebSocketV13.o
  1062. AR xbmc/network/websocket/websocket.a
  1063. CPP xbmc/peripherals/addons/AddonButtonMap.o
  1064. CPP xbmc/peripherals/addons/AddonButtonMapping.o
  1065. CPP xbmc/peripherals/addons/AddonInputHandling.o
  1066. CPP xbmc/peripherals/addons/PeripheralAddon.o
  1067. CPP xbmc/peripherals/addons/PeripheralAddonTranslator.o
  1068. AR xbmc/peripherals/addons/peripheral-addons.a
  1069. CPP xbmc/peripherals/bus/PeripheralBus.o
  1070. CPP xbmc/peripherals/bus/virtual/PeripheralBusAddon.o
  1071. CPP xbmc/peripherals/bus/android/AndroidJoystickState.o
  1072. CPP xbmc/peripherals/bus/android/PeripheralBusAndroid.o
  1073. CPP xbmc/peripherals/bus/linux/PeripheralBusUSBLibUSB.o
  1074. AR xbmc/peripherals/bus/peripheral-bus.a
  1075. CPP xbmc/peripherals/devices/Peripheral.o
  1076. CPP xbmc/peripherals/devices/PeripheralBluetooth.o
  1077. CPP xbmc/peripherals/devices/PeripheralDisk.o
  1078. CPP xbmc/peripherals/devices/PeripheralHID.o
  1079. CPP xbmc/peripherals/devices/PeripheralImon.o
  1080. CPP xbmc/peripherals/devices/PeripheralJoystick.o
  1081. CPP xbmc/peripherals/devices/PeripheralNIC.o
  1082. CPP xbmc/peripherals/devices/PeripheralNyxboard.o
  1083. CPP xbmc/peripherals/devices/PeripheralTuner.o
  1084. AR xbmc/peripherals/devices/peripheral-devices.a
  1085. CPP xbmc/peripherals/dialogs/GUIDialogPeripheralSettings.o
  1086. AR xbmc/peripherals/dialogs/peripheral-dialogs.a
  1087. CPP xbmc/peripherals/EventScanner.o
  1088. CPP xbmc/peripherals/EventScanRate.o
  1089. CPP xbmc/peripherals/Peripherals.o
  1090. AR xbmc/peripherals/peripherals.a
  1091. CPP xbmc/pictures/GUIDialogPictureInfo.o
  1092. CPP xbmc/pictures/GUIViewStatePictures.o
  1093. CPP xbmc/pictures/GUIWindowPictures.o
  1094. CPP xbmc/pictures/GUIWindowSlideShow.o
  1095. CPP xbmc/pictures/Picture.o
  1096. Picture.cpp: In static member function 'static bool CPicture::CreateThumbnailFromSurface(const unsigned char*, int, int, int, const string&)':
  1097. Picture.cpp:95:90: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1098. const bool ret = file.OpenForWrite(thumbFile, true) && file.Write(thumb, thumbsize) == thumbsize;
  1099. ^
  1100. CPP xbmc/pictures/PictureInfoLoader.o
  1101. CPP xbmc/pictures/PictureInfoTag.o
  1102. CPP xbmc/pictures/PictureScalingAlgorithm.o
  1103. CPP xbmc/pictures/PictureThumbLoader.o
  1104. CPP xbmc/pictures/SlideShowPicture.o
  1105. AR xbmc/pictures/pictures.a
  1106. CPP xbmc/playlists/PlayListB4S.o
  1107. CPP xbmc/playlists/PlayList.o
  1108. CPP xbmc/playlists/PlayListFactory.o
  1109. CPP xbmc/playlists/PlayListM3U.o
  1110. CPP xbmc/playlists/PlayListPLS.o
  1111. CPP xbmc/playlists/PlayListURL.o
  1112. CPP xbmc/playlists/PlayListWPL.o
  1113. CPP xbmc/playlists/PlayListXML.o
  1114. CPP xbmc/playlists/SmartPlayList.o
  1115. CPP xbmc/playlists/SmartPlaylistFileItemListModifier.o
  1116. AR xbmc/playlists/playlists.a
  1117. CPP xbmc/powermanagement/DPMSSupport.o
  1118. CPP xbmc/powermanagement/PowerManager.o
  1119. CPP xbmc/powermanagement/IPowerSyscall.o
  1120. AR xbmc/powermanagement/powermanagement.a
  1121. CPP xbmc/profiles/Profile.o
  1122. CPP xbmc/profiles/ProfilesManager.o
  1123. ProfilesManager.cpp: In member function 'void CProfilesManager::CreateProfileFolders()':
  1124. ProfilesManager.cpp:358:103: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'size_t {aka unsigned int}' [-Wformat=]
  1125. CDirectory::Create(URIUtils::AddFileToFolder(GetThumbnailsFolder(), StringUtils::Format("%lx", hex)));
  1126. ^
  1127. AR xbmc/profiles/profiles.a
  1128. CPP xbmc/profiles/dialogs/GUIDialogLockSettings.o
  1129. CPP xbmc/profiles/dialogs/GUIDialogProfileSettings.o
  1130. AR xbmc/profiles/dialogs/profiles_dialogs.a
  1131. CPP xbmc/profiles/windows/GUIWindowSettingsProfile.o
  1132. AR xbmc/profiles/windows/profiles_windows.a
  1133. CPP xbmc/programs/GUIViewStatePrograms.o
  1134. CPP xbmc/programs/GUIWindowPrograms.o
  1135. AR xbmc/programs/programs.a
  1136. CPP xbmc/pvr/channels/PVRChannel.o
  1137. CPP xbmc/pvr/channels/PVRChannelGroup.o
  1138. CPP xbmc/pvr/channels/PVRChannelGroupInternal.o
  1139. CPP xbmc/pvr/channels/PVRChannelGroups.o
  1140. CPP xbmc/pvr/channels/PVRChannelGroupsContainer.o
  1141. CPP xbmc/pvr/channels/PVRRadioRDSInfoTag.o
  1142. AR xbmc/pvr/channels/pvrchannels.a
  1143. CPP xbmc/pvr/dialogs/GUIDialogPVRChannelManager.o
  1144. CPP xbmc/pvr/dialogs/GUIDialogPVRChannelsOSD.o
  1145. CPP xbmc/pvr/dialogs/GUIDialogPVRGroupManager.o
  1146. CPP xbmc/pvr/dialogs/GUIDialogPVRGuideInfo.o
  1147. GUIDialogPVRGuideInfo.cpp: In member function 'bool PVR::CGUIDialogPVRGuideInfo::OnClickButtonPlay(CGUIMessage&)':
  1148. GUIDialogPVRGuideInfo.cpp:133:17: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
  1149. PlayBackRet ret = PLAYBACK_CANCELED;
  1150. ^
  1151. CPP xbmc/pvr/dialogs/GUIDialogPVRGuideOSD.o
  1152. CPP xbmc/pvr/dialogs/GUIDialogPVRGuideSearch.o
  1153. CPP xbmc/pvr/dialogs/GUIDialogPVRRadioRDSInfo.o
  1154. CPP xbmc/pvr/dialogs/GUIDialogPVRRecordingInfo.o
  1155. CPP xbmc/pvr/dialogs/GUIDialogPVRTimerSettings.o
  1156. AR xbmc/pvr/dialogs/pvrdialogs.a
  1157. CPP xbmc/pvr/PVRGUIInfo.o
  1158. CPP xbmc/pvr/PVRManager.o
  1159. CPP xbmc/pvr/PVRDatabase.o
  1160. CPP xbmc/pvr/PVRActionListener.o
  1161. CPP xbmc/pvr/PVRSettings.o
  1162. AR xbmc/pvr/pvr.a
  1163. CPP xbmc/pvr/recordings/PVRRecording.o
  1164. CPP xbmc/pvr/recordings/PVRRecordings.o
  1165. CPP xbmc/pvr/recordings/PVRRecordingsPath.o
  1166. AR xbmc/pvr/recordings/pvrrecordings.a
  1167. CPP xbmc/pvr/timers/PVRTimerInfoTag.o
  1168. CPP xbmc/pvr/timers/PVRTimerType.o
  1169. CPP xbmc/pvr/timers/PVRTimers.o
  1170. AR xbmc/pvr/timers/pvrtimers.a
  1171. CPP xbmc/rendering/RenderSystem.o
  1172. AR xbmc/rendering/rendering.a
  1173. CPP xbmc/settings/dialogs/GUIDialogAudioDSPManager.o
  1174. CPP xbmc/settings/dialogs/GUIDialogAudioDSPSettings.o
  1175. CPP xbmc/settings/dialogs/GUIDialogContentSettings.o
  1176. CPP xbmc/settings/dialogs/GUIDialogSettingsBase.o
  1177. CPP xbmc/settings/dialogs/GUIDialogSettingsManagerBase.o
  1178. CPP xbmc/settings/dialogs/GUIDialogSettingsManualBase.o
  1179. AR xbmc/settings/dialogs/settings_dialogs.a
  1180. CPP xbmc/settings/lib/ISetting.o
  1181. CPP xbmc/settings/lib/ISettingControl.o
  1182. CPP xbmc/settings/lib/Setting.o
  1183. CPP xbmc/settings/lib/SettingCategoryAccess.o
  1184. CPP xbmc/settings/lib/SettingConditions.o
  1185. CPP xbmc/settings/lib/SettingDependency.o
  1186. CPP xbmc/settings/lib/SettingSection.o
  1187. CPP xbmc/settings/lib/SettingsManager.o
  1188. CPP xbmc/settings/lib/SettingRequirement.o
  1189. CPP xbmc/settings/lib/SettingUpdate.o
  1190. AR xbmc/settings/lib/settings_lib.a
  1191. CPP xbmc/settings/windows/GUIControlSettings.o
  1192. CPP xbmc/settings/windows/GUIWindowSettings.o
  1193. CPP xbmc/settings/windows/GUIWindowSettingsCategory.o
  1194. CPP xbmc/settings/windows/GUIWindowSettingsScreenCalibration.o
  1195. CPP xbmc/settings/windows/GUIWindowTestPattern.o
  1196. AR xbmc/settings/windows/settings_windows.a
  1197. CPP xbmc/storage/AutorunMediaJob.o
  1198. CPP xbmc/storage/cdioSupport.o
  1199. CPP xbmc/storage/DetectDVDType.o
  1200. CPP xbmc/storage/IoSupport.o
  1201. CPP xbmc/storage/MediaManager.o
  1202. AR xbmc/storage/storage.a
  1203. CPP xbmc/video/dialogs/GUIDialogAudioSubtitleSettings.o
  1204. CPP xbmc/video/dialogs/GUIDialogCMSSettings.o
  1205. CPP xbmc/video/dialogs/GUIDialogFullScreenInfo.o
  1206. CPP xbmc/video/dialogs/GUIDialogSubtitles.o
  1207. CPP xbmc/video/dialogs/GUIDialogTeletext.o
  1208. CPP xbmc/video/dialogs/GUIDialogVideoBookmarks.o
  1209. CPP xbmc/video/dialogs/GUIDialogVideoInfo.o
  1210. CPP xbmc/video/dialogs/GUIDialogVideoOSD.o
  1211. CPP xbmc/video/dialogs/GUIDialogVideoSettings.o
  1212. AR xbmc/video/dialogs/videodialogs.a
  1213. CPP xbmc/video/jobs/VideoLibraryCleaningJob.o
  1214. CPP xbmc/video/jobs/VideoLibraryJob.o
  1215. CPP xbmc/video/jobs/VideoLibraryMarkWatchedJob.o
  1216. CPP xbmc/video/jobs/VideoLibraryProgressJob.o
  1217. CPP xbmc/video/jobs/VideoLibraryRefreshingJob.o
  1218. CPP xbmc/video/jobs/VideoLibraryScanningJob.o
  1219. AR xbmc/video/jobs/video-jobs.a
  1220. CPP xbmc/video/videosync/VideoSyncGLX.o
  1221. CPP xbmc/video/videosync/VideoSyncOsx.o
  1222. CPP xbmc/video/videosync/VideoSyncIos.o
  1223. CPP xbmc/video/videosync/VideoSyncDRM.o
  1224. CPP xbmc/video/videosync/VideoSyncPi.o
  1225. CPP xbmc/video/videosync/VideoSyncIMX.o
  1226. CPP xbmc/video/videosync/VideoSyncAndroid.o
  1227. AR xbmc/video/videosync/videosync.a
  1228. CPP xbmc/view/GUIViewControl.o
  1229. CPP xbmc/view/GUIViewState.o
  1230. CPP xbmc/view/ViewDatabase.o
  1231. CPP xbmc/view/ViewStateSettings.o
  1232. AR xbmc/view/view.a
  1233. CPP xbmc/windowing/WinEventsSDL.o
  1234. CPP xbmc/windowing/WinEventsLinux.o
  1235. CPP xbmc/windowing/WinEventsX11.o
  1236. CPP xbmc/windowing/WinSystem.o
  1237. CPP xbmc/windowing/WinEvents.o
  1238. AR xbmc/windowing/windowing.a
  1239. CPP xbmc/windows/GUIMediaWindow.o
  1240. CPP xbmc/windows/GUIWindowDebugInfo.o
  1241. CPP xbmc/windows/GUIWindowFileManager.o
  1242. CPP xbmc/windows/GUIWindowHome.o
  1243. CPP xbmc/windows/GUIWindowLoginScreen.o
  1244. CPP xbmc/windows/GUIWindowPointer.o
  1245. CPP xbmc/windows/GUIWindowScreensaver.o
  1246. CPP xbmc/windows/GUIWindowScreensaverDim.o
  1247. CPP xbmc/windows/GUIWindowSplash.o
  1248. CPP xbmc/windows/GUIWindowStartup.o
  1249. CPP xbmc/windows/GUIWindowSystemInfo.o
  1250. CPP xbmc/windows/GUIWindowWeather.o
  1251. AR xbmc/windows/windows.a
  1252. CPP xbmc/Application.o
  1253. CPP xbmc/ApplicationPlayer.o
  1254. CPP xbmc/AppParamParser.o
  1255. CPP xbmc/Autorun.o
  1256. CPP xbmc/AutoSwitch.o
  1257. CPP xbmc/BackgroundInfoLoader.o
  1258. CPP xbmc/ContextMenuItem.o
  1259. CPP xbmc/ContextMenuManager.o
  1260. CPP xbmc/CompileInfo.o
  1261. CPP xbmc/CueDocument.o
  1262. CPP xbmc/DatabaseManager.o
  1263. CPP xbmc/DbUrl.o
  1264. CPP xbmc/DynamicDll.o
  1265. CPP xbmc/FileItem.o
  1266. CPP xbmc/FileItemListModification.o
  1267. CPP xbmc/GUIInfoManager.o
  1268. CPP xbmc/GUILargeTextureManager.o
  1269. CPP xbmc/GUIPassword.o
  1270. CPP xbmc/InfoScanner.o
  1271. CPP xbmc/LangInfo.o
  1272. CPP xbmc/MediaSource.o
  1273. CPP xbmc/NfoFile.o
  1274. CPP xbmc/PasswordManager.o
  1275. CPP xbmc/PlayListPlayer.o
  1276. CPP xbmc/PartyModeManager.o
  1277. CPP xbmc/SectionLoader.o
  1278. CPP xbmc/ServiceBroker.o
  1279. CPP xbmc/ServiceManager.o
  1280. CPP xbmc/SystemGlobals.o
  1281. CPP xbmc/TextureCache.o
  1282. CPP xbmc/TextureCacheJob.o
  1283. CPP xbmc/TextureDatabase.o
  1284. CPP xbmc/ThumbLoader.o
  1285. CPP xbmc/ThumbnailCache.o
  1286. CPP xbmc/URL.o
  1287. CPP xbmc/Util.o
  1288. CPP xbmc/XBApplicationEx.o
  1289. CPP xbmc/XBDateTime.o
  1290. AR xbmc/xbmc.a
  1291. CPP xbmc/interfaces/legacy/wsgi/WsgiErrorStream.o
  1292. CPP xbmc/interfaces/legacy/wsgi/WsgiInputStream.o
  1293. CPP xbmc/interfaces/legacy/wsgi/WsgiResponse.o
  1294. CPP xbmc/interfaces/legacy/wsgi/WsgiResponseBody.o
  1295. AR xbmc/interfaces/legacy/wsgi/legacy-wsgi.a
  1296. CPP xbmc/network/httprequesthandler/HTTPFileHandler.o
  1297. CPP xbmc/network/httprequesthandler/HTTPImageHandler.o
  1298. CPP xbmc/network/httprequesthandler/HTTPImageTransformationHandler.o
  1299. CPP xbmc/network/httprequesthandler/HTTPJsonRpcHandler.o
  1300. CPP xbmc/network/httprequesthandler/HTTPPythonHandler.o
  1301. CPP xbmc/network/httprequesthandler/HTTPRequestHandlerUtils.o
  1302. CPP xbmc/network/httprequesthandler/HTTPVfsHandler.o
  1303. CPP xbmc/network/httprequesthandler/HTTPWebinterfaceAddonsHandler.o
  1304. CPP xbmc/network/httprequesthandler/HTTPWebinterfaceHandler.o
  1305. CPP xbmc/network/httprequesthandler/IHTTPRequestHandler.o
  1306. AR xbmc/network/httprequesthandler/httprequesthandlers.a
  1307. CPP xbmc/network/httprequesthandler/python/HTTPPythonInvoker.o
  1308. CPP xbmc/network/httprequesthandler/python/HTTPPythonWsgiInvoker.o
  1309. AR xbmc/network/httprequesthandler/python/httprequesthandlers-python.a
  1310. CPP xbmc/rendering/gles/RenderSystemGLES.o
  1311. RenderSystemGLES.cpp:270:16: warning: 'int64_t abs64(int64_t)' defined but not used [-Wunused-function]
  1312. static int64_t abs64(int64_t a)
  1313. ^
  1314. AR xbmc/rendering/gles/rendering_gles.a
  1315. CPP xbmc/windowing/egl/WinSystemEGL.o
  1316. CPP xbmc/windowing/egl/EGLNativeTypeAmlogic.o
  1317. CPP xbmc/windowing/egl/EGLNativeTypeAndroid.o
  1318. EGLNativeTypeAndroid.cpp:50:13: warning: 'bool DeviceCanUseDisplaysize(const string&)' defined but not used [-Wunused-function]
  1319. static bool DeviceCanUseDisplaysize(const std::string &name)
  1320. ^
  1321. CPP xbmc/windowing/egl/EGLNativeTypeAmlAndroid.o
  1322. CPP xbmc/windowing/egl/EGLNativeTypeRKAndroid.o
  1323. CPP xbmc/windowing/egl/EGLWrapper.o
  1324. AR xbmc/windowing/egl/windowing_egl.a
  1325. CPP lib/libUPnP/Neptune/Source/Core/Neptune.o
  1326. CPP lib/libUPnP/Neptune/Source/Core/NptAutomaticCleaner.o
  1327. CPP lib/libUPnP/Neptune/Source/Core/NptBase64.o
  1328. CPP lib/libUPnP/Neptune/Source/Core/NptBufferedStreams.o
  1329. CPP lib/libUPnP/Neptune/Source/Core/NptCommon.o
  1330. CPP lib/libUPnP/Neptune/Source/Core/NptConsole.o
  1331. CPP lib/libUPnP/Neptune/Source/Core/NptCrypto.o
  1332. CPP lib/libUPnP/Neptune/Source/Core/NptDataBuffer.o
  1333. CPP lib/libUPnP/Neptune/Source/Core/NptDebug.o
  1334. CPP lib/libUPnP/Neptune/Source/Core/NptDigest.o
  1335. CPP lib/libUPnP/Neptune/Source/Core/NptDynamicLibraries.o
  1336. CPP lib/libUPnP/Neptune/Source/Core/NptFile.o
  1337. CPP lib/libUPnP/Neptune/Source/Core/NptHash.o
  1338. CPP lib/libUPnP/Neptune/Source/Core/NptHttp.o
  1339. CPP lib/libUPnP/Neptune/Source/Core/NptJson.o
  1340. CPP lib/libUPnP/Neptune/Source/Core/NptList.o
  1341. CPP lib/libUPnP/Neptune/Source/Core/NptLogging.o
  1342. CPP lib/libUPnP/Neptune/Source/Core/NptMessaging.o
  1343. CPP lib/libUPnP/Neptune/Source/Core/NptNetwork.o
  1344. CPP lib/libUPnP/Neptune/Source/Core/NptQueue.o
  1345. CPP lib/libUPnP/Neptune/Source/Core/NptResults.o
  1346. CPP lib/libUPnP/Neptune/Source/Core/NptRingBuffer.o
  1347. CPP lib/libUPnP/Neptune/Source/Core/NptSimpleMessageQueue.o
  1348. CPP lib/libUPnP/Neptune/Source/Core/NptSockets.o
  1349. CPP lib/libUPnP/Neptune/Source/Core/NptStreams.o
  1350. CPP lib/libUPnP/Neptune/Source/Core/NptStrings.o
  1351. CPP lib/libUPnP/Neptune/Source/Core/NptSystem.o
  1352. CPP lib/libUPnP/Neptune/Source/Core/NptThreads.o
  1353. CPP lib/libUPnP/Neptune/Source/Core/NptTime.o
  1354. CPP lib/libUPnP/Neptune/Source/Core/NptTls.o
  1355. CPP lib/libUPnP/Neptune/Source/Core/NptUri.o
  1356. CPP lib/libUPnP/Neptune/Source/Core/NptUtils.o
  1357. CPP lib/libUPnP/Neptune/Source/Core/NptXml.o
  1358. CPP lib/libUPnP/Neptune/Source/Core/NptZip.o
  1359. CPP lib/libUPnP/Neptune/Source/System/Bsd/NptBsdNetwork.o
  1360. CPP lib/libUPnP/Neptune/Source/System/Bsd/NptBsdSockets.o
  1361. CPP lib/libUPnP/Neptune/Source/System/Posix/NptPosixQueue.o
  1362. CPP lib/libUPnP/Neptune/Source/System/Posix/NptPosixSystem.o
  1363. CPP lib/libUPnP/Neptune/Source/System/Posix/NptPosixThreads.o
  1364. CPP lib/libUPnP/Neptune/Source/System/Posix/NptPosixTime.o
  1365. CPP lib/libUPnP/Neptune/Source/System/Posix/NptSelectableMessageQueue.o
  1366. CPP lib/libUPnP/Neptune/Source/System/StdC/NptStdcDebug.o
  1367. CPP lib/libUPnP/Neptune/Source/System/StdC/NptStdcEnvironment.o
  1368. CPP lib/libUPnP/Platinum/Source/Core/PltAction.o
  1369. CPP lib/libUPnP/Platinum/Source/Core/PltArgument.o
  1370. CPP lib/libUPnP/Platinum/Source/Core/PltConstants.o
  1371. CPP lib/libUPnP/Platinum/Source/Core/PltCtrlPoint.o
  1372. CPP lib/libUPnP/Platinum/Source/Core/PltCtrlPointTask.o
  1373. CPP lib/libUPnP/Platinum/Source/Core/PltDatagramStream.o
  1374. CPP lib/libUPnP/Platinum/Source/Core/PltDeviceData.o
  1375. CPP lib/libUPnP/Platinum/Source/Core/PltDeviceHost.o
  1376. Platinum/Source/Core/PltDeviceHost.cpp: In member function 'virtual NPT_Result PLT_DeviceHost::ProcessHttpPostRequest(NPT_HttpRequest&, const NPT_HttpRequestContext&, NPT_HttpResponse&)':
  1377. Platinum/Source/Core/PltDeviceHost.cpp:648:1: warning: label 'bad_request' defined but not used [-Wunused-label]
  1378. bad_request:
  1379. ^
  1380. CPP lib/libUPnP/Platinum/Source/Core/PltEvent.o
  1381. CPP lib/libUPnP/Platinum/Source/Core/PltHttp.o
  1382. CPP lib/libUPnP/Platinum/Source/Core/PltHttpClientTask.o
  1383. CPP lib/libUPnP/Platinum/Source/Core/PltHttpServer.o
  1384. CPP lib/libUPnP/Platinum/Source/Core/PltHttpServerTask.o
  1385. CPP lib/libUPnP/Platinum/Source/Core/PltIconsData.o
  1386. CPP lib/libUPnP/Platinum/Source/Core/PltMimeType.o
  1387. CPP lib/libUPnP/Platinum/Source/Core/PltProtocolInfo.o
  1388. CPP lib/libUPnP/Platinum/Source/Core/PltService.o
  1389. CPP lib/libUPnP/Platinum/Source/Core/PltSsdp.o
  1390. CPP lib/libUPnP/Platinum/Source/Core/PltStateVariable.o
  1391. CPP lib/libUPnP/Platinum/Source/Core/PltTaskManager.o
  1392. CPP lib/libUPnP/Platinum/Source/Core/PltThreadTask.o
  1393. CPP lib/libUPnP/Platinum/Source/Core/PltUPnP.o
  1394. CPP lib/libUPnP/Platinum/Source/Devices/MediaConnect/X_MS_MediaReceiverRegistrarSCPD.o
  1395. CPP lib/libUPnP/Platinum/Source/Devices/MediaConnect/PltMediaConnect.o
  1396. CPP lib/libUPnP/Platinum/Source/Devices/MediaRenderer/AVTransportSCPD.o
  1397. CPP lib/libUPnP/Platinum/Source/Devices/MediaRenderer/PltMediaController.o
  1398. CPP lib/libUPnP/Platinum/Source/Devices/MediaRenderer/PltMediaRenderer.o
  1399. CPP lib/libUPnP/Platinum/Source/Devices/MediaRenderer/RdrConnectionManagerSCPD.o
  1400. CPP lib/libUPnP/Platinum/Source/Devices/MediaRenderer/RenderingControlSCPD.o
  1401. CPP lib/libUPnP/Platinum/Source/Devices/MediaServer/ConnectionManagerSCPD.o
  1402. CPP lib/libUPnP/Platinum/Source/Devices/MediaServer/ContentDirectorySCPD.o
  1403. CPP lib/libUPnP/Platinum/Source/Devices/MediaServer/ContentDirectorywSearchSCPD.o
  1404. CPP lib/libUPnP/Platinum/Source/Devices/MediaServer/PltDidl.o
  1405. CPP lib/libUPnP/Platinum/Source/Devices/MediaServer/PltFileMediaServer.o
  1406. CPP lib/libUPnP/Platinum/Source/Devices/MediaServer/PltMediaBrowser.o
  1407. CPP lib/libUPnP/Platinum/Source/Devices/MediaServer/PltMediaCache.o
  1408. CPP lib/libUPnP/Platinum/Source/Devices/MediaServer/PltMediaItem.o
  1409. CPP lib/libUPnP/Platinum/Source/Devices/MediaServer/PltMediaServer.o
  1410. CPP lib/libUPnP/Platinum/Source/Devices/MediaServer/PltSyncMediaBrowser.o
  1411. CPP lib/libUPnP/Neptune/Source/System/Posix/NptPosixEnvironment.o
  1412. AR lib/libUPnP/libupnp.a
  1413. CPP xbmc/network/upnp/UPnP.o
  1414. In file included from /home/kodidev/kodi-android/lib/libUPnP/Neptune/Source/Core/Neptune.h:74:0,
  1415. from /home/kodidev/kodi-android/lib/libUPnP/Platinum/Source/Core/PltTaskManager.h:45,
  1416. from /home/kodidev/kodi-android/lib/libUPnP/Platinum/Source/Core/PltUPnP.h:45,
  1417. from /home/kodidev/kodi-android/lib/libUPnP/Platinum/Source/Platinum/Platinum.h:72,
  1418. from UPnP.cpp:26:
  1419. /home/kodidev/kodi-android/lib/libUPnP/Neptune/Source/Core/NptLogging.h:283:55: warning: '_NPT_LocalLogger' defined but not used [-Wunused-variable]
  1420. #define NPT_SET_LOCAL_LOGGER(_name) NPT_DEFINE_LOGGER(_NPT_LocalLogger, (_name))
  1421. ^
  1422. /home/kodidev/kodi-android/lib/libUPnP/Neptune/Source/Core/NptLogging.h:234:70: note: in definition of macro 'NPT_DEFINE_LOGGER'
  1423. #define NPT_DEFINE_LOGGER(_logger, _name) static NPT_LoggerReference _logger = { NULL, (_name) };
  1424. ^
  1425. UPnP.cpp:56:1: note: in expansion of macro 'NPT_SET_LOCAL_LOGGER'
  1426. NPT_SET_LOCAL_LOGGER("xbmc.upnp")
  1427. ^
  1428. CPP xbmc/network/upnp/UPnPInternal.o
  1429. CPP xbmc/network/upnp/UPnPPlayer.o
  1430. CPP xbmc/network/upnp/UPnPRenderer.o
  1431. CPP xbmc/network/upnp/UPnPServer.o
  1432. CPP xbmc/network/upnp/UPnPSettings.o
  1433. AR xbmc/network/upnp/upnp.a
  1434. CPP xbmc/input/joysticks/DefaultJoystick.o
  1435. CPP xbmc/input/joysticks/DriverPrimitive.o
  1436. CPP xbmc/input/joysticks/JoystickMonitor.o
  1437. CPP xbmc/input/joysticks/JoystickTranslator.o
  1438. CPP xbmc/input/joysticks/KeymapHandler.o
  1439. AR xbmc/input/joysticks/input_joysticks.a
  1440. CPP xbmc/input/joysticks/generic/ButtonMapping.o
  1441. CPP xbmc/input/joysticks/generic/FeatureHandling.o
  1442. CPP xbmc/input/joysticks/generic/InputHandling.o
  1443. AR xbmc/input/joysticks/generic/input_joysticks_generic.a
  1444. CPP xbmc/input/linux/LIRC.o
  1445. CPP xbmc/input/linux/LinuxInputDevices.o
  1446. AR xbmc/input/linux/input_linux.a
  1447. CPP xbmc/input/touch/ITouchInputHandling.o
  1448. AR xbmc/input/touch/input_touch.a
  1449. CPP xbmc/input/touch/generic/GenericTouchActionHandler.o
  1450. CPP xbmc/input/touch/generic/GenericTouchInputHandler.o
  1451. CPP xbmc/input/touch/generic/GenericTouchPinchDetector.o
  1452. CPP xbmc/input/touch/generic/GenericTouchRotateDetector.o
  1453. CPP xbmc/input/touch/generic/GenericTouchSwipeDetector.o
  1454. AR xbmc/input/touch/generic/input_touch_generic.a
  1455. CPP xbmc/network/linux/NetworkLinux.o
  1456. CPP xbmc/network/linux/ZeroconfAvahi.o
  1457. CPP xbmc/network/linux/ZeroconfBrowserAvahi.o
  1458. AR xbmc/network/linux/network_linux.a
  1459. CPP xbmc/powermanagement/android/AndroidPowerSyscall.o
  1460. AR xbmc/powermanagement/android/powermanagement_android.a
  1461. CPP xbmc/storage/android/AndroidStorageProvider.o
  1462. AR xbmc/storage/android/storage_android.a
  1463. CPP xbmc/windowing/X11/WinSystemX11.o
  1464. CPP xbmc/windowing/X11/WinSystemX11GLContext.o
  1465. CPP xbmc/windowing/X11/WinSystemX11GLESContext.o
  1466. CPP xbmc/windowing/X11/GLContext.o
  1467. CPP xbmc/windowing/X11/GLContextEGL.o
  1468. CPP xbmc/windowing/X11/GLContextGLX.o
  1469. CPP xbmc/windowing/X11/XRandR.o
  1470. AR xbmc/windowing/X11/windowing_X11.a
  1471. CPP lib/UnrarXLib/archive.o
  1472. CPP lib/UnrarXLib/arcread.o
  1473. CPP lib/UnrarXLib/cmddata.o
  1474. CPP lib/UnrarXLib/consio.o
  1475. CPP lib/UnrarXLib/crc.o
  1476. CPP lib/UnrarXLib/crypt.o
  1477. CPP lib/UnrarXLib/encname.o
  1478. CPP lib/UnrarXLib/errhnd.o
  1479. CPP lib/UnrarXLib/extinfo.o
  1480. CPP lib/UnrarXLib/extract.o
  1481. CPP lib/UnrarXLib/filcreat.o
  1482. CPP lib/UnrarXLib/file.o
  1483. CPP lib/UnrarXLib/filefn.o
  1484. CPP lib/UnrarXLib/filestr.o
  1485. CPP lib/UnrarXLib/find.o
  1486. CPP lib/UnrarXLib/getbits.o
  1487. CPP lib/UnrarXLib/global.o
  1488. CPP lib/UnrarXLib/int64.o
  1489. CPP lib/UnrarXLib/isnt.o
  1490. CPP lib/UnrarXLib/log.o
  1491. CPP lib/UnrarXLib/match.o
  1492. CPP lib/UnrarXLib/options.o
  1493. CPP lib/UnrarXLib/pathfn.o
  1494. CPP lib/UnrarXLib/rar.o
  1495. rar.cpp: In function 'int urarlib_list(char*, ArchiveList_struct**, char*, bool)':
  1496. rar.cpp:284:29: warning: 'auto_ptr' is deprecated (declared at /home/kodidev/Android/Toolchain/android-17/include/c++/4.8/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  1497. auto_ptr<CommandData> pCmd( new CommandData );
  1498. ^
  1499. rar.cpp:300:27: warning: 'auto_ptr' is deprecated (declared at /home/kodidev/Android/Toolchain/android-17/include/c++/4.8/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  1500. auto_ptr<Archive> pArc( new Archive(pCmd.get()) );
  1501. ^
  1502. CPP lib/UnrarXLib/rarvm.o
  1503. CPP lib/UnrarXLib/rawread.o
  1504. CPP lib/UnrarXLib/rdwrfn.o
  1505. CPP lib/UnrarXLib/recvol.o
  1506. CPP lib/UnrarXLib/resource.o
  1507. CPP lib/UnrarXLib/rijndael.o
  1508. CPP lib/UnrarXLib/rs.o
  1509. CPP lib/UnrarXLib/savepos.o
  1510. CPP lib/UnrarXLib/scantree.o
  1511. CPP lib/UnrarXLib/sha1.o
  1512. CPP lib/UnrarXLib/strfn.o
  1513. CPP lib/UnrarXLib/strlist.o
  1514. CPP lib/UnrarXLib/system.o
  1515. CPP lib/UnrarXLib/timefn.o
  1516. CPP lib/UnrarXLib/ulinks.o
  1517. CPP lib/UnrarXLib/unicode.o
  1518. unicode.cpp: In function 'wchar* strchrw(const wchar*, int)':
  1519. unicode.cpp:288:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1520. if (*s==c)
  1521. ^
  1522. unicode.cpp: In function 'wchar* strrchrw(const wchar*, int)':
  1523. unicode.cpp:299:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1524. if (s[I]==c)
  1525. ^
  1526. CPP lib/UnrarXLib/unpack.o
  1527. CPP lib/UnrarXLib/volume.o
  1528. AR lib/UnrarXLib/UnrarXLib.a
  1529. CPP xbmc/platform/android/loader/AndroidDyload.o
  1530. AR xbmc/platform/android/loader/AndroidDyload.a
  1531. CPP xbmc/windowing/android/WinEventsAndroid.o
  1532. AR xbmc/windowing/android/windowing_android.a
  1533. CC xbmc/platform/android/bionic_supplement/rand_r.o
  1534. CC xbmc/platform/android/bionic_supplement/getdelim.o
  1535. AR xbmc/platform/android/bionic_supplement/bionic_supplement.a
  1536. CPP xbmc/platform/android/jni/JNIBase.o
  1537. CPP xbmc/platform/android/jni/JNIThreading.o
  1538. CPP xbmc/platform/android/jni/Context.o
  1539. CPP xbmc/platform/android/jni/BroadcastReceiver.o
  1540. CPP xbmc/platform/android/jni/Intent.o
  1541. CPP xbmc/platform/android/jni/PackageManager.o
  1542. CPP xbmc/platform/android/jni/AudioFormat.o
  1543. AudioFormat.cpp: In static member function 'static void jni::CJNIAudioFormat::PopulateStaticFields()':
  1544. AudioFormat.cpp:92:72: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  1545. GetStaticValue(c, CJNIAudioFormat::ENCODING_AC3, "ENCODING_AC3");
  1546. ^
  1547. AudioFormat.cpp:93:76: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  1548. GetStaticValue(c, CJNIAudioFormat::ENCODING_E_AC3, "ENCODING_E_AC3");
  1549. ^
  1550. AudioFormat.cpp:94:72: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  1551. GetStaticValue(c, CJNIAudioFormat::ENCODING_DTS, "ENCODING_DTS");
  1552. ^
  1553. AudioFormat.cpp:95:78: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  1554. GetStaticValue(c, CJNIAudioFormat::ENCODING_DTS_HD, "ENCODING_DTS_HD");
  1555. ^
  1556. AudioFormat.cpp:96:90: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  1557. GetStaticValue(c, CJNIAudioFormat::ENCODING_DOLBY_TRUEHD, "ENCODING_DOLBY_TRUEHD");
  1558. ^
  1559. AudioFormat.cpp:100:50: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  1560. GetStaticValue(c, value, "ENCODING_DTSHD");
  1561. ^
  1562. AudioFormat.cpp:103:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  1563. GetStaticValue(c, value, "ENCODING_DTSHD_MA");
  1564. ^
  1565. AudioFormat.cpp:107:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  1566. GetStaticValue(c, value, "ENCODING_TRUEHD");
  1567. ^
  1568. CPP xbmc/platform/android/jni/AudioManager.o
  1569. CPP xbmc/platform/android/jni/AudioTrack.o
  1570. AudioTrack.cpp: In member function 'void jni::CJNIAudioTrack::release()':
  1571. AudioTrack.cpp:121:11: warning: unused variable 'jenv' [-Wunused-variable]
  1572. JNIEnv* jenv = xbmc_jnienv();
  1573. ^
  1574. CPP xbmc/platform/android/jni/PowerManager.o
  1575. CPP xbmc/platform/android/jni/WakeLock.o
  1576. CPP xbmc/platform/android/jni/Environment.o
  1577. CPP xbmc/platform/android/jni/File.o
  1578. CPP xbmc/platform/android/jni/IntentFilter.o
  1579. CPP xbmc/platform/android/jni/SystemClock.o
  1580. CPP xbmc/platform/android/jni/jutils.o
  1581. CPP xbmc/platform/android/jni/URI.o
  1582. CPP xbmc/platform/android/jni/WifiInfo.o
  1583. CPP xbmc/platform/android/jni/WifiManager.o
  1584. CPP xbmc/platform/android/jni/WifiManagerMulticastLock.o
  1585. CPP xbmc/platform/android/jni/ScanResult.o
  1586. CPP xbmc/platform/android/jni/List.o
  1587. CPP xbmc/platform/android/jni/DhcpInfo.o
  1588. CPP xbmc/platform/android/jni/ConnectivityManager.o
  1589. CPP xbmc/platform/android/jni/Enum.o
  1590. CPP xbmc/platform/android/jni/NetworkInfo.o
  1591. CPP xbmc/platform/android/jni/WifiConfiguration.o
  1592. CPP xbmc/platform/android/jni/BitSet.o
  1593. CPP xbmc/platform/android/jni/ClassLoader.o
  1594. CPP xbmc/platform/android/jni/StatFs.o
  1595. CPP xbmc/platform/android/jni/System.o
  1596. CPP xbmc/platform/android/jni/ApplicationInfo.o
  1597. CPP xbmc/platform/android/jni/BitmapDrawable.o
  1598. CPP xbmc/platform/android/jni/CharSequence.o
  1599. CPP xbmc/platform/android/jni/ContentResolver.o
  1600. CPP xbmc/platform/android/jni/Cursor.o
  1601. CPP xbmc/platform/android/jni/Buffer.o
  1602. CPP xbmc/platform/android/jni/ByteBuffer.o
  1603. CPP xbmc/platform/android/jni/BaseColumns.o
  1604. CPP xbmc/platform/android/jni/MediaStore.o
  1605. CPP xbmc/platform/android/jni/Surface.o
  1606. CPP xbmc/platform/android/jni/MediaCodec.o
  1607. CPP xbmc/platform/android/jni/MediaCodecBufferInfo.o
  1608. CPP xbmc/platform/android/jni/MediaCodecCryptoInfo.o
  1609. CPP xbmc/platform/android/jni/MediaCodecInfo.o
  1610. CPP xbmc/platform/android/jni/MediaCodecList.o
  1611. CPP xbmc/platform/android/jni/MediaFormat.o
  1612. CPP xbmc/platform/android/jni/SurfaceTexture.o
  1613. CPP xbmc/platform/android/jni/View.o
  1614. CPP xbmc/platform/android/jni/Window.o
  1615. CPP xbmc/platform/android/jni/Build.o
  1616. CPP xbmc/platform/android/jni/KeyCharacterMap.o
  1617. CPP xbmc/platform/android/jni/Activity.o
  1618. CPP xbmc/platform/android/jni/SystemProperties.o
  1619. CPP xbmc/platform/android/jni/Display.o
  1620. CPP xbmc/platform/android/jni/WindowManager.o
  1621. CPP xbmc/platform/android/jni/Resources.o
  1622. CPP xbmc/platform/android/jni/PackageItemInfo.o
  1623. CPP xbmc/platform/android/jni/DisplayMetrics.o
  1624. CPP xbmc/platform/android/jni/KeyEvent.o
  1625. CPP xbmc/platform/android/jni/InputManager.o
  1626. CPP xbmc/platform/android/jni/Os.o
  1627. Os.cpp:41:6: warning: unused parameter 'pattern' [-Wunused-parameter]
  1628. void CJNIOsVibrator::vibrate(std::vector<int64_t> pattern, int repeat) const
  1629. ^
  1630. Os.cpp:41:6: warning: unused parameter 'repeat' [-Wunused-parameter]
  1631. AR xbmc/platform/android/jni/jni.a
  1632. CPP xbmc/linux/ConvUtils.o
  1633. CPP xbmc/linux/DBusUtil.o
  1634. CPP xbmc/linux/DBusMessage.o
  1635. CPP xbmc/linux/DBusReserve.o
  1636. CPP xbmc/linux/FDEventMonitor.o
  1637. CPP xbmc/linux/LinuxResourceCounter.o
  1638. CPP xbmc/linux/LinuxTimezone.o
  1639. CPP xbmc/linux/PosixMountProvider.o
  1640. CPP xbmc/linux/XFileUtils.o
  1641. CPP xbmc/linux/XHandle.o
  1642. CPP xbmc/linux/XMemUtils.o
  1643. CPP xbmc/linux/XTimeUtils.o
  1644. CPP xbmc/linux/RBP.o
  1645. AR xbmc/linux/linux.a
  1646. CPP xbmc/network/cddb.o
  1647. CPP xbmc/network/DNSNameCache.o
  1648. CPP xbmc/network/EventClient.o
  1649. CPP xbmc/network/EventPacket.o
  1650. CPP xbmc/network/EventServer.o
  1651. CPP xbmc/network/GUIDialogAccessPoints.o
  1652. CPP xbmc/network/GUIDialogNetworkSetup.o
  1653. CPP xbmc/network/Network.o
  1654. CPP xbmc/network/NetworkServices.o
  1655. CPP xbmc/network/Socket.o
  1656. CPP xbmc/network/TCPServer.o
  1657. CPP xbmc/network/UdpClient.o
  1658. CPP xbmc/network/WakeOnAccess.o
  1659. CPP xbmc/network/WebServer.o
  1660. CPP xbmc/network/ZeroconfBrowser.o
  1661. CPP xbmc/network/Zeroconf.o
  1662. CPP xbmc/network/AirPlayServer.o
  1663. AirPlayServer.cpp: In member function 'void CAirPlayServer::CTCPClient::PushBuffer(CAirPlayServer*, const char*, int, std::string&, std::map<std::basic_string<char>, int>&)':
  1664. AirPlayServer.cpp:543:106: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'std::basic_string<char>::size_type {aka unsigned int}' [-Wformat=]
  1665. response = StringUtils::Format("%sContent-Length: %ld\r\n\r\n", response.c_str(), responseBody.size());
  1666. ^
  1667. AirPlayServer.cpp: In member function 'void CAirPlayServer::CTCPClient::ComposeReverseEvent(std::string&, std::string&, int)':
  1668. AirPlayServer.cpp:605:110: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'std::basic_string<char>::size_type {aka unsigned int}' [-Wformat=]
  1669. reverseHeader = StringUtils::Format("%sContent-Length: %ld\r\n",reverseHeader.c_str(), reverseBody.size());
  1670. ^
  1671. CPP xbmc/network/AirTunesServer.o
  1672. AR xbmc/network/network.a
  1673. CPP xbmc/video/windows/GUIWindowFullScreen.o
  1674. CPP xbmc/video/windows/GUIWindowVideoBase.o
  1675. CPP xbmc/video/windows/GUIWindowVideoNav.o
  1676. CPP xbmc/video/windows/GUIWindowVideoPlaylist.o
  1677. CPP xbmc/video/windows/VideoFileItemListModifier.o
  1678. AR xbmc/video/windows/videowindows.a
  1679. CPP xbmc/utils/AlarmClock.o
  1680. CPP xbmc/utils/AliasShortcutUtils.o
  1681. CPP xbmc/utils/Archive.o
  1682. CPP xbmc/utils/AsyncFileCopy.o
  1683. CPP xbmc/utils/auto_buffer.o
  1684. CPP xbmc/utils/Base64.o
  1685. CPP xbmc/utils/BitstreamConverter.o
  1686. CPP xbmc/utils/BitstreamStats.o
  1687. CPP xbmc/utils/BooleanLogic.o
  1688. CPP xbmc/utils/CharsetConverter.o
  1689. CPP xbmc/utils/CharsetDetection.o
  1690. CPP xbmc/utils/CPUInfo.o
  1691. CPP xbmc/utils/Crc32.o
  1692. CPP xbmc/utils/CryptThreading.o
  1693. CPP xbmc/utils/DatabaseUtils.o
  1694. CPP xbmc/utils/EndianSwap.o
  1695. CPP xbmc/utils/Environment.o
  1696. CPP xbmc/utils/Fanart.o
  1697. CPP xbmc/utils/FileOperationJob.o
  1698. CPP xbmc/utils/FileUtils.o
  1699. CPP xbmc/utils/GLUtils.o
  1700. CPP xbmc/utils/GroupUtils.o
  1701. CPP xbmc/utils/HTMLUtil.o
  1702. CPP xbmc/utils/HttpHeader.o
  1703. CPP xbmc/utils/HttpParser.o
  1704. CPP xbmc/utils/HttpRangeUtils.o
  1705. CPP xbmc/utils/HttpResponse.o
  1706. CPP xbmc/utils/InfoLoader.o
  1707. CPP xbmc/utils/JobManager.o
  1708. CPP xbmc/utils/JSONVariantParser.o
  1709. CPP xbmc/utils/JSONVariantWriter.o
  1710. CPP xbmc/utils/LabelFormatter.o
  1711. CPP xbmc/utils/LangCodeExpander.o
  1712. CPP xbmc/utils/LegacyPathTranslation.o
  1713. CPP xbmc/utils/Locale.o
  1714. CPP xbmc/utils/log.o
  1715. CPP xbmc/utils/md5.o
  1716. CPP xbmc/utils/Mime.o
  1717. CPP xbmc/utils/Observer.o
  1718. CPP xbmc/utils/PerformanceSample.o
  1719. CPP xbmc/utils/PerformanceStats.o
  1720. CPP xbmc/utils/posix/PosixInterfaceForCLog.o
  1721. CPP xbmc/utils/POUtils.o
  1722. CPP xbmc/utils/ProgressJob.o
  1723. CPP xbmc/utils/RecentlyAddedJob.o
  1724. RecentlyAddedJob.cpp: In static member function 'static bool CRecentlyAddedJob::UpdateMusic()':
  1725. RecentlyAddedJob.cpp:270:59: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t {aka unsigned int}' [-Wformat=]
  1726. std::string value = StringUtils::Format("%lu", j + 1);
  1727. ^
  1728. CPP xbmc/utils/RegExp.o
  1729. CPP xbmc/utils/rfft.o
  1730. CPP xbmc/utils/RingBuffer.o
  1731. CPP xbmc/utils/RssManager.o
  1732. CPP xbmc/utils/RssReader.o
  1733. CPP xbmc/utils/SaveFileStateJob.o
  1734. CPP xbmc/utils/ScraperParser.o
  1735. CPP xbmc/utils/ScraperUrl.o
  1736. CPP xbmc/utils/Screenshot.o
  1737. CPP xbmc/utils/SeekHandler.o
  1738. CPP xbmc/utils/SortUtils.o
  1739. CPP xbmc/utils/Speed.o
  1740. CPP xbmc/utils/Splash.o
  1741. CPP xbmc/utils/Stopwatch.o
  1742. CPP xbmc/utils/StreamDetails.o
  1743. CPP xbmc/utils/StreamUtils.o
  1744. CPP xbmc/utils/StringUtils.o
  1745. StringUtils.cpp: In static member function 'static std::string StringUtils::FormatFileSize(uint64_t)':
  1746. StringUtils.cpp:1304:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1747. while (i < units.size() - 1 && value >= 999.5)
  1748. ^
  1749. CPP xbmc/utils/StringValidation.o
  1750. CPP xbmc/utils/SystemInfo.o
  1751. SystemInfo.cpp:107:20: warning: 'std::string getValueFromOs_release(std::string)' defined but not used [-Wunused-function]
  1752. static std::string getValueFromOs_release(std::string key)
  1753. ^
  1754. SystemInfo.cpp:197:20: warning: 'std::string getValueFromLsb_release(lsb_rel_info_type)' defined but not used [-Wunused-function]
  1755. static std::string getValueFromLsb_release(enum lsb_rel_info_type infoType)
  1756. ^
  1757. CPP xbmc/utils/Temperature.o
  1758. CPP xbmc/utils/TextSearch.o
  1759. CPP xbmc/utils/TimeUtils.o
  1760. CPP xbmc/utils/URIUtils.o
  1761. CPP xbmc/utils/UrlOptions.o
  1762. CPP xbmc/utils/Variant.o
  1763. CPP xbmc/utils/Vector.o
  1764. CPP xbmc/utils/Weather.o
  1765. CPP xbmc/utils/XBMCTinyXML.o
  1766. CPP xbmc/utils/XMLUtils.o
  1767. CPP xbmc/utils/Utf8Utils.o
  1768. CPP xbmc/utils/XSLTUtils.o
  1769. CPP xbmc/utils/ActorProtocol.o
  1770. CPP xbmc/utils/SysfsUtils.o
  1771. CPP xbmc/utils/AMLUtils.o
  1772. CC xbmc/utils/fstrcmp.o
  1773. AR xbmc/utils/utils.a
  1774. CPP xbmc/settings/AdvancedSettings.o
  1775. CPP xbmc/settings/AudioDSPSettings.o
  1776. CPP xbmc/settings/DisplaySettings.o
  1777. CPP xbmc/settings/MediaSettings.o
  1778. CPP xbmc/settings/MediaSourceSettings.o
  1779. CPP xbmc/settings/SettingAddon.o
  1780. CPP xbmc/settings/SettingConditions.o
  1781. CPP xbmc/settings/SettingControl.o
  1782. CPP xbmc/settings/SettingCreator.o
  1783. CPP xbmc/settings/SettingPath.o
  1784. CPP xbmc/settings/Settings.o
  1785. CPP xbmc/settings/SettingUtils.o
  1786. CPP xbmc/settings/SkinSettings.o
  1787. CPP xbmc/settings/VideoSettings.o
  1788. AR xbmc/settings/settings.a
  1789. CPP xbmc/video/Bookmark.o
  1790. CPP xbmc/video/ContextMenus.o
  1791. CPP xbmc/video/GUIViewStateVideo.o
  1792. CPP xbmc/video/PlayerController.o
  1793. CPP xbmc/video/Teletext.o
  1794. CPP xbmc/video/VideoDatabase.o
  1795. CPP xbmc/video/VideoDbUrl.o
  1796. CPP xbmc/video/VideoInfoDownloader.o
  1797. CPP xbmc/video/VideoInfoScanner.o
  1798. CPP xbmc/video/VideoInfoTag.o
  1799. CPP xbmc/video/VideoLibraryQueue.o
  1800. CPP xbmc/video/VideoReferenceClock.o
  1801. CPP xbmc/video/VideoThumbLoader.o
  1802. AR xbmc/video/video.a
  1803. CPP xbmc/pvr/addons/PVRClients.o
  1804. AR xbmc/pvr/addons/pvraddons.a
  1805. CPP xbmc/pvr/windows/GUIViewStatePVR.o
  1806. CPP xbmc/pvr/windows/GUIWindowPVRBase.o
  1807. CPP xbmc/pvr/windows/GUIWindowPVRChannels.o
  1808. CPP xbmc/pvr/windows/GUIWindowPVRGuide.o
  1809. CPP xbmc/pvr/windows/GUIWindowPVRRecordings.o
  1810. CPP xbmc/pvr/windows/GUIWindowPVRSearch.o
  1811. CPP xbmc/pvr/windows/GUIWindowPVRTimersBase.o
  1812. CPP xbmc/pvr/windows/GUIWindowPVRTimers.o
  1813. CPP xbmc/pvr/windows/GUIWindowPVRTimerRules.o
  1814. AR xbmc/pvr/windows/pvrwindows.a
  1815. CPP xbmc/guilib/DDSImage.o
  1816. DDSImage.cpp: In member function 'bool CDDSImage::ReadFile(const string&)':
  1817. DDSImage.cpp:111:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  1818. if (file.Read(m_data, m_desc.linearSize) != m_desc.linearSize)
  1819. ^
  1820. CPP xbmc/guilib/DirectXGraphics.o
  1821. CPP xbmc/guilib/DirtyRegionSolvers.o
  1822. CPP xbmc/guilib/DirtyRegionTracker.o
  1823. CPP xbmc/guilib/FFmpegImage.o
  1824. FFmpegImage.cpp: In destructor 'virtual CFFmpegImage::~CFFmpegImage()':
  1825. FFmpegImage.cpp:154:41: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  1826. avcodec_close(m_fctx->streams[i]->codec);
  1827. ^
  1828. FFmpegImage.cpp:154:41: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  1829. FFmpegImage.cpp: In member function 'bool CFFmpegImage::Initialize(unsigned char*, unsigned int)':
  1830. FFmpegImage.cpp:252:51: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  1831. AVCodecContext* codec_ctx = m_fctx->streams[0]->codec;
  1832. ^
  1833. FFmpegImage.cpp:252:51: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  1834. FFmpegImage.cpp: In member function 'AVFrame* CFFmpegImage::ExtractFrame()':
  1835. FFmpegImage.cpp:277:15: warning: 'int avcodec_decode_video2(AVCodecContext*, AVFrame*, int*, const AVPacket*)' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavcodec/avcodec.h:4753) [-Wdeprecated-declarations]
  1836. int ret = avcodec_decode_video2(m_fctx->streams[0]->codec, frame, &frame_decoded, &pkt);
  1837. ^
  1838. FFmpegImage.cpp:277:57: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  1839. int ret = avcodec_decode_video2(m_fctx->streams[0]->codec, frame, &frame_decoded, &pkt);
  1840. ^
  1841. FFmpegImage.cpp:277:57: warning: 'AVStream::codec' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavformat/avformat.h:880) [-Wdeprecated-declarations]
  1842. FFmpegImage.cpp:277:91: warning: 'int avcodec_decode_video2(AVCodecContext*, AVFrame*, int*, const AVPacket*)' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavcodec/avcodec.h:4753) [-Wdeprecated-declarations]
  1843. int ret = avcodec_decode_video2(m_fctx->streams[0]->codec, frame, &frame_decoded, &pkt);
  1844. ^
  1845. FFmpegImage.cpp: In member function 'virtual bool CFFmpegImage::CreateThumbnailFromSurface(unsigned char*, unsigned int, unsigned int, unsigned int, unsigned int, const string&, unsigned char*&, unsigned int&)':
  1846. FFmpegImage.cpp:661:8: warning: 'int avcodec_encode_video2(AVCodecContext*, AVPacket*, const AVFrame*, int*)' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavcodec/avcodec.h:5261) [-Wdeprecated-declarations]
  1847. if ((avcodec_encode_video2(tdm.avOutctx, &avpkt, tdm.frame_input, &got_package) < 0) || (got_package == 0))
  1848. ^
  1849. FFmpegImage.cpp:661:81: warning: 'int avcodec_encode_video2(AVCodecContext*, AVPacket*, const AVFrame*, int*)' is deprecated (declared at /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/libavcodec/avcodec.h:5261) [-Wdeprecated-declarations]
  1850. if ((avcodec_encode_video2(tdm.avOutctx, &avpkt, tdm.frame_input, &got_package) < 0) || (got_package == 0))
  1851. ^
  1852. CPP xbmc/guilib/GraphicContext.o
  1853. CPP xbmc/guilib/GUIAction.o
  1854. CPP xbmc/guilib/GUIAudioManager.o
  1855. CPP xbmc/guilib/GUIBaseContainer.o
  1856. CPP xbmc/guilib/GUIBorderedImage.o
  1857. CPP xbmc/guilib/GUIButtonControl.o
  1858. CPP xbmc/guilib/GUIColorManager.o
  1859. CPP xbmc/guilib/GUIControl.o
  1860. CPP xbmc/guilib/GUIControlFactory.o
  1861. CPP xbmc/guilib/GUIControlGroup.o
  1862. CPP xbmc/guilib/GUIControlGroupList.o
  1863. CPP xbmc/guilib/GUIControlProfiler.o
  1864. CPP xbmc/guilib/GUIDialog.o
  1865. CPP xbmc/guilib/GUIEditControl.o
  1866. CPP xbmc/guilib/GUIFadeLabelControl.o
  1867. CPP xbmc/guilib/GUIFixedListContainer.o
  1868. CPP xbmc/guilib/GUIFont.o
  1869. CPP xbmc/guilib/GUIFontCache.o
  1870. CPP xbmc/guilib/GUIFontManager.o
  1871. CPP xbmc/guilib/GUIFontTTF.o
  1872. CPP xbmc/guilib/GUIImage.o
  1873. CPP xbmc/guilib/GUIIncludes.o
  1874. CPP xbmc/guilib/GUIInfoTypes.o
  1875. CPP xbmc/guilib/GUIKeyboardFactory.o
  1876. CPP xbmc/guilib/GUILabel.o
  1877. CPP xbmc/guilib/GUILabelControl.o
  1878. CPP xbmc/guilib/GUIListContainer.o
  1879. CPP xbmc/guilib/GUIListGroup.o
  1880. CPP xbmc/guilib/GUIListItem.o
  1881. CPP xbmc/guilib/GUIListItemLayout.o
  1882. CPP xbmc/guilib/GUIListLabel.o
  1883. CPP xbmc/guilib/GUIMessage.o
  1884. CPP xbmc/guilib/GUIMoverControl.o
  1885. CPP xbmc/guilib/GUIMultiImage.o
  1886. CPP xbmc/guilib/GUIPanelContainer.o
  1887. CPP xbmc/guilib/GUIProgressControl.o
  1888. CPP xbmc/guilib/GUIRadioButtonControl.o
  1889. CPP xbmc/guilib/GUIResizeControl.o
  1890. CPP xbmc/guilib/GUIRenderingControl.o
  1891. CPP xbmc/guilib/GUIRSSControl.o
  1892. CPP xbmc/guilib/GUIScrollBarControl.o
  1893. CPP xbmc/guilib/GUISettingsSliderControl.o
  1894. CPP xbmc/guilib/GUISliderControl.o
  1895. CPP xbmc/guilib/GUISpinControl.o
  1896. CPP xbmc/guilib/GUISpinControlEx.o
  1897. CPP xbmc/guilib/GUIStaticItem.o
  1898. CPP xbmc/guilib/GUITextBox.o
  1899. CPP xbmc/guilib/GUITextLayout.o
  1900. CPP xbmc/guilib/GUITexture.o
  1901. CPP xbmc/guilib/GUIToggleButtonControl.o
  1902. CPP xbmc/guilib/GUIVideoControl.o
  1903. CPP xbmc/guilib/GUIVisualisationControl.o
  1904. CPP xbmc/guilib/GUIWindow.o
  1905. CPP xbmc/guilib/GUIWindowManager.o
  1906. CPP xbmc/guilib/GUIWrappingListContainer.o
  1907. CPP xbmc/guilib/imagefactory.o
  1908. CPP xbmc/guilib/IWindowManagerCallback.o
  1909. CPP xbmc/guilib/LocalizeStrings.o
  1910. LocalizeStrings.cpp: In function 'bool LoadXML(const string&, std::map<unsigned int, LocStr>&, std::string&, uint32_t)':
  1911. LocalizeStrings.cpp:75:122: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'std::map<unsigned int, LocStr>::size_type {aka unsigned int}' [-Wformat=]
  1912. CLog::Log(LOGDEBUG, "LocalizeStrings: loaded %lu strings from file %s", strings.size() - originalSize, filename.c_str());
  1913. ^
  1914. CPP xbmc/guilib/Resolution.o
  1915. CPP xbmc/guilib/Shader.o
  1916. CPP xbmc/guilib/StereoscopicsManager.o
  1917. CPP xbmc/guilib/Texture.o
  1918. CPP xbmc/guilib/TextureBundleXBT.o
  1919. CPP xbmc/guilib/TextureBundle.o
  1920. CPP xbmc/guilib/TextureManager.o
  1921. CPP xbmc/guilib/VisibleEffect.o
  1922. CPP xbmc/guilib/XBTF.o
  1923. CPP xbmc/guilib/XBTFReader.o
  1924. CPP xbmc/guilib/TextureGL.o
  1925. CPP xbmc/guilib/TexturePi.o
  1926. CPP xbmc/guilib/GUIFontTTFGL.o
  1927. CPP xbmc/guilib/GUITextureGLES.o
  1928. CPP xbmc/guilib/MatrixGLES.o
  1929. CPP xbmc/guilib/GUIShader.o
  1930. AR xbmc/guilib/guilib.a
  1931. CPP xbmc/threads/Atomics.o
  1932. CPP xbmc/threads/Event.o
  1933. CPP xbmc/threads/Thread.o
  1934. CPP xbmc/threads/Timer.o
  1935. CPP xbmc/threads/SystemClock.o
  1936. CPP xbmc/threads/platform/Implementation.o
  1937. AR xbmc/threads/threads.a
  1938. CPP xbmc/commons/Exception.o
  1939. CPP xbmc/commons/ilog.o
  1940. AR xbmc/commons/commons.a
  1941. CPP xbmc/platform/android/activity/android_main.o
  1942. CPP xbmc/platform/android/activity/AndroidFeatures.o
  1943. CPP xbmc/platform/android/activity/AndroidKey.o
  1944. CPP xbmc/platform/android/activity/AndroidTouch.o
  1945. CPP xbmc/platform/android/activity/AndroidMouse.o
  1946. AndroidMouse.cpp: In member function 'bool CAndroidMouse::onMouseEvent(AInputEvent*)':
  1947. AndroidMouse.cpp:48:11: warning: unused variable 'mousePointerId' [-Wunused-variable]
  1948. int32_t mousePointerId = AMotionEvent_getPointerId(event, mousePointerIdx);
  1949. ^
  1950. CPP xbmc/platform/android/activity/AndroidJoyStick.o
  1951. CPP xbmc/platform/android/activity/GraphicBuffer.o
  1952. CPP xbmc/platform/android/activity/EventLoop.o
  1953. CPP xbmc/platform/android/activity/XBMCApp.o
  1954. CPP xbmc/platform/android/activity/JNIMainActivity.o
  1955. AR xbmc/platform/android/activity/activity.a
  1956. LD libkodi.so
  1957. make -C addons/skin.estuary/media
  1958. make[1]: Entering directory `/home/kodidev/kodi-android/addons/skin.estuary/media'
  1959. /home/kodidev/xbmc-depends/x86_64-linux-gnu-native/bin/TexturePacker -dupecheck -input . -output Textures.xbt
  1960. libpng warning: iCCP: known incorrect sRGB profile
  1961. libpng warning: iCCP: known incorrect sRGB profile
  1962. libpng warning: iCCP: known incorrect sRGB profile
  1963. libpng warning: iCCP: known incorrect sRGB profile
  1964. libpng warning: iCCP: known incorrect sRGB profile
  1965. libpng warning: iCCP: known incorrect sRGB profile
  1966. libpng warning: iCCP: known incorrect sRGB profile
  1967. libpng warning: iCCP: known incorrect sRGB profile
  1968. libpng warning: iCCP: known incorrect sRGB profile
  1969. libpng warning: iCCP: known incorrect sRGB profile
  1970. libpng warning: iCCP: known incorrect sRGB profile
  1971. libpng warning: iCCP: known incorrect sRGB profile
  1972. This is a PNG - lets load it via libpng...
  1973. DefaultActor.png
  1974. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  1975. This is a PNG - lets load it via libpng...
  1976. DefaultActorSolid.png
  1977. frame 0 (delay: 0) ARGB * (256,392 @ 401408 bytes)
  1978. This is a PNG - lets load it via libpng...
  1979. DefaultAddSource.png
  1980. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  1981. This is a PNG - lets load it via libpng...
  1982. DefaultAddon.png
  1983. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  1984. This is a PNG - lets load it via libpng...
  1985. DefaultAddonAlbumInfo.png
  1986. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  1987. This is a PNG - lets load it via libpng...
  1988. DefaultAddonArtistInfo.png
  1989. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  1990. This is a PNG - lets load it via libpng...
  1991. DefaultAddonAudioDSP.png
  1992. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  1993. This is a PNG - lets load it via libpng...
  1994. DefaultAddonAudioDecoder.png
  1995. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  1996. This is a PNG - lets load it via libpng...
  1997. DefaultAddonAudioEncoder.png
  1998. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  1999. This is a PNG - lets load it via libpng...
  2000. DefaultAddonContextItem.png
  2001. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2002. This is a PNG - lets load it via libpng...
  2003. DefaultAddonGame.png
  2004. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2005. This is a PNG - lets load it via libpng...
  2006. DefaultAddonHelper.png
  2007. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2008. This is a PNG - lets load it via libpng...
  2009. DefaultAddonImages.png
  2010. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2011. This is a PNG - lets load it via libpng...
  2012. DefaultAddonInfoLibrary.png
  2013. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2014. This is a PNG - lets load it via libpng...
  2015. DefaultAddonInfoProvider.png
  2016. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2017. This is a PNG - lets load it via libpng...
  2018. DefaultAddonInputstream.png
  2019. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2020. This is a PNG - lets load it via libpng...
  2021. DefaultAddonLanguage.png
  2022. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2023. This is a PNG - lets load it via libpng...
  2024. DefaultAddonLibrary.png
  2025. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2026. This is a PNG - lets load it via libpng...
  2027. DefaultAddonLookAndFeel.png
  2028. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2029. This is a PNG - lets load it via libpng...
  2030. DefaultAddonLyrics.png
  2031. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2032. This is a PNG - lets load it via libpng...
  2033. DefaultAddonMovieInfo.png
  2034. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2035. This is a PNG - lets load it via libpng...
  2036. DefaultAddonMusic.png
  2037. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2038. This is a PNG - lets load it via libpng...
  2039. DefaultAddonMusicVideoInfo.png
  2040. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2041. This is a PNG - lets load it via libpng...
  2042. DefaultAddonNone.png
  2043. frame 0 (delay: libpng warning: iCCP: known incorrect sRGB profile
  2044. 0) ARGB (105,105 @ 44100 bytes)
  2045. This is a PNG - lets load it via libpng...
  2046. DefaultAddonPVRClient.png
  2047. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2048. This is a PNG - lets load it via libpng...
  2049. DefaultAddonPeripheral.png
  2050. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2051. This is a PNG - lets load it via libpng...
  2052. DefaultAddonPicture.png
  2053. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2054. This is a PNG - lets load it via libpng...
  2055. DefaultAddonProgram.png
  2056. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2057. This is a PNG - lets load it via libpng...
  2058. DefaultAddonRepository.png
  2059. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2060. This is a PNG - lets load it via libpng...
  2061. DefaultAddonScreensaver.png
  2062. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2063. This is a PNG - lets load it via libpng...
  2064. DefaultAddonService.png
  2065. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2066. This is a PNG - lets load it via libpng...
  2067. DefaultAddonSkin.png
  2068. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2069. This is a PNG - lets load it via libpng...
  2070. DefaultAddonSubtitles.png
  2071. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2072. This is a PNG - lets load it via libpng...
  2073. DefaultAddonTvInfo.png
  2074. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2075. This is a PNG - lets load it via libpng...
  2076. DefaultAddonUISounds.png
  2077. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2078. This is a PNG - lets load it via libpng...
  2079. DefaultAddonVideo.png
  2080. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2081. This is a PNG - lets load it via libpng...
  2082. DefaultAddonVisualization.png
  2083. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2084. This is a PNG - lets load it via libpng...
  2085. DefaultAddonWeather.png
  2086. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2087. This is a PNG - lets load it via libpng...
  2088. DefaultAddonWebSkin.png
  2089. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2090. This is a PNG - lets load it via libpng...
  2091. DefaultAddonsInstalled.png
  2092. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2093. This is a PNG - lets load it via libpng...
  2094. DefaultAddonsRepo.png
  2095. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2096. This is a PNG - lets load it via libpng...
  2097. DefaultAddonsSearch.png
  2098. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2099. This is a PNG - lets load it via libpng...
  2100. DefaultAddonsUpdates.png
  2101. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2102. This is a PNG - lets load it via libpng...
  2103. DefaultAddonsZip.png
  2104. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2105. This is a PNG - lets load it via libpng...
  2106. DefaultAlbumCover.png
  2107. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2108. This is a PNG - lets load it via libpng...
  2109. DefaultArtist.png
  2110. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2111. This is a PNG - lets load it via libpng...
  2112. DefaultAudio.png
  2113. frame 0 (delay: 0) ARGB * (256,256 @ 262144 bytes)
  2114. This is a PNG - lets load it via libpng...
  2115. DefaultAulibpng warning: iCCP: known incorrect sRGB profile
  2116. libpng warning: iCCP: known incorrect sRGB profile
  2117. dioDSP.png
  2118. frame 0 (delay: 0) ARGB * (128,128 @ 65536 bytes)
  2119. This is a PNG - lets load it via libpng...
  2120. DefaultBackBanner.png
  2121. frame 0 (delay: 0) ARGB * (756,256 @ 774144 bytes)
  2122. This is a PNG - lets load it via libpng...
  2123. DefaultBackFanart.png
  2124. frame 0 (delay: 0) ARGB * (1242,702 @ 3487536 bytes)
  2125. This is a PNG - lets load it via libpng...
  2126. DefaultCDDA.png
  2127. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2128. This is a PNG - lets load it via libpng...
  2129. DefaultCountry.png
  2130. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2131. This is a PNG - lets load it via libpng...
  2132. DefaultDVDEmpty.png
  2133. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2134. This is a PNG - lets load it via libpng...
  2135. DefaultDVDFull.png
  2136. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2137. This is a PNG - lets load it via libpng...
  2138. DefaultDVDRom.png
  2139. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2140. This is a PNG - lets load it via libpng...
  2141. DefaultDirector.png
  2142. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2143. This is a PNG - lets load it via libpng...
  2144. DefaultFile.png
  2145. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2146. This is a PNG - lets load it via libpng...
  2147. DefaultFolder.png
  2148. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2149. This is a PNG - lets load it via libpng...
  2150. DefaultFolderBack.png
  2151. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2152. This is a PNG - lets load it via libpng...
  2153. DefaultFolderBackPoster.png
  2154. frame 0 (delay: 0) ARGB * (256,392 @ 401408 bytes)
  2155. This is a PNG - lets load it via libpng...
  2156. DefaultFolderBackSquare.png
  2157. frame 0 (delay: 0) ARGB * (256,256 @ 262144 bytes)
  2158. This is a PNG - lets load it via libpng...
  2159. DefaultFolderSquare.png
  2160. frame 0 (delay: 0) ARGB * (256,256 @ 262144 bytes)
  2161. This is a PNG - lets load it via libpng...
  2162. DefaultGameAddons.png
  2163. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2164. This is a PNG - lets load it via libpng...
  2165. DefaultGames.png
  2166. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2167. This is a PNG - lets load it via libpng...
  2168. DefaultGenre.png
  2169. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2170. This is a PNG - lets load it via libpng...
  2171. DefaultHardDisk.png
  2172. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2173. This is a PNG - lets load it via libpng...
  2174. DefaultIconError.png
  2175. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2176. This is a PNG - lets load it via libpng...
  2177. DefaultIconInfo.png
  2178. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2179. This is a PNG - lets load it via libpng...
  2180. DefaultIconWarning.png
  2181. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2182. This is a PNG - lets load it via libpng...
  2183. DefaultInProgressShows.png
  2184. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2185. This is a PNG - lets load it via libpng...
  2186. DefaultMovieTitle.png
  2187. frame 0 (delay: 0) ARGB (2libpng warning: iCCP: known incorrect sRGB profile
  2188. 56,256 @ 262144 bytes)
  2189. This is a PNG - lets load it via libpng...
  2190. DefaultMovies.png
  2191. **** duplicate of DefaultMovieTitle.png
  2192. This is a PNG - lets load it via libpng...
  2193. DefaultMusicAlbums.png
  2194. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2195. This is a PNG - lets load it via libpng...
  2196. DefaultMusicArtists.png
  2197. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2198. This is a PNG - lets load it via libpng...
  2199. DefaultMusicCompilations.png
  2200. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2201. This is a PNG - lets load it via libpng...
  2202. DefaultMusicGenres.png
  2203. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2204. This is a PNG - lets load it via libpng...
  2205. DefaultMusicPlaylists.png
  2206. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2207. This is a PNG - lets load it via libpng...
  2208. DefaultMusicRecentlyAdded.png
  2209. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2210. This is a PNG - lets load it via libpng...
  2211. DefaultMusicRecentlyPlayed.png
  2212. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2213. This is a PNG - lets load it via libpng...
  2214. DefaultMusicSearch.png
  2215. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2216. This is a PNG - lets load it via libpng...
  2217. DefaultMusicSongs.png
  2218. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2219. This is a PNG - lets load it via libpng...
  2220. DefaultMusicTop100.png
  2221. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2222. This is a PNG - lets load it via libpng...
  2223. DefaultMusicTop100Albums.png
  2224. **** duplicate of DefaultAlbumCover.png
  2225. This is a PNG - lets load it via libpng...
  2226. DefaultMusicTop100Songs.png
  2227. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2228. This is a PNG - lets load it via libpng...
  2229. DefaultMusicVideoTitle.png
  2230. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2231. This is a PNG - lets load it via libpng...
  2232. DefaultMusicVideos.png
  2233. **** duplicate of DefaultMusicVideoTitle.png
  2234. This is a PNG - lets load it via libpng...
  2235. DefaultMusicYears.png
  2236. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2237. This is a PNG - lets load it via libpng...
  2238. DefaultNetwork.png
  2239. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2240. This is a PNG - lets load it via libpng...
  2241. DefaultPicture.png
  2242. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2243. This is a PNG - lets load it via libpng...
  2244. DefaultPlaylist.png
  2245. **** duplicate of DefaultMusicPlaylists.png
  2246. This is a PNG - lets load it via libpng...
  2247. DefaultProgram.png
  2248. **** duplicate of DefaultAddonProgram.png
  2249. This is a PNG - lets load it via libpng...
  2250. DefaultRecentlyAddedEpisodes.png
  2251. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2252. This is a PNG - lets load it via libpng...
  2253. DefaultRecentlyAddedMovies.png
  2254. **** duplicate of DefaultRecentlyAddedEpisodes.png
  2255. This is a PNG - lets load it via libpng...
  2256. DefaultRecentlyAddedMusicVideos.png
  2257. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2258. This is a PNG - lets load it via libpng...
  2259. DefaultRemovableDisk.png
  2260. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2261. This is a PNG - lets load it via libpng...
  2262. DefaultScript.png
  2263. frame 0 (delay: 0) libpng warning: iCCP: known incorrect sRGB profile
  2264. libpng warning: iCCP: known incorrect sRGB profile
  2265. libpng warning: iCCP: known incorrect sRGB profile
  2266. libpng warning: iCCP: known incorrect sRGB profile
  2267. ARGB (105,105 @ 44100 bytes)
  2268. This is a PNG - lets load it via libpng...
  2269. DefaultSets.png
  2270. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2271. This is a PNG - lets load it via libpng...
  2272. DefaultStudios.png
  2273. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2274. This is a PNG - lets load it via libpng...
  2275. DefaultTVShowTitle.png
  2276. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2277. This is a PNG - lets load it via libpng...
  2278. DefaultTVShows.png
  2279. **** duplicate of DefaultTVShowTitle.png
  2280. This is a PNG - lets load it via libpng...
  2281. DefaultTVShowsSquare.png
  2282. frame 0 (delay: 0) ARGB * (256,256 @ 262144 bytes)
  2283. This is a PNG - lets load it via libpng...
  2284. DefaultTags.png
  2285. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  2286. This is a PNG - lets load it via libpng...
  2287. DefaultUser.png
  2288. frame 0 (delay: 0) ARGB * (256,256 @ 262144 bytes)
  2289. This is a PNG - lets load it via libpng...
  2290. DefaultVCD.png
  2291. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2292. This is a PNG - lets load it via libpng...
  2293. DefaultVideo.png
  2294. frame 0 (delay: 0) ARGB * (256,392 @ 401408 bytes)
  2295. This is a PNG - lets load it via libpng...
  2296. DefaultVideoCover.png
  2297. **** duplicate of DefaultVideo.png
  2298. This is a PNG - lets load it via libpng...
  2299. DefaultVideoDeleted.png
  2300. frame 0 (delay: 0) ARGB (105,105 @ 44100 bytes)
  2301. This is a PNG - lets load it via libpng...
  2302. DefaultVideoPlaylists.png
  2303. **** duplicate of DefaultMusicPlaylists.png
  2304. This is a PNG - lets load it via libpng...
  2305. DefaultYear.png
  2306. **** duplicate of DefaultMusicYears.png
  2307. This is a PNG - lets load it via libpng...
  2308. OverlayLocked.png
  2309. frame 0 (delay: 0) ARGB (55,52 @ 11440 bytes)
  2310. This is a PNG - lets load it via libpng...
  2311. OverlayRAR.png
  2312. frame 0 (delay: 0) ARGB (55,52 @ 11440 bytes)
  2313. This is a PNG - lets load it via libpng...
  2314. OverlayUnwatched.png
  2315. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  2316. This is a PNG - lets load it via libpng...
  2317. OverlayWatched.png
  2318. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  2319. This is a PNG - lets load it via libpng...
  2320. OverlayZIP.png
  2321. **** duplicate of OverlayRAR.png
  2322. This is a PNG - lets load it via libpng...
  2323. buttons/button-alt-nofo.png
  2324. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  2325. This is a PNG - lets load it via libpng...
  2326. buttons/button-fo.png
  2327. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  2328. This is a PNG - lets load it via libpng...
  2329. buttons/button-nofo.png
  2330. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  2331. This is a PNG - lets load it via libpng...
  2332. buttons/dialogbutton-fo.png
  2333. **** duplicate of buttons/button-fo.png
  2334. This is a PNG - lets load it via libpng...
  2335. buttons/dialogbutton-nofo.png
  2336. **** duplicate of buttons/button-nofo.png
  2337. This is a PNG - lets load it via libpng...
  2338. buttons/radio-button-off.png
  2339. frame 0 (delay: 0) ARGB (120,75 @ 36000 bytes)
  2340. This is a PNG - lets load it via libpng...
  2341. buttons/radio-button-on.png
  2342. frame 0 (delay: 0) ARGB (120,75 @ 36000 bytes)
  2343. This is a PNG - lets load it via libpng...
  2344. buttlibpng warning: iCCP: known incorrect sRGB profile
  2345. libpng warning: iCCP: known incorrect sRGB profile
  2346. libpng warning: iCCP: known incorrect sRGB profile
  2347. libpng warning: iCCP: known incorrect sRGB profile
  2348. libpng warning: iCCP: known incorrect sRGB profile
  2349. ons/slider-back.png
  2350. frame 0 (delay: 0) ARGB (150,28 @ 16800 bytes)
  2351. This is a PNG - lets load it via libpng...
  2352. buttons/slider-nib.png
  2353. frame 0 (delay: 0) ARGB (28,28 @ 3136 bytes)
  2354. This is a PNG - lets load it via libpng...
  2355. buttons/spinctrl/arrow-light-down.png
  2356. frame 0 (delay: 0) ARGB (55,120 @ 26400 bytes)
  2357. This is a PNG - lets load it via libpng...
  2358. buttons/spinctrl/arrow-light-up.png
  2359. frame 0 (delay: 0) ARGB (55,120 @ 26400 bytes)
  2360. This is a PNG - lets load it via libpng...
  2361. buttons/thumbnail_focused.png
  2362. frame 0 (delay: 0) ARGB (20,55 @ 4400 bytes)
  2363. This is a PNG - lets load it via libpng...
  2364. calibrate/cal_br.png
  2365. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  2366. This is a PNG - lets load it via libpng...
  2367. calibrate/cal_ratio.png
  2368. frame 0 (delay: 0) ARGB (500,500 @ 1000000 bytes)
  2369. This is a PNG - lets load it via libpng...
  2370. calibrate/cal_sub.png
  2371. frame 0 (delay: 0) ARGB (384,128 @ 196608 bytes)
  2372. This is a PNG - lets load it via libpng...
  2373. calibrate/cal_tl.png
  2374. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  2375. This is a PNG - lets load it via libpng...
  2376. colors/black.png
  2377. frame 0 (delay: 0) ARGB * (4,4 @ 64 bytes)
  2378. This is a PNG - lets load it via libpng...
  2379. colors/white.png
  2380. frame 0 (delay: 0) ARGB * (4,4 @ 64 bytes)
  2381. This is a PNG - lets load it via libpng...
  2382. colors/white50.png
  2383. frame 0 (delay: 0) ARGB (4,4 @ 64 bytes)
  2384. This is a PNG - lets load it via libpng...
  2385. colors/white70.png
  2386. frame 0 (delay: 0) ARGB (4,4 @ 64 bytes)
  2387. This is a PNG - lets load it via libpng...
  2388. dialogs/close.png
  2389. frame 0 (delay: 0) ARGB (84,84 @ 28224 bytes)
  2390. This is a PNG - lets load it via libpng...
  2391. dialogs/dialog-bg-solid.png
  2392. frame 0 (delay: 0) ARGB * (1004,594 @ 2385504 bytes)
  2393. This is a PNG - lets load it via libpng...
  2394. dialogs/dialog-bg.png
  2395. frame 0 (delay: 0) ARGB (1004,594 @ 2385504 bytes)
  2396. This is a PNG - lets load it via libpng...
  2397. dialogs/extendedprogress/loading-back.pn
  2398. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2399. This is a PNG - lets load it via libpng...
  2400. dialogs/extendedprogress/loading.png
  2401. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  2402. This is a PNG - lets load it via libpng...
  2403. dialogs/separator-grey.png
  2404. frame 0 (delay: 0) ARGB (196,6 @ 4704 bytes)
  2405. This is a PNG - lets load it via libpng...
  2406. dialogs/separator.png
  2407. frame 0 (delay: 0) ARGB (8,4 @ 128 bytes)
  2408. This is a PNG - lets load it via libpng...
  2409. dialogs/volume/mute.png
  2410. frame 0 (delay: 0) ARGB (104,104 @ 43264 bytes)
  2411. This is a PNG - lets load it via libpng...
  2412. dialogs/volume/progress/p 0.png
  2413. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2414. This is a PNG - lets load it via libpng...
  2415. dialogs/volume/progress/p 1.png
  2416. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2417. This is a PNG - lets load it via libpng...
  2418. dialogs/volume/progress/p 2.png
  2419. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2420. This is a PNG - lets load libpng warning: iCCP: known incorrect sRGB profile
  2421. libpng warning: iCCP: known incorrect sRGB profile
  2422. libpng warning: iCCP: known incorrect sRGB profile
  2423. libpng warning: iCCP: known incorrect sRGB profile
  2424. libpng warning: iCCP: known incorrect sRGB profile
  2425. libpng warning: iCCP: known incorrect sRGB profile
  2426. libpng warning: iCCP: known incorrect sRGB profile
  2427. libpng warning: iCCP: known incorrect sRGB profile
  2428. libpng warning: iCCP: known incorrect sRGB profile
  2429. libpng warning: iCCP: known incorrect sRGB profile
  2430. libpng warning: iCCP: known incorrect sRGB profile
  2431. libpng warning: iCCP: known incorrect sRGB profile
  2432. libpng warning: iCCP: known incorrect sRGB profile
  2433. libpng warning: iCCP: known incorrect sRGB profile
  2434. libpng warning: iCCP: known incorrect sRGB profile
  2435. libpng warning: iCCP: known incorrect sRGB profile
  2436. libpng warning: iCCP: known incorrect sRGB profile
  2437. libpng warning: iCCP: known incorrect sRGB profile
  2438. libpng warning: iCCP: known incorrect sRGB profile
  2439. libpng warning: iCCP: known incorrect sRGB profile
  2440. libpng warning: iCCP: known incorrect sRGB profile
  2441. libpng warning: iCCP: known incorrect sRGB profile
  2442. libpng warning: iCCP: known incorrect sRGB profile
  2443. libpng warning: iCCP: known incorrect sRGB profile
  2444. it via libpng...
  2445. dialogs/volume/progress/p 3.png
  2446. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2447. This is a PNG - lets load it via libpng...
  2448. dialogs/volume/progress/p 4.png
  2449. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2450. This is a PNG - lets load it via libpng...
  2451. dialogs/volume/progress/p 5.png
  2452. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2453. This is a PNG - lets load it via libpng...
  2454. dialogs/volume/progress/p 6.png
  2455. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2456. This is a PNG - lets load it via libpng...
  2457. dialogs/volume/progress/p 7.png
  2458. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2459. This is a PNG - lets load it via libpng...
  2460. dialogs/volume/progress/p 8.png
  2461. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2462. This is a PNG - lets load it via libpng...
  2463. dialogs/volume/progress/p 9.png
  2464. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2465. This is a PNG - lets load it via libpng...
  2466. dialogs/volume/progress/p1.png
  2467. **** duplicate of dialogs/volume/progress/p 1.png
  2468. This is a PNG - lets load it via libpng...
  2469. dialogs/volume/progress/p10.png
  2470. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2471. This is a PNG - lets load it via libpng...
  2472. dialogs/volume/progress/p100.png
  2473. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2474. This is a PNG - lets load it via libpng...
  2475. dialogs/volume/progress/p11.png
  2476. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2477. This is a PNG - lets load it via libpng...
  2478. dialogs/volume/progress/p12.png
  2479. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2480. This is a PNG - lets load it via libpng...
  2481. dialogs/volume/progress/p13.png
  2482. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2483. This is a PNG - lets load it via libpng...
  2484. dialogs/volume/progress/p14.png
  2485. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2486. This is a PNG - lets load it via libpng...
  2487. dialogs/volume/progress/p15.png
  2488. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2489. This is a PNG - lets load it via libpng...
  2490. dialogs/volume/progress/p16.png
  2491. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2492. This is a PNG - lets load it via libpng...
  2493. dialogs/volume/progress/p17.png
  2494. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2495. This is a PNG - lets load it via libpng...
  2496. dialogs/volume/progress/p18.png
  2497. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2498. This is a PNG - lets load it via libpng...
  2499. dialogs/volume/progress/p19.png
  2500. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2501. This is a PNG - lets load it via libpng...
  2502. dialogs/volume/progress/p2.png
  2503. **** duplicate of dialogs/volume/progress/p 2.png
  2504. This is a PNG - lets load it via libpng...
  2505. dialogs/volume/progress/p20.png
  2506. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2507. This is a PNG - lets load it via libpng...
  2508. dialogs/volume/progress/p21.png
  2509. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2510. This is a PNG - lets load it via libpng...
  2511. dialogs/volume/progress/p22.png
  2512. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2513. This is a PNG - lets load it via libpng...
  2514. dialogs/volume/progress/p23.png
  2515. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2516. This is a PNlibpng warning: iCCP: known incorrect sRGB profile
  2517. libpng warning: iCCP: known incorrect sRGB profile
  2518. libpng warning: iCCP: known incorrect sRGB profile
  2519. libpng warning: iCCP: known incorrect sRGB profile
  2520. libpng warning: iCCP: known incorrect sRGB profile
  2521. libpng warning: iCCP: known incorrect sRGB profile
  2522. libpng warning: iCCP: known incorrect sRGB profile
  2523. libpng warning: iCCP: known incorrect sRGB profile
  2524. libpng warning: iCCP: known incorrect sRGB profile
  2525. libpng warning: iCCP: known incorrect sRGB profile
  2526. libpng warning: iCCP: known incorrect sRGB profile
  2527. libpng warning: iCCP: known incorrect sRGB profile
  2528. libpng warning: iCCP: known incorrect sRGB profile
  2529. libpng warning: iCCP: known incorrect sRGB profile
  2530. libpng warning: iCCP: known incorrect sRGB profile
  2531. libpng warning: iCCP: known incorrect sRGB profile
  2532. libpng warning: iCCP: known incorrect sRGB profile
  2533. libpng warning: iCCP: known incorrect sRGB profile
  2534. libpng warning: iCCP: known incorrect sRGB profile
  2535. libpng warning: iCCP: known incorrect sRGB profile
  2536. libpng warning: iCCP: known incorrect sRGB profile
  2537. libpng warning: iCCP: known incorrect sRGB profile
  2538. libpng warning: iCCP: known incorrect sRGB profile
  2539. libpng warning: iCCP: known incorrect sRGB profile
  2540. G - lets load it via libpng...
  2541. dialogs/volume/progress/p24.png
  2542. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2543. This is a PNG - lets load it via libpng...
  2544. dialogs/volume/progress/p25.png
  2545. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2546. This is a PNG - lets load it via libpng...
  2547. dialogs/volume/progress/p26.png
  2548. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2549. This is a PNG - lets load it via libpng...
  2550. dialogs/volume/progress/p27.png
  2551. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2552. This is a PNG - lets load it via libpng...
  2553. dialogs/volume/progress/p28.png
  2554. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2555. This is a PNG - lets load it via libpng...
  2556. dialogs/volume/progress/p29.png
  2557. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2558. This is a PNG - lets load it via libpng...
  2559. dialogs/volume/progress/p3.png
  2560. **** duplicate of dialogs/volume/progress/p 3.png
  2561. This is a PNG - lets load it via libpng...
  2562. dialogs/volume/progress/p30.png
  2563. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2564. This is a PNG - lets load it via libpng...
  2565. dialogs/volume/progress/p31.png
  2566. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2567. This is a PNG - lets load it via libpng...
  2568. dialogs/volume/progress/p32.png
  2569. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2570. This is a PNG - lets load it via libpng...
  2571. dialogs/volume/progress/p33.png
  2572. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2573. This is a PNG - lets load it via libpng...
  2574. dialogs/volume/progress/p34.png
  2575. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2576. This is a PNG - lets load it via libpng...
  2577. dialogs/volume/progress/p35.png
  2578. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2579. This is a PNG - lets load it via libpng...
  2580. dialogs/volume/progress/p36.png
  2581. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2582. This is a PNG - lets load it via libpng...
  2583. dialogs/volume/progress/p37.png
  2584. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2585. This is a PNG - lets load it via libpng...
  2586. dialogs/volume/progress/p38.png
  2587. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2588. This is a PNG - lets load it via libpng...
  2589. dialogs/volume/progress/p39.png
  2590. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2591. This is a PNG - lets load it via libpng...
  2592. dialogs/volume/progress/p4.png
  2593. **** duplicate of dialogs/volume/progress/p 4.png
  2594. This is a PNG - lets load it via libpng...
  2595. dialogs/volume/progress/p40.png
  2596. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2597. This is a PNG - lets load it via libpng...
  2598. dialogs/volume/progress/p41.png
  2599. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2600. This is a PNG - lets load it via libpng...
  2601. dialogs/volume/progress/p42.png
  2602. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2603. This is a PNG - lets load it via libpng...
  2604. dialogs/volume/progress/p43.png
  2605. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2606. This is a PNG - lets load it via libpng...
  2607. dialogs/volume/progress/p44.png
  2608. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2609. This is a PNG - lets load it via libpng...
  2610. dialogs/volume/progress/p45.png
  2611. frame 0 (delay: 0) ARGB (300,300 @ 360000 byteslibpng warning: iCCP: known incorrect sRGB profile
  2612. libpng warning: iCCP: known incorrect sRGB profile
  2613. libpng warning: iCCP: known incorrect sRGB profile
  2614. libpng warning: iCCP: known incorrect sRGB profile
  2615. libpng warning: iCCP: known incorrect sRGB profile
  2616. libpng warning: iCCP: known incorrect sRGB profile
  2617. libpng warning: iCCP: known incorrect sRGB profile
  2618. libpng warning: iCCP: known incorrect sRGB profile
  2619. libpng warning: iCCP: known incorrect sRGB profile
  2620. libpng warning: iCCP: known incorrect sRGB profile
  2621. libpng warning: iCCP: known incorrect sRGB profile
  2622. libpng warning: iCCP: known incorrect sRGB profile
  2623. libpng warning: iCCP: known incorrect sRGB profile
  2624. libpng warning: iCCP: known incorrect sRGB profile
  2625. libpng warning: iCCP: known incorrect sRGB profile
  2626. libpng warning: iCCP: known incorrect sRGB profile
  2627. libpng warning: iCCP: known incorrect sRGB profile
  2628. libpng warning: iCCP: known incorrect sRGB profile
  2629. libpng warning: iCCP: known incorrect sRGB profile
  2630. libpng warning: iCCP: known incorrect sRGB profile
  2631. libpng warning: iCCP: known incorrect sRGB profile
  2632. libpng warning: iCCP: known incorrect sRGB profile
  2633. libpng warning: iCCP: known incorrect sRGB profile
  2634. libpng warning: iCCP: known incorrect sRGB profile
  2635. )
  2636. This is a PNG - lets load it via libpng...
  2637. dialogs/volume/progress/p46.png
  2638. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2639. This is a PNG - lets load it via libpng...
  2640. dialogs/volume/progress/p47.png
  2641. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2642. This is a PNG - lets load it via libpng...
  2643. dialogs/volume/progress/p48.png
  2644. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2645. This is a PNG - lets load it via libpng...
  2646. dialogs/volume/progress/p49.png
  2647. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2648. This is a PNG - lets load it via libpng...
  2649. dialogs/volume/progress/p5.png
  2650. **** duplicate of dialogs/volume/progress/p 5.png
  2651. This is a PNG - lets load it via libpng...
  2652. dialogs/volume/progress/p50.png
  2653. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2654. This is a PNG - lets load it via libpng...
  2655. dialogs/volume/progress/p51.png
  2656. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2657. This is a PNG - lets load it via libpng...
  2658. dialogs/volume/progress/p52.png
  2659. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2660. This is a PNG - lets load it via libpng...
  2661. dialogs/volume/progress/p53.png
  2662. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2663. This is a PNG - lets load it via libpng...
  2664. dialogs/volume/progress/p54.png
  2665. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2666. This is a PNG - lets load it via libpng...
  2667. dialogs/volume/progress/p55.png
  2668. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2669. This is a PNG - lets load it via libpng...
  2670. dialogs/volume/progress/p56.png
  2671. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2672. This is a PNG - lets load it via libpng...
  2673. dialogs/volume/progress/p57.png
  2674. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2675. This is a PNG - lets load it via libpng...
  2676. dialogs/volume/progress/p58.png
  2677. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2678. This is a PNG - lets load it via libpng...
  2679. dialogs/volume/progress/p59.png
  2680. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2681. This is a PNG - lets load it via libpng...
  2682. dialogs/volume/progress/p6.png
  2683. **** duplicate of dialogs/volume/progress/p 6.png
  2684. This is a PNG - lets load it via libpng...
  2685. dialogs/volume/progress/p60.png
  2686. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2687. This is a PNG - lets load it via libpng...
  2688. dialogs/volume/progress/p61.png
  2689. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2690. This is a PNG - lets load it via libpng...
  2691. dialogs/volume/progress/p62.png
  2692. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2693. This is a PNG - lets load it via libpng...
  2694. dialogs/volume/progress/p63.png
  2695. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2696. This is a PNG - lets load it via libpng...
  2697. dialogs/volume/progress/p64.png
  2698. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2699. This is a PNG - lets load it via libpng...
  2700. dialogs/volume/progress/p65.png
  2701. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2702. This is a PNG - lets load it via libpng...
  2703. dialogs/volume/progress/p66.png
  2704. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2705. This is a PNG - lets load it via libpng...
  2706. dialogs/volume/progress/p67.png
  2707. frame 0 (delay: 0) ARGB (300,300 libpng warning: iCCP: known incorrect sRGB profile
  2708. libpng warning: iCCP: known incorrect sRGB profile
  2709. libpng warning: iCCP: known incorrect sRGB profile
  2710. libpng warning: iCCP: known incorrect sRGB profile
  2711. libpng warning: iCCP: known incorrect sRGB profile
  2712. libpng warning: iCCP: known incorrect sRGB profile
  2713. libpng warning: iCCP: known incorrect sRGB profile
  2714. libpng warning: iCCP: known incorrect sRGB profile
  2715. libpng warning: iCCP: known incorrect sRGB profile
  2716. libpng warning: iCCP: known incorrect sRGB profile
  2717. libpng warning: iCCP: known incorrect sRGB profile
  2718. libpng warning: iCCP: known incorrect sRGB profile
  2719. libpng warning: iCCP: known incorrect sRGB profile
  2720. libpng warning: iCCP: known incorrect sRGB profile
  2721. libpng warning: iCCP: known incorrect sRGB profile
  2722. libpng warning: iCCP: known incorrect sRGB profile
  2723. libpng warning: iCCP: known incorrect sRGB profile
  2724. libpng warning: iCCP: known incorrect sRGB profile
  2725. libpng warning: iCCP: known incorrect sRGB profile
  2726. libpng warning: iCCP: known incorrect sRGB profile
  2727. libpng warning: iCCP: known incorrect sRGB profile
  2728. libpng warning: iCCP: known incorrect sRGB profile
  2729. libpng warning: iCCP: known incorrect sRGB profile
  2730. libpng warning: iCCP: known incorrect sRGB profile
  2731. @ 360000 bytes)
  2732. This is a PNG - lets load it via libpng...
  2733. dialogs/volume/progress/p68.png
  2734. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2735. This is a PNG - lets load it via libpng...
  2736. dialogs/volume/progress/p69.png
  2737. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2738. This is a PNG - lets load it via libpng...
  2739. dialogs/volume/progress/p7.png
  2740. **** duplicate of dialogs/volume/progress/p 7.png
  2741. This is a PNG - lets load it via libpng...
  2742. dialogs/volume/progress/p70.png
  2743. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2744. This is a PNG - lets load it via libpng...
  2745. dialogs/volume/progress/p71.png
  2746. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2747. This is a PNG - lets load it via libpng...
  2748. dialogs/volume/progress/p72.png
  2749. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2750. This is a PNG - lets load it via libpng...
  2751. dialogs/volume/progress/p73.png
  2752. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2753. This is a PNG - lets load it via libpng...
  2754. dialogs/volume/progress/p74.png
  2755. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2756. This is a PNG - lets load it via libpng...
  2757. dialogs/volume/progress/p75.png
  2758. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2759. This is a PNG - lets load it via libpng...
  2760. dialogs/volume/progress/p76.png
  2761. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2762. This is a PNG - lets load it via libpng...
  2763. dialogs/volume/progress/p77.png
  2764. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2765. This is a PNG - lets load it via libpng...
  2766. dialogs/volume/progress/p78.png
  2767. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2768. This is a PNG - lets load it via libpng...
  2769. dialogs/volume/progress/p79.png
  2770. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2771. This is a PNG - lets load it via libpng...
  2772. dialogs/volume/progress/p8.png
  2773. **** duplicate of dialogs/volume/progress/p 8.png
  2774. This is a PNG - lets load it via libpng...
  2775. dialogs/volume/progress/p80.png
  2776. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2777. This is a PNG - lets load it via libpng...
  2778. dialogs/volume/progress/p81.png
  2779. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2780. This is a PNG - lets load it via libpng...
  2781. dialogs/volume/progress/p82.png
  2782. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2783. This is a PNG - lets load it via libpng...
  2784. dialogs/volume/progress/p83.png
  2785. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2786. This is a PNG - lets load it via libpng...
  2787. dialogs/volume/progress/p84.png
  2788. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2789. This is a PNG - lets load it via libpng...
  2790. dialogs/volume/progress/p85.png
  2791. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2792. This is a PNG - lets load it via libpng...
  2793. dialogs/volume/progress/p86.png
  2794. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2795. This is a PNG - lets load it via libpng...
  2796. dialogs/volume/progress/p87.png
  2797. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2798. This is a PNG - lets load it via libpng...
  2799. dialogs/volume/progress/p88.png
  2800. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2801. This is a PNG - lets load it via libpng...
  2802. dialogs/volume/progress/p89.png
  2803. frame 0 (delay: 0) ARlibpng warning: iCCP: known incorrect sRGB profile
  2804. libpng warning: iCCP: known incorrect sRGB profile
  2805. libpng warning: iCCP: known incorrect sRGB profile
  2806. libpng warning: iCCP: known incorrect sRGB profile
  2807. libpng warning: iCCP: known incorrect sRGB profile
  2808. libpng warning: iCCP: known incorrect sRGB profile
  2809. libpng warning: iCCP: known incorrect sRGB profile
  2810. libpng warning: iCCP: known incorrect sRGB profile
  2811. libpng warning: iCCP: known incorrect sRGB profile
  2812. libpng warning: iCCP: known incorrect sRGB profile
  2813. libpng warning: iCCP: known incorrect sRGB profile
  2814. libpng warning: iCCP: known incorrect sRGB profile
  2815. libpng warning: iCCP: known incorrect sRGB profile
  2816. libpng warning: iCCP: known incorrect sRGB profile
  2817. GB (300,300 @ 360000 bytes)
  2818. This is a PNG - lets load it via libpng...
  2819. dialogs/volume/progress/p9.png
  2820. **** duplicate of dialogs/volume/progress/p 9.png
  2821. This is a PNG - lets load it via libpng...
  2822. dialogs/volume/progress/p90.png
  2823. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2824. This is a PNG - lets load it via libpng...
  2825. dialogs/volume/progress/p91.png
  2826. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2827. This is a PNG - lets load it via libpng...
  2828. dialogs/volume/progress/p92.png
  2829. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2830. This is a PNG - lets load it via libpng...
  2831. dialogs/volume/progress/p93.png
  2832. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2833. This is a PNG - lets load it via libpng...
  2834. dialogs/volume/progress/p94.png
  2835. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2836. This is a PNG - lets load it via libpng...
  2837. dialogs/volume/progress/p95.png
  2838. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2839. This is a PNG - lets load it via libpng...
  2840. dialogs/volume/progress/p96.png
  2841. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2842. This is a PNG - lets load it via libpng...
  2843. dialogs/volume/progress/p97.png
  2844. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2845. This is a PNG - lets load it via libpng...
  2846. dialogs/volume/progress/p98.png
  2847. frame 0 (delay: 0) ARGB (300,300 @ 360000 bytes)
  2848. This is a PNG - lets load it via libpng...
  2849. dialogs/volume/progress/p99.png
  2850. **** duplicate of dialogs/volume/progress/p100.png
  2851. This is a PNG - lets load it via libpng...
  2852. dialogs/volume/volume.png
  2853. frame 0 (delay: 0) ARGB (104,104 @ 43264 bytes)
  2854. This is a PNG - lets load it via libpng...
  2855. dialogs/volume/volume1.png
  2856. frame 0 (delay: 0) ARGB (104,104 @ 43264 bytes)
  2857. This is a PNG - lets load it via libpng...
  2858. dialogs/volume/volume2.png
  2859. frame 0 (delay: 0) ARGB (104,104 @ 43264 bytes)
  2860. This is a PNG - lets load it via libpng...
  2861. flags/aspectratio/1.33.png
  2862. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2863. This is a PNG - lets load it via libpng...
  2864. flags/aspectratio/1.37.png
  2865. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2866. This is a PNG - lets load it via libpng...
  2867. flags/aspectratio/1.66.png
  2868. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2869. This is a PNG - lets load it via libpng...
  2870. flags/aspectratio/1.78.png
  2871. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2872. This is a PNG - lets load it via libpng...
  2873. flags/aspectratio/1.85.png
  2874. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2875. This is a PNG - lets load it via libpng...
  2876. flags/aspectratio/2.20.png
  2877. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2878. This is a PNG - lets load it via libpng...
  2879. flags/aspectratio/2.35.png
  2880. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2881. This is a PNG - lets load it via libpng...
  2882. flags/aspectratio/2.40.png
  2883. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2884. This is a PNG - lets load it via libpng...
  2885. flags/aspectratio/2.55.png
  2886. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2887. This is a PNG - lets load it via libpng...
  2888. flags/aspectratio/2.76.png
  2889. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2890. This is a PNG - lets load it via libpng...
  2891. flags/audiochannel/0.png
  2892. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2893. This is a PNG - lets load it via libpng...
  2894. flags/audiochannel/1.png
  2895. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2896. This is a PNG - lets load it via libpng...
  2897. flags/audiochannel/10.png
  2898. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2899. This is a PNG - lets load it via libpng...
  2900. flags/audiochannel/2.png
  2901. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2902. This is a PNG - lets load it via libpng...
  2903. flags/audiochannel/3.png
  2904. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2905. This is a PNG - lets load it via libpng...
  2906. flags/audiochannel/4.png
  2907. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2908. This is a PNG - lets load it via libpng...
  2909. flags/audiochannel/5.png
  2910. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2911. This is a PNG - lets load it via libpng...
  2912. flags/audiochannel/6.png
  2913. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2914. This is a PNG - lets load it via libpng...
  2915. flags/audiochannel/7.png
  2916. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2917. This is a PNG - lets load it via libpng...
  2918. flags/audiochannel/8.png
  2919. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2920. This is a PNG - lets load it via libpng...
  2921. flags/audiocodec/aac.png
  2922. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2923. This is a PNG - lets load it via libpng...
  2924. flags/audiocodec/ac3.png
  2925. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2926. This is a PNG - lets load it via libpng...
  2927. flags/audiocodec/aif.png
  2928. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2929. This is a PNG - lets load it via libpng...
  2930. flags/audiocodec/aifc.png
  2931. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2932. This is a PNG - lets load it via libpng...
  2933. flags/audiocodec/aiff.png
  2934. **** duplicate of flags/audiocodec/aif.png
  2935. This is a PNG - lets load it via libpng...
  2936. flags/audiocodec/alac.png
  2937. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2938. This is a PNG - lets load it via libpng...
  2939. flags/audiocodec/ape.png
  2940. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2941. This is a PNG - lets load it via libpng...
  2942. flags/audiocodec/avc.png
  2943. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2944. This is a PNG - lets load it via libpng...
  2945. flags/audiocodec/cdda.png
  2946. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2947. This is a PNG - lets load it via libpng...
  2948. flags/audiocodec/dca.png
  2949. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2950. This is a PNG - lets load it via libpng...
  2951. flags/audiocodec/dolbydigital.png
  2952. **** duplicate of flags/audiocodec/ac3.png
  2953. This is a PNG - lets load it via libpng...
  2954. flags/audiocodec/dts.png
  2955. **** duplicate of flags/audiocodec/dca.png
  2956. This is a PNG - lets load it via libpng...
  2957. flags/audiocodec/dtshd_hra.png
  2958. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2959. This is a PNG - lets load it via libpng...
  2960. flags/audiocodec/dtshd_ma.png
  2961. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2962. This is a PNG - lets load it via libpng...
  2963. flags/audiocodec/dtsma.png
  2964. **** duplicate of flags/audiocodec/dtshd_ma.png
  2965. This is a PNG - lets load it via libpng...
  2966. flags/audiocodec/eac3.png
  2967. **** duplicate of flags/audiocodec/ac3.png
  2968. This is a PNG - lets load it via libpng...
  2969. flags/audiocodec/flac.png
  2970. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2971. This is a PNG - lets load it via libpng...
  2972. flags/audiocodec/mp1.png
  2973. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2974. This is a PNG - lets load it via libpng...
  2975. flags/audiocodec/mp2.png
  2976. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2977. This is a PNG - lets load it via libpng...
  2978. flags/audiocodec/mp3.png
  2979. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2980. This is a PNG - lets load it via libpng...
  2981. flags/audiocodec/ogg.png
  2982. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2983. This is a PNG - lets load it via libpng...
  2984. flags/audiocodec/opus.png
  2985. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2986. This is a PNG - lets load it via libpng...
  2987. flags/audiocodec/pcm.png
  2988. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  2989. This is a PNG - lets load it via libpng...
  2990. flags/audiocodec/pcm_bluray.png
  2991. **** duplicate of flags/audiocodec/pcm.png
  2992. This is a PNG - lets load it via libpng...
  2993. flags/audiocodec/pcm_s16le.png
  2994. **** duplicate of flags/audiocodec/pcm.png
  2995. This is a PNG - lets load it via libpng...
  2996. flags/audiocodec/pcm_s24le.png
  2997. **** duplicate of flags/audiocodec/pcm.png
  2998. This is a PNG - lets load it via libpng...
  2999. flags/audiocodec/truehd.png
  3000. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3001. This is a PNG - lets load it via libpng...
  3002. flags/audiocodec/vorbis.png
  3003. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3004. This is a PNG - lets load it via libpng...
  3005. flags/audiocodec/wav.png
  3006. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3007. This is a PNG - lets load it via libpng...
  3008. flags/audiocodec/wavpack.png
  3009. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3010. This is a PNG - lets load it via libpng...
  3011. flags/audiocodec/wma.png
  3012. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3013. This is a PNG - lets load it via libpng...
  3014. flags/audiocodec/wmapro.png
  3015. **** duplicate of flags/audiocodec/wma.png
  3016. This is a PNG - lets load it via libpng...
  3017. flags/audiocodec/wmav2.png
  3018. **** duplicate of flags/audiocodec/wma.png
  3019. This is a PNG - lets load it via libpng...
  3020. flags/starrating/rating0.png
  3021. frame 0 (delay: 0) ARGB (128,32 @ 16384 bytes)
  3022. This is a PNG - lets load it via libpng...
  3023. flags/starrating/rating1.png
  3024. frame 0 (delay: 0) ARGB (128,32 @ 16384 bytes)
  3025. This is a PNG - lets load it via libpng...
  3026. flags/starrating/rating2.png
  3027. frame 0 (delay: 0) ARGB (128,32 @ 16384 bytes)
  3028. This is a PNG - lets load it via libpng...
  3029. flags/starrating/rating3.png
  3030. frame 0 (delay: 0) ARGB (128,32 @ 16384 bytes)
  3031. This is a PNG - lets load it via libpng...
  3032. flags/starrating/rating4.png
  3033. frame 0 (delay: 0) ARGB (128,32 @ 16384 bytes)
  3034. This is a PNG - lets load it via libpng...
  3035. flags/starrating/rating5.png
  3036. frame 0 (delay: 0) ARGB (128,32 @ 16384 bytes)
  3037. This is a PNG - lets load it via libpng...
  3038. flags/videocodec/avc1.png
  3039. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3040. This is a PNG - lets load it via libpng...
  3041. flags/videocodec/bluray.png
  3042. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3043. This is a PNG - lets load it via libpng...
  3044. flags/videocodec/div3.png
  3045. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3046. This is a PNG - lets load it via libpng...
  3047. flags/videocodec/divx.png
  3048. **** duplicate of flags/videocodec/div3.png
  3049. This is a PNG - lets load it via libpng...
  3050. flags/videocodec/dvd.png
  3051. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3052. This is a PNG - lets load it via libpng...
  3053. flags/videocodec/dx50.png
  3054. **** duplicate of flags/videocodec/div3.png
  3055. This is a PNG - lets load it via libpng...
  3056. flags/videocodec/flv.png
  3057. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3058. This is a PNG - lets load it via libpng...
  3059. flags/videocodec/h264.png
  3060. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3061. This is a PNG - lets load it via libpng...
  3062. flags/videocodec/hddvd.png
  3063. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3064. This is a PNG - lets load it via libpng...
  3065. flags/videocodec/hdmv.png
  3066. **** duplicate of flags/videocodec/bluray.png
  3067. This is a PNG - lets load it via libpng...
  3068. flags/videocodec/hev1.png
  3069. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3070. This is a PNG - lets load it via libpng...
  3071. flags/videocodec/hevc.png
  3072. **** duplicate of flags/videocodec/hev1.png
  3073. This is a PNG - lets load it via libpng...
  3074. flags/videocodec/hvc1.png
  3075. **** duplicate of flags/videocodec/hev1.png
  3076. This is a PNG - lets load it via libpng...
  3077. flags/videocodec/mp4v.png
  3078. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3079. This is a PNG - lets load it via libpng...
  3080. flags/videocodec/mpeg1.png
  3081. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3082. This is a PNG - lets load it via libpng...
  3083. flags/videocodec/mpeg1video.png
  3084. **** duplicate of flags/videocodec/mpeg1.png
  3085. This is a PNG - lets load it via libpng...
  3086. flags/videocodec/mpeg2.png
  3087. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3088. This is a PNG - lets load it via libpng...
  3089. flags/videocodec/mpeg2video.png
  3090. **** duplicate of flags/videocodec/mpeg2.png
  3091. This is a PNG - lets load it via libpng...
  3092. flags/videocodec/tv.png
  3093. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3094. This is a PNG - lets load it via libpng...
  3095. flags/videocodec/vc-1.png
  3096. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3097. This is a PNG - lets load it via libpng...
  3098. flags/videocodec/vhs.png
  3099. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3100. This is a PNG - lets load it via libpng...
  3101. flags/videocodec/vp8.png
  3102. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3103. This is a PNG - lets load it via libpng...
  3104. flags/videocodec/vp9.png
  3105. **** duplicate of flags/videocodec/vp8.png
  3106. This is a PNG - lets load it via libpng...
  3107. flags/videocodec/wmv.png
  3108. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3109. This is a PNG - lets load it via libpng...
  3110. flags/videocodec/wmv3.png
  3111. **** duplicate of flags/videocodec/wmv.png
  3112. This is a PNG - lets load it via libpng...
  3113. flags/videocodec/wvc1.png
  3114. **** duplicate of flags/videocodec/vc-1.png
  3115. This is a PNG - lets load it via libpng...
  3116. flags/videocodec/xvid.png
  3117. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3118. This is a PNG - lets load it via libpng...
  3119. flags/videoresolution/1080.png
  3120. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3121. This is a PNG - lets load it via libpng...
  3122. flags/videoresolution/3D.png
  3123. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3124. This is a PNG - lets load it via libpng...
  3125. flags/videoresolution/480.png
  3126. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3127. This is a PNG - lets load it via libpng...
  3128. flags/videoresolution/4K.png
  3129. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3130. This is a PNG - lets load it via libpng...
  3131. flags/videoresolution/540.png
  3132. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3133. This is a PNG - lets load it via libpng...
  3134. flags/videoresolution/576.png
  3135. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3136. This is a PNG - lets load it via libpng...
  3137. flags/videoresolution/720.png
  3138. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  3139. This is a PNG - lets load it via libpng...
  3140. frame/InfoBar.png
  3141. frame 0 (delay: 0) ARGB (40,200 @ 32000 bytes)
  3142. This is a PNG - lets load it via libpng...
  3143. frame/clock.png
  3144. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3145. This is a PNG - lets load it via libpng...
  3146. frame/item-count.png
  3147. frame 0 (delay: 0) ARGB (54,44 @ 9504 bytes)
  3148. This is a PNG - lets load it via libpng...
  3149. frame/menu-fo.png
  3150. frame 0 (delay: 0) ARGB (44,44 @ 7744 bytes)
  3151. This is a PNG - lets load it via libpng...
  3152. frame/menu-nofo.png
  3153. frame 0 (delay: 0) ARGB (44,44 @ 7744 bytes)
  3154. This is a PNG - lets load it via libpng...
  3155. icons/addonstatus/disable.png
  3156. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3157. This is a PNG - lets load it via libpng...
  3158. icons/addonstatus/install.png
  3159. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3160. This is a PNG - lets load it via libpng...
  3161. icons/addonstatus/orphan.png
  3162. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3163. This is a PNG - lets load it via libpng...
  3164. icons/addonstatus/update.png
  3165. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3166. This is a PNG - lets load it via libpng...
  3167. icons/eventlog/levels.png
  3168. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3169. This is a PNG - lets load it via libpng...
  3170. icons/eventlog/order.png
  3171. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3172. This is a PNG - lets load it via libpng...
  3173. icons/eventlog/settings.png
  3174. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3175. This is a PNG - lets load it via libpng...
  3176. icons/favourites.png
  3177. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  3178. This is a PNG - lets load it via libpng...
  3179. icons/file-manager/left-right.png
  3180. frame 0 (delay: 0) ARGB (96,96 @ 36864 bytes)
  3181. This is a PNG - lets load it via libpng...
  3182. icons/filemanager.png
  3183. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  3184. This is a PNG - lets load it via libpng...
  3185. icons/home/addons.png
  3186. frame 0 (delay: 0) ARGB (70,70 @ 19600 bytes)
  3187. This is a PNG - lets load it via libpng...
  3188. icons/home/livetv.png
  3189. frame 0 (delay: 0) ARGB (70,70 @ 19600 bytes)
  3190. This is a PNG - lets load it via libpng...
  3191. icons/home/movies.png
  3192. frame 0 (delay: 0) ARGB (70,70 @ 19600 bytes)
  3193. This is a PNG - lets load it via libpng...
  3194. icons/home/music.png
  3195. frame 0 (delay: 0) ARGB (70,70 @ 19600 bytes)
  3196. This is a PNG - lets load it via libpng...
  3197. icons/home/pictures.png
  3198. frame 0 (delay: 0) ARGB (70,70 @ 19600 bytes)
  3199. This is a PNG - lets load it via libpng...
  3200. icons/home/radio.png
  3201. frame 0 (delay: 0) ARGB (70,70 @ 19600 bytes)
  3202. This is a PNG - lets load it via libpng...
  3203. icons/home/tv.png
  3204. frame 0 (delay: 0) ARGB (70,70 @ 19600 bytes)
  3205. This is a PNG - lets load it via libpng...
  3206. icons/home/videos.png
  3207. frame 0 (delay: 0) ARGB (70,70 @ 19600 bytes)
  3208. This is a PNG - lets load it via libpng...
  3209. icons/home/weather.png
  3210. frame 0 (delay: 0) ARGB (70,70 @ 19600 bytes)
  3211. This is a PNG - lets load it via libpng...
  3212. icons/infodialogs/changelog.png
  3213. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3214. This is a PNG - lets load it via libpng...
  3215. icons/infodialogs/choose_image.png
  3216. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3217. This is a PNG - lets load it via libpng...
  3218. icons/infodialogs/cinema.png
  3219. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3220. This is a PNG - lets load it via libpng...
  3221. icons/infodialogs/configure.png
  3222. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3223. This is a PNG - lets load it via libpng...
  3224. icons/infodialogs/director.png
  3225. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3226. This is a PNG - lets load it via libpng...
  3227. icons/infodialogs/disable.png
  3228. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3229. This is a PNG - lets load it via libpng...
  3230. icons/infodialogs/enabled.png
  3231. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3232. This is a PNG - lets load it via libpng...
  3233. icons/infodialogs/image.png
  3234. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3235. This is a PNG - lets load it via libpng...
  3236. icons/infodialogs/info.png
  3237. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3238. This is a PNG - lets load it via libpng...
  3239. icons/infodialogs/install.png
  3240. **** duplicate of icons/addonstatus/install.png
  3241. This is a PNG - lets load it via libpng...
  3242. icons/infodialogs/launch.png
  3243. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3244. This is a PNG - lets load it via libpng...
  3245. icons/infodialogs/list.png
  3246. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3247. This is a PNG - lets load it via libpng...
  3248. icons/infodialogs/play.png
  3249. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3250. This is a PNG - lets load it via libpng...
  3251. icons/infodialogs/play_record.png
  3252. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3253. This is a PNG - lets load it via libpng...
  3254. icons/infodialogs/rating.png
  3255. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3256. This is a PNG - lets load it via libpng...
  3257. icons/infodialogs/record.png
  3258. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)libpng warning: iCCP: known incorrect sRGB profile
  3259. libpng warning: iCCP: known incorrect sRGB profile
  3260. libpng warning: iCCP: known incorrect sRGB profile
  3261. libpng warning: iCCP: known incorrect sRGB profile
  3262.  
  3263. This is a PNG - lets load it via libpng...
  3264. icons/infodialogs/similar.png
  3265. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3266. This is a PNG - lets load it via libpng...
  3267. icons/infodialogs/trailer.png
  3268. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3269. This is a PNG - lets load it via libpng...
  3270. icons/infodialogs/uninstall.png
  3271. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3272. This is a PNG - lets load it via libpng...
  3273. icons/infodialogs/update.png
  3274. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3275. This is a PNG - lets load it via libpng...
  3276. icons/logo-text.png
  3277. frame 0 (delay: 0) ARGB (112,37 @ 16576 bytes)
  3278. This is a PNG - lets load it via libpng...
  3279. icons/logo.png
  3280. frame 0 (delay: 0) ARGB (53,52 @ 11024 bytes)
  3281. This is a PNG - lets load it via libpng...
  3282. icons/menu.png
  3283. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3284. This is a PNG - lets load it via libpng...
  3285. icons/now-playing/fullscreen.png
  3286. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  3287. This is a PNG - lets load it via libpng...
  3288. icons/now-playing/next.png
  3289. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  3290. This is a PNG - lets load it via libpng...
  3291. icons/now-playing/pause.png
  3292. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  3293. This is a PNG - lets load it via libpng...
  3294. icons/now-playing/play.png
  3295. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  3296. This is a PNG - lets load it via libpng...
  3297. icons/now-playing/stop.png
  3298. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  3299. This is a PNG - lets load it via libpng...
  3300. icons/playlist/save.png
  3301. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3302. This is a PNG - lets load it via libpng...
  3303. icons/power.png
  3304. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  3305. This is a PNG - lets load it via libpng...
  3306. icons/pvr/PVR-HasRecording.png
  3307. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3308. This is a PNG - lets load it via libpng...
  3309. icons/pvr/PVR-HasTimer.png
  3310. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3311. This is a PNG - lets load it via libpng...
  3312. icons/pvr/PVR-HasTimerConflict.png
  3313. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3314. This is a PNG - lets load it via libpng...
  3315. icons/pvr/PVR-HasTimerDisabled.png
  3316. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3317. This is a PNG - lets load it via libpng...
  3318. icons/pvr/PVR-HasTimerError.png
  3319. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3320. This is a PNG - lets load it via libpng...
  3321. icons/pvr/PVR-HasTimerSchedule.png
  3322. frame 0 (delay: 0) ARGB (38,38 @ 5776 bytes)
  3323. This is a PNG - lets load it via libpng...
  3324. icons/pvr/PVR-HasTimerScheduleConflict.p
  3325. frame 0 (delay: 0) ARGB (38,38 @ 5776 bytes)
  3326. This is a PNG - lets load it via libpng...
  3327. icons/pvr/PVR-HasTimerScheduleDisabled.p
  3328. frame 0 (delay: 0) ARGB (38,38 @ 5776 bytes)
  3329. This is a PNG - lets load it via libpng...
  3330. icons/pvr/PVR-HasTimerScheduleError.png
  3331. frame 0 (delay: 0) ARGB (38,38 @ 5776 bytes)
  3332. This is a PNG - lets load it via libpng...
  3333. icons/pvr/PVR-IsRecording.png
  3334. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3335. This is a PNG - lets load it via libpng...
  3336. icons/search.png
  3337. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  3338. This is a PNG - lets load it via libpng...
  3339. icons/settings.png
  3340. frame 0 (delay: 0) ARGB (80,79 @ 25280 bytes)
  3341. This is a PNG - lets load it via libpng...
  3342. icons/settings/addons.png
  3343. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  3344. This is a PNG - lets load it via libpng...
  3345. icons/settings/android.png
  3346. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  3347. This is a PNG - lets load it via libpng...
  3348. icons/settings/appearance.png
  3349. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  3350. This is a PNG - lets load it via libpng...
  3351. icons/settings/filemanager.png
  3352. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  3353. This is a PNG - lets load it via libpng...
  3354. icons/settings/library.png
  3355. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  3356. This is a PNG - lets load it via libpng...
  3357. icons/settings/livetv.png
  3358. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  3359. This is a PNG - lets load it via libpng...
  3360. icons/settings/music.png
  3361. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  3362. This is a PNG - lets load it via libpng...
  3363. icons/settings/network.png
  3364. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  3365. This is a PNG - lets load it via libpng...
  3366. icons/settings/pictures.png
  3367. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  3368. This is a PNG - lets load it via libpng...
  3369. icons/settings/profiles.png
  3370. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  3371. This is a PNG - lets load it via libpng...
  3372. icons/settings/settings.png
  3373. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  3374. This is a PNG - lets load it via libpng...
  3375. icons/settings/skin.png
  3376. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  3377. This is a PNG - lets load it via libpng...
  3378. icons/settings/sysinfo.png
  3379. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  3380. This is a PNG - lets load it via libpng...
  3381. icons/settings/system.png
  3382. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  3383. This is a PNG - lets load it via libpng...
  3384. icons/settings/tvguide.png
  3385. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  3386. This is a PNG - lets load it via libpng...
  3387. icons/settings/tvremote.png
  3388. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  3389. This is a PNG - lets load it via libpng...
  3390. icons/settings/update-available.png
  3391. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  3392. This is a PNG - lets load it via libpng...
  3393. icons/settings/video.png
  3394. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  3395. This is a PNG - lets load it via libpng...
  3396. icons/settings/weather.png
  3397. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  3398. This is a PNG - lets load it via libpng...
  3399. icons/submenu/actors.png
  3400. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3401. This is a PNG - lets load it via libpng...
  3402. icons/submenu/add-ons.png
  3403. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3404. This is a PNG - lets load it via libpng...
  3405. icons/submenu/albums.png
  3406. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3407. This is a PNG - lets load it via libpng...
  3408. icons/submenu/artists.png
  3409. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3410. This is a PNG - lets load it via libpng...
  3411. icons/submenu/channels.png
  3412. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3413. This is a PNG - lets load it via libpng...
  3414. icons/submenu/dvd.png
  3415. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3416. This is a PNG - lets load it via libpng...
  3417. icons/submenu/files.png
  3418. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3419. This is a PNG - lets load it via libpng...
  3420. icons/submenu/genres.png
  3421. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3422. This is a PNG - lets load it via libpng...
  3423. icons/submenu/guide.png
  3424. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3425. This is a PNG - lets load it via libpng...
  3426. icons/submenu/location-next.png
  3427. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3428. This is a PNG - lets load it via libpng...
  3429. icons/submenu/location-previous.png
  3430. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3431. This is a PNG - lets load it via libpng...
  3432. icons/submenu/media.png
  3433. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3434. This is a PNG - lets load it via libpng...
  3435. icons/submenu/playlists.png
  3436. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3437. This is a PNG - lets load it via libpng...
  3438. icons/submenu/recentlyadded.png
  3439. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3440. This is a PNG - lets load it via libpng...
  3441. icons/submenu/recordings.png
  3442. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3443. This is a PNG - lets load it via libpng...
  3444. icons/submenu/sets.png
  3445. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3446. This is a PNG - lets load it via libpng...
  3447. icons/submenu/settings.png
  3448. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3449. This is a PNG - lets load it via libpng...
  3450. icons/submenu/tags.png
  3451. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3452. This is a PNG - lets load it via libpng...
  3453. icons/submenu/timer-rules.png
  3454. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3455. This is a PNG - lets load it via libpng...
  3456. icons/submenu/timers.png
  3457. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3458. This is a PNG - lets load it via libpng...
  3459. icons/submenu/title.png
  3460. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3461. This is a PNG - lets load it via libpng...
  3462. icons/submenu/top100.png
  3463. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3464. This is a PNG - lets load it via libpng...
  3465. icons/submenu/tv-search.png
  3466. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3467. This is a PNG - lets load it via libpng...
  3468. icons/submenu/updatelibrary.png
  3469. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3470. This is a PNG - lets load it via libpng...
  3471. icons/submenu/videos.png
  3472. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3473. This is a PNG - lets load it via libpng...
  3474. icons/submenu/weather-settings.png
  3475. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3476. This is a PNG - lets load it via libpng...
  3477. icons/submenu/years.png
  3478. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3479. This is a PNG - lets load it via libpng...
  3480. icons/weather/humidity.png
  3481. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  3482. This is a PNG - lets load it via libpng...
  3483. icons/weather/rain.png
  3484. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  3485. This is a PNG - lets load it via libpng...
  3486. icons/weather/sunrise.png
  3487. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  3488. This is a PNG - lets load it via libpng...
  3489. icons/weather/sunset.png
  3490. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  3491. This is a PNG - lets load it via libpng...
  3492. icons/weather/wind.png
  3493. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  3494. This is a PNG - lets load it via libpng...
  3495. lists/buttonmenu-separator.png
  3496. frame 0 (delay: 0) ARGB * (196,60 @ 47040 bytes)
  3497. This is a PNG - lets load it via libpng...
  3498. lists/focus.png
  3499. frame 0 (delay: 0) ARGB * (470,77 @ 144760 bytes)
  3500. This is a PNG - lets load it via libpng...
  3501. lists/panel.png
  3502. frame 0 (delay: 0) ARGB (450,920 @ 1656000 bytes)
  3503. This is a PNG - lets load it via libpng...
  3504. lists/played-total.png
  3505. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3506. This is a PNG - lets load it via libpng...
  3507. lists/rating.png
  3508. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3509. This is a PNG - lets load it via libpng...
  3510. lists/separator.png
  3511. frame 0 (delay: 0) ARGB (196,60 @ 47040 bytes)
  3512. This is a PNG - lets load it via libpng...
  3513. lists/year.png
  3514. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3515. This is a PNG - lets load it via libpng...
  3516. osd/fullscreen/buttons/bookmarks.png
  3517. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3518. This is a PNG - lets load it via libpng...
  3519. osd/fullscreen/buttons/channels.png
  3520. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3521. This is a PNG - lets load it via libpng...
  3522. osd/fullscreen/buttons/guide.png
  3523. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3524. This is a PNG - lets load it via libpng...
  3525. osd/fullscreen/buttons/home.png
  3526. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3527. This is a PNG - lets load it via libpng...
  3528. osd/fullscreen/buttons/information.png
  3529. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3530. This is a PNG - lets load it via libpng...
  3531. osd/fullscreen/buttons/next.png
  3532. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3533. This is a PNG - lets load it via libpng...
  3534. osd/fullscreen/buttons/pause.png
  3535. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3536. This is a PNG - lets load it via libpng...
  3537. osd/fullscreen/buttons/play.png
  3538. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3539. This is a PNG - lets load it via libpng...
  3540. osd/fullscreen/buttons/previous.png
  3541. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3542. This is a PNG - lets load it via libpng...
  3543. osd/fullscreen/buttons/random-off.png
  3544. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3545. This is a PNG - lets load it via libpng...
  3546. osd/fullscreen/buttons/random-on.png
  3547. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3548. This is a PNG - lets load it via libpng...
  3549. osd/fullscreen/buttons/random_off.png
  3550. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3551. This is a PNG - lets load it via libpng...
  3552. osd/fullscreen/buttons/random_on.png
  3553. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3554. This is a PNG - lets load it via libpng...
  3555. osd/fullscreen/buttons/rating.png
  3556. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3557. This is a PNG - lets load it via libpng...
  3558. osd/fullscreen/buttons/record-white.png
  3559. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3560. This is a PNG - lets load it via libpng...
  3561. osd/fullscreen/buttons/record.png
  3562. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3563. This is a PNG - lets load it via libpng...
  3564. osd/fullscreen/buttons/repeat-all.png
  3565. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3566. This is a PNG - lets load it via libpng...
  3567. osd/fullscreen/buttons/repeat-off.png
  3568. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3569. This is a PNG - lets load it via libpng...
  3570. osd/fullscreen/buttons/repeat-one.png
  3571. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3572. This is a PNG - lets load it via libpng...
  3573. osd/fullscreen/buttons/settings-subtitle
  3574. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3575. This is a PNG - lets load it via libpng...
  3576. osd/fullscreen/buttons/settings.png
  3577. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3578. This is a PNG - lets load it via libpng...
  3579. osd/fullscreen/buttons/stereoscopic.png
  3580. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3581. This is a PNG - lets load it via libpng...
  3582. osd/fullscreen/buttons/stop.png
  3583. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3584. This is a PNG - lets load it via libpng...
  3585. osd/fullscreen/buttons/teletext-alternat
  3586. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3587. This is a PNG - lets load it via libpng...
  3588. osd/fullscreen/buttons/teletext.png
  3589. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3590. This is a PNG - lets load it via libpng...
  3591. osd/progress/nub_bar.png
  3592. frame 0 (delay: 0) ARGB * (4,12 @ 192 bytes)
  3593. This is a PNG - lets load it via libpng...
  3594. osd/progress/nub_leftright.png
  3595. frame 0 (delay: 0) ARGB * (54,36 @ 7776 bytes)
  3596. This is a PNG - lets load it via libpng...
  3597. overlays/arrowdown.png
  3598. frame 0 (delay: 0) ARGB (96,48 @ 18432 bytes)
  3599. This is a PNG - lets load it via libpng...
  3600. overlays/arrowright.png
  3601. frame 0 (delay: 0) ARGB (28,28 @ 3136 bytes)
  3602. This is a PNG - lets load it via libpng...
  3603. overlays/circle.png
  3604. frame 0 (delay: 0) ARGB (50,50 @ 10000 bytes)
  3605. This is a PNG - lets load it via libpng...
  3606. overlays/folder.png
  3607. frame 0 (delay: 0) ARGB (69,68 @ 18768 bytes)
  3608. This is a PNG - lets load it via libpng...
  3609. overlays/shadow.png
  3610. frame 0 (delay: 0) ARGB (94,94 @ 35344 bytes)
  3611. This is a PNG - lets load it via libpng...
  3612. overlays/watched/OverlayPlaying-List.png
  3613. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3614. This is a PNG - lets load it via libpng...
  3615. overlays/watched/resume.png
  3616. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3617. This is a PNG - lets load it via libpng...
  3618. pointer_arrow.png
  3619. frame 0 (delay: 0) ARGB (44,50 @ 8800 bytes)
  3620. This is a PNG - lets load it via libpng...
  3621. pointer_click.png
  3622. frame 0 (delay: 0) ARGB (44,50 @ 8800 bytes)
  3623. This is a PNG - lets load it via libpng...
  3624. progress/texturebg_border_white.png
  3625. frame 0 (delay: 0) ARGB (30,30 @ 3600 bytes)
  3626. This is a PNG - lets load it via libpng...
  3627. progress/texturebg_white.png
  3628. frame 0 (delay: 0) ARGB (30,30 @ 3600 bytes)
  3629. This is a PNG - lets load it via libpng...
  3630. spinner.png
  3631. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3632. This is a PNG - lets load it via libpng...
  3633. submneu/add-ons.png
  3634. **** duplicate of icons/submenu/add-ons.png
  3635. This is a PNG - lets load it via libpng...
  3636. submneu/videos.png
  3637. frame 0 (delay: 0) ARGB (40,40 @ 6400 bytes)
  3638. This is a PNG - lets load it via libpng...
  3639. weather/small/0.png
  3640. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  3641. This is a PNG - lets load it via libpng...
  3642. weather/small/1.png
  3643. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  3644. This is a PNG - lets load it via libpng...
  3645. weather/small/10.png
  3646. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  3647. This is a PNG - lets load it via libpng...
  3648. weather/small/11.png
  3649. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  3650. This is a PNG - lets load it via libpng...
  3651. weather/small/12.png
  3652. **** duplicate of weather/small/11.png
  3653. This is a PNG - lets load it via libpng...
  3654. weather/small/13.png
  3655. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  3656. This is a PNG - lets load it via libpng...
  3657. weather/small/14.png
  3658. **** duplicate of weather/small/13.png
  3659. This is a PNG - lets load it via libpng...
  3660. weather/small/15.png
  3661. **** duplicate of weather/small/13.png
  3662. This is a PNG - lets load it via libpng...
  3663. weather/small/16.png
  3664. **** duplicate of weather/small/13.png
  3665. This is a PNG - lets load it via libpng...
  3666. weather/small/17.png
  3667. **** duplicate of weather/small/0.png
  3668. This is a PNG - lets load it via libpng...
  3669. weather/small/18.png
  3670. **** duplicate of weather/small/11.png
  3671. This is a PNG - lets load it via libpng...
  3672. weather/small/19.png
  3673. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  3674. This is a PNG - lets load it via libpng...
  3675. weather/small/2.png
  3676. **** duplicate of weather/small/1.png
  3677. This is a PNG - lets load it via libpng...
  3678. weather/small/20.png
  3679. **** duplicate of weather/small/19.png
  3680. This is a PNG - lets load it via libpng...
  3681. weather/small/21.png
  3682. **** duplicate of weather/small/19.png
  3683. This is a PNG - lets load it via libpng...
  3684. weather/small/22.png
  3685. **** duplicate of weather/small/19.png
  3686. This is a PNG - lets load it via libpng...
  3687. weather/small/23.png
  3688. **** duplicate of weather/small/1.png
  3689. This is a PNG - lets load it via libpng...
  3690. weather/small/24.png
  3691. **** duplicate of weather/small/1.png
  3692. This is a PNG - lets load it via libpng...
  3693. weather/small/25.png
  3694. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  3695. This is a PNG - lets load it via libpng...
  3696. weather/small/26.png
  3697. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  3698. This is a PNG - lets load it via libpng...
  3699. weather/small/27.png
  3700. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  3701. This is a PNG - lets load it via libpng...
  3702. weather/small/28.png
  3703. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  3704. This is a PNG - lets load it via libpng...
  3705. weather/small/29.png
  3706. **** duplicate of weather/small/27.png
  3707. This is a PNG - lets load it via libpng...
  3708. weather/small/3.png
  3709. **** duplicate of weather/small/0.png
  3710. This is a PNG - lets load it via libpng...
  3711. weather/small/30.png
  3712. **** duplicate of weather/small/28.png
  3713. This is a PNG - lets load it via libpng...
  3714. weather/small/31.png
  3715. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  3716. This is a PNG - lets load it via libpng...
  3717. weather/small/32.png
  3718. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  3719. This is a PNG - lets load it via libpng...
  3720. weather/small/33.png
  3721. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  3722. This is a PNG - lets load it via libpng...
  3723. weather/small/34.png
  3724. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  3725. This is a PNG - lets load it via libpng...
  3726. weather/small/35.png
  3727. **** duplicate of weather/small/0.png
  3728. This is a PNG - lets load it via libpng...
  3729. weather/small/36.png
  3730. **** duplicate of weather/small/32.png
  3731. This is a PNG - lets load it via libpng...
  3732. weather/small/37.png
  3733. **** duplicate of weather/small/0.png
  3734. This is a PNG - lets load it via libpng...
  3735. weather/small/38.png
  3736. **** duplicate of weather/small/0.png
  3737. This is a PNG - lets load it via libpng...
  3738. weather/small/39.png
  3739. **** duplicate of weather/small/10.png
  3740. This is a PNG - lets load it via libpng...
  3741. weather/small/4.png
  3742. **** duplicate of weather/small/0.png
  3743. This is a PNG - lets load it via libpng...
  3744. weather/small/40.png
  3745. **** duplicate of weather/small/10.png
  3746. This is a PNG - lets load it via libpng...
  3747. weather/small/41.png
  3748. **** duplicate of weather/small/13.png
  3749. This is a PNG - lets load it via libpng...
  3750. weather/small/42.png
  3751. **** duplicate of weather/small/13.png
  3752. This is a PNG - lets load it via libpng...
  3753. weather/small/43.png
  3754. **** duplicate of weather/small/1.png
  3755. This is a PNG - lets load it via libpng...
  3756. weather/small/44.png
  3757. **** duplicate of weather/small/28.png
  3758. This is a PNG - lets load it via libpng...
  3759. weather/small/45.png
  3760. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  3761. This is a PNG - lets load it via libpng...
  3762. weather/small/46.png
  3763. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  3764. This is a PNG - lets load it via libpng...
  3765. weather/small/47.png
  3766. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  3767. This is a PNG - lets load it via libpng...
  3768. weather/small/5.png
  3769. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  3770. This is a PNG - lets load it via libpng...
  3771. weather/small/6.png
  3772. **** duplicate of weather/small/11.png
  3773. This is a PNG - lets load it via libpng...
  3774. weather/small/7.png
  3775. **** duplicate of weather/small/5.png
  3776. This is a PNG - lets load it via libpng...
  3777. weather/small/8.png
  3778. **** duplicate of weather/small/19.png
  3779. This is a PNG - lets load it via libpng...
  3780. weather/small/9.png
  3781. **** duplicate of weather/small/19.png
  3782. This is a PNG - lets load it via libpng...
  3783. weather/small/na.png
  3784. frame 0 (delay: 0) ARGB (100,100 @ 40000 bytes)
  3785. This is a PNG - lets load it via libpng...
  3786. windows/pvr/epg-genres/0.png
  3787. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3788. This is a PNG - lets load it via libpng...
  3789. windows/pvr/epg-genres/112.png
  3790. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3791. This is a PNG - lets load it via libpng...
  3792. windows/pvr/epg-genres/128.png
  3793. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3794. This is a PNG - lets load it via libpng...
  3795. windows/pvr/epg-genres/144.png
  3796. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3797. This is a PNG - lets load it via libpng...
  3798. windows/pvr/epg-genres/16.png
  3799. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3800. This is a PNG - lets load it via libpng...
  3801. windows/pvr/epg-genres/160.png
  3802. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3803. This is a PNG - lets load it via libpng...
  3804. windows/pvr/epg-genres/176.png
  3805. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3806. This is a PNG - lets load it via libpng...
  3807. windows/pvr/epg-genres/192.png
  3808. **** duplicate of windows/pvr/epg-genres/0.png
  3809. This is a PNG - lets load it via libpng...
  3810. windows/pvr/epg-genres/208.png
  3811. **** duplicate of windows/pvr/epg-genres/0.png
  3812. This is a PNG - lets load it via libpng...
  3813. windows/pvr/epg-genres/224.png
  3814. **** duplicate of windows/pvr/epg-genres/0.png
  3815. This is a PNG - lets load it via libpng...
  3816. windows/pvr/epg-genres/240.png
  3817. **** duplicate of windows/pvr/epg-genres/0.png
  3818. This is a PNG - lets load it via libpng...
  3819. windows/pvr/epg-genres/256.png
  3820. **** duplicate of windows/pvr/epg-genres/0.png
  3821. This is a PNG - lets load it via libpng...
  3822. windows/pvr/epg-genres/32.png
  3823. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3824. This is a PNG - lets load it via libpng...
  3825. windows/pvr/epg-genres/48.png
  3826. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3827. This is a PNG - lets load it via libpng...
  3828. windows/pvr/epg-genres/64.png
  3829. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3830. This is a PNG - lets load it via libpng...
  3831. windows/pvr/epg-genres/80.png
  3832. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3833. This is a PNG - lets load it via libpng...
  3834. windows/pvr/epg-genres/96.png
  3835. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3836. This is a PNG - lets load it via libpng...
  3837. windows/pvr/epg_progress.png
  3838. frame 0 (delay: 0) ARGB (19,92 @ 6992 bytes)
  3839. This is a PNG - lets load it via libpng...
  3840. windows/pvr/record.png
  3841. frame 0 (delay: 0) ARGB (48,48 @ 9216 bytes)
  3842. This is a PNG - lets load it via libpng...
  3843. windows/pvr/timer.png
  3844. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  3845. This is a PNG - lets load it via libpng...
  3846. windows/subtitles/flags/-.png
  3847. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3848. This is a PNG - lets load it via libpng...
  3849. windows/subtitles/flags/ar.png
  3850. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3851. This is a PNG - lets load it via libpng...
  3852. windows/subtitles/flags/bg.png
  3853. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3854. This is a PNG - lets load it via libpng...
  3855. windows/subtitles/flags/bs.png
  3856. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3857. This is a PNG - lets load it via libpng...
  3858. windows/subtitles/flags/ca.png
  3859. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3860. This is a PNG - lets load it via libpng...
  3861. windows/subtitles/flags/cs.png
  3862. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3863. This is a PNG - lets load it via libpng...
  3864. windows/subtitles/flags/da.png
  3865. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3866. This is a PNG - lets load it via libpng...
  3867. windows/subtitles/flags/de.png
  3868. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3869. This is a PNG - lets load it via libpng...
  3870. windows/subtitles/flags/el.png
  3871. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3872. This is a PNG - lets load it via libpng...
  3873. windows/subtitles/flags/en.png
  3874. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3875. This is a PNG - lets load it via libpng...
  3876. windows/subtitles/flags/es.png
  3877. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3878. This is a PNG - lets load it via libpng...
  3879. windows/subtitles/flags/et.png
  3880. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3881. This is a PNG - lets load it via libpng...
  3882. windows/subtitles/flags/fa.png
  3883. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3884. This is a PNG - lets load it via libpng...
  3885. windows/subtitles/flags/fi.png
  3886. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3887. This is a PNG - lets load it via libpng...
  3888. windows/subtitles/flags/fo.png
  3889. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3890. This is a PNG - lets load it via libpng...
  3891. windows/subtitles/flags/fr.png
  3892. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3893. This is a PNG - lets load it via libpng...
  3894. windows/subtitles/flags/gl.png
  3895. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3896. This is a PNG - lets load it via libpng...
  3897. windows/subtitles/flags/he.png
  3898. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3899. This is a PNG - lets load it via libpng...
  3900. windows/subtitles/flags/hi.png
  3901. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3902. This is a PNG - lets load it via libpng...
  3903. windows/subtitles/flags/hr.png
  3904. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3905. This is a PNG - lets load it via libpng...
  3906. windows/subtitles/flags/hu.png
  3907. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3908. This is a PNG - lets load it via libpng...
  3909. windows/subtitles/flags/hy.png
  3910. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3911. This is a PNG - lets load it via libpng...
  3912. windows/subtitles/flags/id.png
  3913. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3914. This is a PNG - lets load it via libpng...
  3915. windows/subtitles/flags/is.png
  3916. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3917. This is a PNG - lets load it via libpng...
  3918. windows/subtitles/flags/it.png
  3919. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3920. This is a PNG - lets load it via libpng...
  3921. windows/subtitles/flags/ja.png
  3922. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3923. This is a PNG - lets load it via libpng...
  3924. windows/subtitles/flags/kk.png
  3925. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3926. This is a PNG - lets load it via libpng...
  3927. windows/subtitles/flags/ko.png
  3928. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3929. This is a PNG - lets load it via libpng...
  3930. windows/subtitles/flags/lb.png
  3931. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3932. This is a PNG - lets load it via libpng...
  3933. windows/subtitles/flags/lt.png
  3934. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3935. This is a PNG - lets load it via libpng...
  3936. windows/subtitles/flags/lv.png
  3937. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3938. This is a PNG - lets load it via libpng...
  3939. windows/subtitles/flags/mk.png
  3940. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3941. This is a PNG - lets load it via libpng...
  3942. windows/subtitles/flags/ms.png
  3943. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3944. This is a PNG - lets load it via libpng...
  3945. windows/subtitles/flags/nl.png
  3946. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3947. This is a PNG - lets load it via libpng...
  3948. windows/subtitles/flags/no.png
  3949. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3950. This is a PNG - lets load it via libpng...
  3951. windows/subtitles/flags/pb.png
  3952. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3953. This is a PNG - lets load it via libpng...
  3954. windows/subtitles/flags/pl.png
  3955. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3956. This is a PNG - lets load it via libpng...
  3957. windows/subtitles/flags/pt.png
  3958. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3959. This is a PNG - lets load it via libpng...
  3960. windows/subtitles/flags/ro.png
  3961. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3962. This is a PNG - lets load it via libpng...
  3963. windows/subtitles/flags/ru.png
  3964. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3965. This is a PNG - lets load it via libpng...
  3966. windows/subtitles/flags/sk.png
  3967. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3968. This is a PNG - lets load it via libpng...
  3969. windows/subtitles/flags/sl.png
  3970. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3971. This is a PNG - lets load it via libpng...
  3972. windows/subtitles/flags/sq.png
  3973. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3974. This is a PNG - lets load it via libpng...
  3975. windows/subtitles/flags/sr.png
  3976. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3977. This is a PNG - lets load it via libpng...
  3978. windows/subtitles/flags/sv.png
  3979. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3980. This is a PNG - lets load it via libpng...
  3981. windows/subtitles/flags/tr.png
  3982. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3983. This is a PNG - lets load it via libpng...
  3984. windows/subtitles/flags/uk.png
  3985. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3986. This is a PNG - lets load it via libpng...
  3987. windows/subtitles/flags/vi.png
  3988. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3989. This is a PNG - lets load it via libpng...
  3990. windows/subtitles/flags/zh.png
  3991. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  3992. This is a PNG - lets load it via libpng...
  3993. windows/subtitles/icon_close_caption.png
  3994. frame 0 (delay: 0) ARGB (70,41 @ 11480 bytes)
  3995. This is a PNG - lets load it via libpng...
  3996. windows/subtitles/icon_sync.png
  3997. frame 0 (delay: 0) ARGB (133,41 @ 21812 bytes)
  3998. /home/kodidev/xbmc-depends/x86_64-linux-gnu-native/bin/TexturePacker -dupecheck -input ../themes/curial -output curial.xbt
  3999. This is a PNG - lets load it via libpng...
  4000. buttons/button-fo.png
  4001. frame 0 (delay: 0) ARGB (232,119 @ 110432 bytes)
  4002. This is a PNG - lets load it via libpng...
  4003. buttons/button-nofo.png
  4004. frame 0 (delay: 0) ARGB (232,119 @ 110432 bytes)
  4005. This is a PNG - lets load it via libpng...
  4006. dialogs/dialog-bg.png
  4007. frame 0 (delay: 0) ARGB (1004,594 @ 2385504 bytes)
  4008. This is a PNG - lets load it via libpng...
  4009. frame/InfoBar.png
  4010. frame 0 (delay: 0) ARGB (40,200 @ 32000 bytes)
  4011. This is a PNG - lets load it via libpng...
  4012. lists/focus.png
  4013. frame 0 (delay: 0) ARGB (470,77 @ 144760 bytes)
  4014. This is a PNG - lets load it via libpng...
  4015. overlays/shadow.png
  4016. frame 0 (delay: 0) ARGB (94,94 @ 35344 bytes)
  4017. make[1]: Leaving directory `/home/kodidev/kodi-android/addons/skin.estuary/media'
  4018. make -C addons/skin.estouchy/media
  4019. make[1]: Entering directory `/home/kodidev/kodi-android/addons/skin.estouchy/media'
  4020. /home/kodidev/xbmc-depends/x86_64-linux-gnu-native/bin/TexturePacker -dupecheck -input . -output Textures.xbt
  4021. libpng warning: iCCP: known incorrect sRGB profile
  4022. libpng warning: iCCP: known incorrect sRGB profile
  4023. libpng warning: iCCP: known incorrect sRGB profile
  4024. libpng warning: iCCP: known incorrect sRGB profile
  4025. libpng warning: iCCP: known incorrect sRGB profile
  4026. libpng warning: iCCP: known incorrect sRGB profile
  4027. libpng warning: iCCP: known incorrect sRGB profile
  4028. libpng warning: iCCP: known incorrect sRGB profile
  4029. libpng warning: iCCP: known incorrect sRGB profile
  4030. libpng warning: iCCP: known incorrect sRGB profile
  4031. libpng warning: iCCP: known incorrect sRGB profile
  4032. This is a PNG - lets load it via libpng...
  4033. DefaultActor.png
  4034. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4035. This is a PNG - lets load it via libpng...
  4036. DefaultAddSource.png
  4037. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4038. This is a PNG - lets load it via libpng...
  4039. DefaultAddon.png
  4040. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4041. This is a PNG - lets load it via libpng...
  4042. DefaultAddonAlbumInfo.png
  4043. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4044. This is a PNG - lets load it via libpng...
  4045. DefaultAddonArtistInfo.png
  4046. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4047. This is a PNG - lets load it via libpng...
  4048. DefaultAddonAudioDSP.png
  4049. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4050. This is a PNG - lets load it via libpng...
  4051. DefaultAddonAudioDecoder.png
  4052. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4053. This is a PNG - lets load it via libpng...
  4054. DefaultAddonAudioEncoder.png
  4055. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4056. This is a PNG - lets load it via libpng...
  4057. DefaultAddonContextItem.png
  4058. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4059. This is a PNG - lets load it via libpng...
  4060. DefaultAddonGame.png
  4061. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4062. This is a PNG - lets load it via libpng...
  4063. DefaultAddonHelper.png
  4064. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4065. This is a PNG - lets load it via libpng...
  4066. DefaultAddonImages.png
  4067. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4068. This is a PNG - lets load it via libpng...
  4069. DefaultAddonInfoLibrary.png
  4070. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4071. This is a PNG - lets load it via libpng...
  4072. DefaultAddonInfoProvider.png
  4073. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4074. This is a PNG - lets load it via libpng...
  4075. DefaultAddonInputstream.png
  4076. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4077. This is a PNG - lets load it via libpng...
  4078. DefaultAddonLanguage.png
  4079. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4080. This is a PNG - lets load it via libpng...
  4081. DefaultAddonLibrary.png
  4082. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4083. This is a PNG - lets load it via libpng...
  4084. DefaultAddonLookAndFeel.png
  4085. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4086. This is a PNG - lets load it via libpng...
  4087. DefaultAddonLyrics.png
  4088. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4089. This is a PNG - lets load it via libpng...
  4090. DefaultAddonMovieInfo.png
  4091. frame 0 (delay: 0) ARGB (210,210 @ 176400 bytes)
  4092. This is a PNG - lets load it via libpng...
  4093. DefaultAddonMusic.png
  4094. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4095. This is a PNG - lets load it via libpng...
  4096. DefaultAddonMusicVideoInfo.png
  4097. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4098. This is a PNG - lets load it via libpng...
  4099. DefaultAddonNone.png
  4100. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4101. This is a PNG - lets load it via libpng...
  4102. DefaultAddonPVRClient.png
  4103. frame 0 (delay: 0) ARGB (86,86 @ 29libpng warning: iCCP: known incorrect sRGB profile
  4104. 584 bytes)
  4105. This is a PNG - lets load it via libpng...
  4106. DefaultAddonPeripheral.png
  4107. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4108. This is a PNG - lets load it via libpng...
  4109. DefaultAddonPicture.png
  4110. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4111. This is a PNG - lets load it via libpng...
  4112. DefaultAddonProgram.png
  4113. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4114. This is a PNG - lets load it via libpng...
  4115. DefaultAddonRepository.png
  4116. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4117. This is a PNG - lets load it via libpng...
  4118. DefaultAddonScreensaver.png
  4119. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4120. This is a PNG - lets load it via libpng...
  4121. DefaultAddonService.png
  4122. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4123. This is a PNG - lets load it via libpng...
  4124. DefaultAddonSkin.png
  4125. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4126. This is a PNG - lets load it via libpng...
  4127. DefaultAddonSubtitles.png
  4128. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4129. This is a PNG - lets load it via libpng...
  4130. DefaultAddonTvInfo.png
  4131. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4132. This is a PNG - lets load it via libpng...
  4133. DefaultAddonUISounds.png
  4134. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4135. This is a PNG - lets load it via libpng...
  4136. DefaultAddonVideo.png
  4137. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4138. This is a PNG - lets load it via libpng...
  4139. DefaultAddonVisualization.png
  4140. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4141. This is a PNG - lets load it via libpng...
  4142. DefaultAddonWeather.png
  4143. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4144. This is a PNG - lets load it via libpng...
  4145. DefaultAddonWebSkin.png
  4146. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4147. This is a PNG - lets load it via libpng...
  4148. DefaultAddonsInstalled.png
  4149. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4150. This is a PNG - lets load it via libpng...
  4151. DefaultAddonsRecentlyUpdated.png
  4152. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4153. This is a PNG - lets load it via libpng...
  4154. DefaultAddonsRepo.png
  4155. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4156. This is a PNG - lets load it via libpng...
  4157. DefaultAddonsSearch.png
  4158. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4159. This is a PNG - lets load it via libpng...
  4160. DefaultAddonsUpdates.png
  4161. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4162. This is a PNG - lets load it via libpng...
  4163. DefaultAddonsZip.png
  4164. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4165. This is a PNG - lets load it via libpng...
  4166. DefaultAlbumCover.png
  4167. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  4168. This is a PNG - lets load it via libpng...
  4169. DefaultArtist.png
  4170. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4171. This is a PNG - lets load it via libpng...
  4172. DefaultAudio.png
  4173. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  4174. This is a PNG - lets load it via libpng...
  4175. DefaultCDDA.png
  4176. frame 0 (delay: 0) ARGBlibpng warning: iCCP: known incorrect sRGB profile
  4177. libpng warning: iCCP: known incorrect sRGB profile
  4178. (86,86 @ 29584 bytes)
  4179. This is a PNG - lets load it via libpng...
  4180. DefaultCountry.png
  4181. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4182. This is a PNG - lets load it via libpng...
  4183. DefaultDVDEmpty.png
  4184. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4185. This is a PNG - lets load it via libpng...
  4186. DefaultDVDFull.png
  4187. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4188. This is a PNG - lets load it via libpng...
  4189. DefaultDVDRom.png
  4190. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4191. This is a PNG - lets load it via libpng...
  4192. DefaultDirector.png
  4193. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4194. This is a PNG - lets load it via libpng...
  4195. DefaultFile.png
  4196. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4197. This is a PNG - lets load it via libpng...
  4198. DefaultFolder.png
  4199. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4200. This is a PNG - lets load it via libpng...
  4201. DefaultFolderBack.png
  4202. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4203. This is a PNG - lets load it via libpng...
  4204. DefaultGameAddons.png
  4205. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4206. This is a PNG - lets load it via libpng...
  4207. DefaultGenre.png
  4208. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4209. This is a PNG - lets load it via libpng...
  4210. DefaultHardDisk.png
  4211. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4212. This is a PNG - lets load it via libpng...
  4213. DefaultIconError.png
  4214. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4215. This is a PNG - lets load it via libpng...
  4216. DefaultIconInfo.png
  4217. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4218. This is a PNG - lets load it via libpng...
  4219. DefaultIconWarning.png
  4220. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4221. This is a PNG - lets load it via libpng...
  4222. DefaultInProgressShows.png
  4223. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4224. This is a PNG - lets load it via libpng...
  4225. DefaultMovieTitle.png
  4226. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4227. This is a PNG - lets load it via libpng...
  4228. DefaultMovies.png
  4229. **** duplicate of DefaultMovieTitle.png
  4230. This is a PNG - lets load it via libpng...
  4231. DefaultMusicAlbums.png
  4232. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4233. This is a PNG - lets load it via libpng...
  4234. DefaultMusicArtists.png
  4235. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4236. This is a PNG - lets load it via libpng...
  4237. DefaultMusicCompilations.png
  4238. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4239. This is a PNG - lets load it via libpng...
  4240. DefaultMusicGenres.png
  4241. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4242. This is a PNG - lets load it via libpng...
  4243. DefaultMusicPlaylist.png
  4244. frame 0 (delay: 0) ARGB (210,210 @ 176400 bytes)
  4245. This is a PNG - lets load it via libpng...
  4246. DefaultMusicPlaylists.png
  4247. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4248. This is a PNG - lets load it via libpng...
  4249. DefaultMusicRecentlyAdded.png
  4250. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4251. Thislibpng warning: iCCP: known incorrect sRGB profile
  4252. is a PNG - lets load it via libpng...
  4253. DefaultMusicRecentlyPlayed.png
  4254. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4255. This is a PNG - lets load it via libpng...
  4256. DefaultMusicRoles.png
  4257. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4258. This is a PNG - lets load it via libpng...
  4259. DefaultMusicSearch.png
  4260. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4261. This is a PNG - lets load it via libpng...
  4262. DefaultMusicSongs.png
  4263. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4264. This is a PNG - lets load it via libpng...
  4265. DefaultMusicTop100.png
  4266. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4267. This is a PNG - lets load it via libpng...
  4268. DefaultMusicTop100Albums.png
  4269. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4270. This is a PNG - lets load it via libpng...
  4271. DefaultMusicTop100Songs.png
  4272. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4273. This is a PNG - lets load it via libpng...
  4274. DefaultMusicVideoTitle.png
  4275. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4276. This is a PNG - lets load it via libpng...
  4277. DefaultMusicVideos.png
  4278. **** duplicate of DefaultMusicVideoTitle.png
  4279. This is a PNG - lets load it via libpng...
  4280. DefaultMusicYears.png
  4281. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4282. This is a PNG - lets load it via libpng...
  4283. DefaultNetwork.png
  4284. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4285. This is a PNG - lets load it via libpng...
  4286. DefaultPicture.png
  4287. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4288. This is a PNG - lets load it via libpng...
  4289. DefaultPlaylist.png
  4290. **** duplicate of DefaultMusicPlaylists.png
  4291. This is a PNG - lets load it via libpng...
  4292. DefaultProgram.png
  4293. **** duplicate of DefaultAddonProgram.png
  4294. This is a PNG - lets load it via libpng...
  4295. DefaultRecentlyAddedEpisodes.png
  4296. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4297. This is a PNG - lets load it via libpng...
  4298. DefaultRecentlyAddedMovies.png
  4299. **** duplicate of DefaultRecentlyAddedEpisodes.png
  4300. This is a PNG - lets load it via libpng...
  4301. DefaultRecentlyAddedMusicVideos.png
  4302. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4303. This is a PNG - lets load it via libpng...
  4304. DefaultRemovableDisk.png
  4305. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4306. This is a PNG - lets load it via libpng...
  4307. DefaultScript.png
  4308. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4309. This is a PNG - lets load it via libpng...
  4310. DefaultSets.png
  4311. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4312. This is a PNG - lets load it via libpng...
  4313. DefaultStudios.png
  4314. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4315. This is a PNG - lets load it via libpng...
  4316. DefaultTVShowTitle.png
  4317. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4318. This is a PNG - lets load it via libpng...
  4319. DefaultTVShows.png
  4320. **** duplicate of DefaultTVShowTitle.png
  4321. This is a PNG - lets load it via libpng...
  4322. DefaultTags.png
  4323. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4324. This is a PNG - lets load it via libpng...
  4325. DefaultUser.png
  4326. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)libpng warning: iCCP: known incorrect sRGB profile
  4327. libpng warning: iCCP: known incorrect sRGB profile
  4328. libpng warning: iCCP: known incorrect sRGB profile
  4329. libpng warning: iCCP: known incorrect sRGB profile
  4330. libpng warning: iCCP: known incorrect sRGB profile
  4331. libpng warning: iCCP: known incorrect sRGB profile
  4332. libpng warning: iCCP: known incorrect sRGB profile
  4333. libpng warning: iCCP: known incorrect sRGB profile
  4334. libpng warning: iCCP: known incorrect sRGB profile
  4335. libpng warning: iCCP: known incorrect sRGB profile
  4336. libpng warning: iCCP: known incorrect sRGB profile
  4337. libpng warning: iCCP: known incorrect sRGB profile
  4338. libpng warning: iCCP: known incorrect sRGB profile
  4339. libpng warning: iCCP: known incorrect sRGB profile
  4340.  
  4341. This is a PNG - lets load it via libpng...
  4342. DefaultVCD.png
  4343. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4344. This is a PNG - lets load it via libpng...
  4345. DefaultVideo.png
  4346. frame 0 (delay: 0) ARGB (256,256 @ 262144 bytes)
  4347. This is a PNG - lets load it via libpng...
  4348. DefaultVideoCover.png
  4349. **** duplicate of DefaultVideo.png
  4350. This is a PNG - lets load it via libpng...
  4351. DefaultVideoDeleted.png
  4352. frame 0 (delay: 0) ARGB (86,86 @ 29584 bytes)
  4353. This is a PNG - lets load it via libpng...
  4354. DefaultVideoPlaylist.png
  4355. **** duplicate of DefaultMusicPlaylist.png
  4356. This is a PNG - lets load it via libpng...
  4357. DefaultVideoPlaylists.png
  4358. **** duplicate of DefaultMusicPlaylists.png
  4359. This is a PNG - lets load it via libpng...
  4360. DefaultYear.png
  4361. **** duplicate of DefaultMusicYears.png
  4362. This is a PNG - lets load it via libpng...
  4363. OverlayWatched.png
  4364. frame 0 (delay: 0) ARGB (64,64 @ 16384 bytes)
  4365. This is a PNG - lets load it via libpng...
  4366. OverlayWatching.png
  4367. frame 0 (delay: 0) ARGB (64,64 @ 16384 bytes)
  4368. This is a PNG - lets load it via libpng...
  4369. arrow_down.png
  4370. frame 0 (delay: 0) ARGB (55,33 @ 7260 bytes)
  4371. This is a PNG - lets load it via libpng...
  4372. arrow_left.png
  4373. frame 0 (delay: 0) ARGB (33,55 @ 7260 bytes)
  4374. This is a PNG - lets load it via libpng...
  4375. arrow_right.png
  4376. frame 0 (delay: 0) ARGB (33,55 @ 7260 bytes)
  4377. This is a PNG - lets load it via libpng...
  4378. arrow_up.png
  4379. frame 0 (delay: 0) ARGB (55,33 @ 7260 bytes)
  4380. This is a PNG - lets load it via libpng...
  4381. black.png
  4382. frame 0 (delay: 0) ARGB * (4,4 @ 64 bytes)
  4383. This is a PNG - lets load it via libpng...
  4384. blank.png
  4385. frame 0 (delay: 0) ARGB (64,64 @ 16384 bytes)
  4386. This is a PNG - lets load it via libpng...
  4387. busy.png
  4388. frame 0 (delay: 0) ARGB (64,64 @ 16384 bytes)
  4389. This is a PNG - lets load it via libpng...
  4390. button_nofocus.png
  4391. frame 0 (delay: 0) ARGB (4,4 @ 64 bytes)
  4392. This is a PNG - lets load it via libpng...
  4393. calibrate_aspect.png
  4394. frame 0 (delay: 0) ARGB (128,128 @ 65536 bytes)
  4395. This is a PNG - lets load it via libpng...
  4396. calibrate_bottom.png
  4397. frame 0 (delay: 0) ARGB (64,64 @ 16384 bytes)
  4398. This is a PNG - lets load it via libpng...
  4399. calibrate_subtitles.png
  4400. frame 0 (delay: 0) ARGB (256,85 @ 87040 bytes)
  4401. This is a PNG - lets load it via libpng...
  4402. calibrate_top.png
  4403. frame 0 (delay: 0) ARGB (64,64 @ 16384 bytes)
  4404. This is a PNG - lets load it via libpng...
  4405. dialog_back.png
  4406. frame 0 (delay: 0) ARGB * (4,4 @ 64 bytes)
  4407. This is a PNG - lets load it via libpng...
  4408. dialog_header.png
  4409. frame 0 (delay: 0) ARGB * (64,64 @ 16384 bytes)
  4410. This is a PNG - lets load it via libpng...
  4411. epg/0.png
  4412. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  4413. This is a PNG - lets load it via libpng...
  4414. epg/112.png
  4415. frame 0 (delay: 0) ARGB (32,32 @ 4096 libpng warning: iCCP: known incorrect sRGB profile
  4416. libpng warning: iCCP: known incorrect sRGB profile
  4417. libpng warning: iCCP: known incorrect sRGB profile
  4418. libpng warning: iCCP: known incorrect sRGB profile
  4419. libpng warning: iCCP: known incorrect sRGB profile
  4420. libpng warning: iCCP: known incorrect sRGB profile
  4421. libpng warning: iCCP: known incorrect sRGB profile
  4422. libpng warning: iCCP: known incorrect sRGB profile
  4423. libpng warning: iCCP: known incorrect sRGB profile
  4424. bytes)
  4425. This is a PNG - lets load it via libpng...
  4426. epg/128.png
  4427. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  4428. This is a PNG - lets load it via libpng...
  4429. epg/144.png
  4430. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  4431. This is a PNG - lets load it via libpng...
  4432. epg/16.png
  4433. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  4434. This is a PNG - lets load it via libpng...
  4435. epg/160.png
  4436. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  4437. This is a PNG - lets load it via libpng...
  4438. epg/176.png
  4439. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  4440. This is a PNG - lets load it via libpng...
  4441. epg/192.png
  4442. **** duplicate of epg/0.png
  4443. This is a PNG - lets load it via libpng...
  4444. epg/208.png
  4445. **** duplicate of epg/0.png
  4446. This is a PNG - lets load it via libpng...
  4447. epg/224.png
  4448. **** duplicate of epg/0.png
  4449. This is a PNG - lets load it via libpng...
  4450. epg/240.png
  4451. **** duplicate of epg/0.png
  4452. This is a PNG - lets load it via libpng...
  4453. epg/256.png
  4454. **** duplicate of epg/0.png
  4455. This is a PNG - lets load it via libpng...
  4456. epg/32.png
  4457. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  4458. This is a PNG - lets load it via libpng...
  4459. epg/48.png
  4460. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  4461. This is a PNG - lets load it via libpng...
  4462. epg/64.png
  4463. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  4464. This is a PNG - lets load it via libpng...
  4465. epg/80.png
  4466. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  4467. This is a PNG - lets load it via libpng...
  4468. epg/96.png
  4469. frame 0 (delay: 0) ARGB (32,32 @ 4096 bytes)
  4470. This is a PNG - lets load it via libpng...
  4471. epg_record.png
  4472. frame 0 (delay: 0) ARGB (30,30 @ 3600 bytes)
  4473. This is a PNG - lets load it via libpng...
  4474. epg_schedule.png
  4475. frame 0 (delay: 0) ARGB (30,30 @ 3600 bytes)
  4476. This is a PNG - lets load it via libpng...
  4477. flagging/aspectratio/1.33.png
  4478. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4479. This is a PNG - lets load it via libpng...
  4480. flagging/aspectratio/1.37.png
  4481. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4482. This is a PNG - lets load it via libpng...
  4483. flagging/aspectratio/1.66.png
  4484. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4485. This is a PNG - lets load it via libpng...
  4486. flagging/aspectratio/1.78.png
  4487. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4488. This is a PNG - lets load it via libpng...
  4489. flagging/aspectratio/1.85.png
  4490. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4491. This is a PNG - lets load it via libpng...
  4492. flagging/aspectratio/2.20.png
  4493. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4494. This is a PNG - lets load it via libpng...
  4495. flagging/aspectratio/2.35.png
  4496. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4497. This is a PNG - lets load it via libpng...
  4498. flagging/aspectratio/2.40.png
  4499. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4500. This is a PNG - lets load it via libpng...
  4501. flagging/aspectratilibpng warning: iCCP: known incorrect sRGB profile
  4502. libpng warning: iCCP: known incorrect sRGB profile
  4503. libpng warning: iCCP: known incorrect sRGB profile
  4504. libpng warning: iCCP: known incorrect sRGB profile
  4505. libpng warning: iCCP: known incorrect sRGB profile
  4506. libpng warning: iCCP: known incorrect sRGB profile
  4507. libpng warning: iCCP: known incorrect sRGB profile
  4508. libpng warning: iCCP: known incorrect sRGB profile
  4509. libpng warning: iCCP: known incorrect sRGB profile
  4510. libpng warning: iCCP: known incorrect sRGB profile
  4511. libpng warning: iCCP: known incorrect sRGB profile
  4512. libpng warning: iCCP: known incorrect sRGB profile
  4513. libpng warning: iCCP: known incorrect sRGB profile
  4514. libpng warning: iCCP: known incorrect sRGB profile
  4515. libpng warning: iCCP: known incorrect sRGB profile
  4516. libpng warning: iCCP: known incorrect sRGB profile
  4517. libpng warning: iCCP: known incorrect sRGB profile
  4518. libpng warning: iCCP: known incorrect sRGB profile
  4519. libpng warning: iCCP: known incorrect sRGB profile
  4520. libpng warning: iCCP: known incorrect sRGB profile
  4521. libpng warning: iCCP: known incorrect sRGB profile
  4522. libpng warning: iCCP: known incorrect sRGB profile
  4523. libpng warning: iCCP: known incorrect sRGB profile
  4524. libpng warning: iCCP: known incorrect sRGB profile
  4525. o/2.55.png
  4526. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4527. This is a PNG - lets load it via libpng...
  4528. flagging/aspectratio/2.76.png
  4529. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4530. This is a PNG - lets load it via libpng...
  4531. flagging/audio/0.png
  4532. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4533. This is a PNG - lets load it via libpng...
  4534. flagging/audio/1.png
  4535. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4536. This is a PNG - lets load it via libpng...
  4537. flagging/audio/10.png
  4538. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4539. This is a PNG - lets load it via libpng...
  4540. flagging/audio/2.png
  4541. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4542. This is a PNG - lets load it via libpng...
  4543. flagging/audio/3.png
  4544. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4545. This is a PNG - lets load it via libpng...
  4546. flagging/audio/4.png
  4547. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4548. This is a PNG - lets load it via libpng...
  4549. flagging/audio/5.png
  4550. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4551. This is a PNG - lets load it via libpng...
  4552. flagging/audio/6.png
  4553. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4554. This is a PNG - lets load it via libpng...
  4555. flagging/audio/7.png
  4556. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4557. This is a PNG - lets load it via libpng...
  4558. flagging/audio/8.png
  4559. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4560. This is a PNG - lets load it via libpng...
  4561. flagging/audio/aac.png
  4562. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4563. This is a PNG - lets load it via libpng...
  4564. flagging/audio/ac3.png
  4565. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4566. This is a PNG - lets load it via libpng...
  4567. flagging/audio/aif.png
  4568. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4569. This is a PNG - lets load it via libpng...
  4570. flagging/audio/aifc.png
  4571. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4572. This is a PNG - lets load it via libpng...
  4573. flagging/audio/aiff.png
  4574. **** duplicate of flagging/audio/aif.png
  4575. This is a PNG - lets load it via libpng...
  4576. flagging/audio/alac.png
  4577. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4578. This is a PNG - lets load it via libpng...
  4579. flagging/audio/ape.png
  4580. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4581. This is a PNG - lets load it via libpng...
  4582. flagging/audio/avc.png
  4583. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4584. This is a PNG - lets load it via libpng...
  4585. flagging/audio/cdda.png
  4586. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4587. This is a PNG - lets load it via libpng...
  4588. flagging/audio/dca.png
  4589. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4590. This is a PNG - lets load it via libpng...
  4591. flagging/audio/dolbydigital.png
  4592. **** duplicate of flagging/audio/ac3.png
  4593. This is a PNG - lets load it via libpng...
  4594. flagging/audio/dts.png
  4595. **** duplicate of flagging/audio/dca.png
  4596. This is a PNG - lets load it via libpng...
  4597. flagging/audio/dtshd_hra.png
  4598. frame 0 (delibpng warning: iCCP: known incorrect sRGB profile
  4599. libpng warning: iCCP: known incorrect sRGB profile
  4600. libpng warning: iCCP: known incorrect sRGB profile
  4601. libpng warning: iCCP: known incorrect sRGB profile
  4602. libpng warning: iCCP: known incorrect sRGB profile
  4603. libpng warning: iCCP: known incorrect sRGB profile
  4604. libpng warning: iCCP: known incorrect sRGB profile
  4605. libpng warning: iCCP: known incorrect sRGB profile
  4606. libpng warning: iCCP: known incorrect sRGB profile
  4607. libpng warning: iCCP: known incorrect sRGB profile
  4608. libpng warning: iCCP: known incorrect sRGB profile
  4609. libpng warning: iCCP: known incorrect sRGB profile
  4610. libpng warning: iCCP: known incorrect sRGB profile
  4611. libpng warning: iCCP: known incorrect sRGB profile
  4612. libpng warning: iCCP: known incorrect sRGB profile
  4613. libpng warning: iCCP: known incorrect sRGB profile
  4614. libpng warning: iCCP: known incorrect sRGB profile
  4615. libpng warning: iCCP: known incorrect sRGB profile
  4616. libpng warning: iCCP: known incorrect sRGB profile
  4617. libpng warning: iCCP: known incorrect sRGB profile
  4618. libpng warning: iCCP: known incorrect sRGB profile
  4619. libpng warning: iCCP: known incorrect sRGB profile
  4620. libpng warning: iCCP: known incorrect sRGB profile
  4621. libpng warning: iCCP: known incorrect sRGB profile
  4622. libpng warning: iCCP: known incorrect sRGB profile
  4623. libpng warning: iCCP: known incorrect sRGB profile
  4624. lay: 0) ARGB (270,120 @ 129600 bytes)
  4625. This is a PNG - lets load it via libpng...
  4626. flagging/audio/dtshd_ma.png
  4627. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4628. This is a PNG - lets load it via libpng...
  4629. flagging/audio/dtsma.png
  4630. **** duplicate of flagging/audio/dtshd_ma.png
  4631. This is a PNG - lets load it via libpng...
  4632. flagging/audio/eac3.png
  4633. **** duplicate of flagging/audio/ac3.png
  4634. This is a PNG - lets load it via libpng...
  4635. flagging/audio/flac.png
  4636. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4637. This is a PNG - lets load it via libpng...
  4638. flagging/audio/mp1.png
  4639. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4640. This is a PNG - lets load it via libpng...
  4641. flagging/audio/mp2.png
  4642. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4643. This is a PNG - lets load it via libpng...
  4644. flagging/audio/mp3.png
  4645. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4646. This is a PNG - lets load it via libpng...
  4647. flagging/audio/ogg.png
  4648. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4649. This is a PNG - lets load it via libpng...
  4650. flagging/audio/opus.png
  4651. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4652. This is a PNG - lets load it via libpng...
  4653. flagging/audio/pcm.png
  4654. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4655. This is a PNG - lets load it via libpng...
  4656. flagging/audio/pcm_bluray.png
  4657. **** duplicate of flagging/audio/pcm.png
  4658. This is a PNG - lets load it via libpng...
  4659. flagging/audio/pcm_s16le.png
  4660. **** duplicate of flagging/audio/pcm.png
  4661. This is a PNG - lets load it via libpng...
  4662. flagging/audio/pcm_s24le.png
  4663. **** duplicate of flagging/audio/pcm.png
  4664. This is a PNG - lets load it via libpng...
  4665. flagging/audio/truehd.png
  4666. **** duplicate of flagging/audio/ac3.png
  4667. This is a PNG - lets load it via libpng...
  4668. flagging/audio/vorbis.png
  4669. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4670. This is a PNG - lets load it via libpng...
  4671. flagging/audio/wav.png
  4672. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4673. This is a PNG - lets load it via libpng...
  4674. flagging/audio/wavpack.png
  4675. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4676. This is a PNG - lets load it via libpng...
  4677. flagging/audio/wma.png
  4678. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4679. This is a PNG - lets load it via libpng...
  4680. flagging/audio/wmapro.png
  4681. **** duplicate of flagging/audio/wma.png
  4682. This is a PNG - lets load it via libpng...
  4683. flagging/audio/wmav2.png
  4684. **** duplicate of flagging/audio/wma.png
  4685. This is a PNG - lets load it via libpng...
  4686. flagging/blank.png
  4687. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4688. This is a PNG - lets load it via libpng...
  4689. flagging/resolution/1080.png
  4690. frame 0 (delay: 0) ARGB (90,60 @ 21600 bytes)
  4691. This is a PNG - lets load it via libpng...
  4692. flagging/resolution/480.png
  4693. frame 0 (delay: 0) ARGB (90,60 @ 21600 bytes)
  4694. This is a PNG - lets load it via libpng...
  4695. flagging/resolution/540.png
  4696. **** duplicate of flagging/resolution/480.png
  4697. This is a PNG - lets load it via libpng...
  4698. flagging/resolution/576.png
  4699. **** duplicate of flagging/resolution/480.png
  4700. This is a PNG - lets load it via libpng...
  4701. flagging/resolution/720.png
  4702. *libpng warning: iCCP: known incorrect sRGB profile
  4703. libpng warning: iCCP: known incorrect sRGB profile
  4704. libpng warning: iCCP: known incorrect sRGB profile
  4705. libpng warning: iCCP: known incorrect sRGB profile
  4706. libpng warning: iCCP: known incorrect sRGB profile
  4707. libpng warning: iCCP: known incorrect sRGB profile
  4708. libpng warning: iCCP: known incorrect sRGB profile
  4709. libpng warning: iCCP: known incorrect sRGB profile
  4710. libpng warning: iCCP: known incorrect sRGB profile
  4711. libpng warning: iCCP: known incorrect sRGB profile
  4712. libpng warning: iCCP: known incorrect sRGB profile
  4713. libpng warning: iCCP: known incorrect sRGB profile
  4714. libpng warning: iCCP: known incorrect sRGB profile
  4715. libpng warning: iCCP: known incorrect sRGB profile
  4716. libpng warning: iCCP: known incorrect sRGB profile
  4717. libpng warning: iCCP: known incorrect sRGB profile
  4718. libpng warning: iCCP: known incorrect sRGB profile
  4719. libpng warning: iCCP: known incorrect sRGB profile
  4720. libpng warning: iCCP: known incorrect sRGB profile
  4721. libpng warning: iCCP: known incorrect sRGB profile
  4722. libpng warning: iCCP: known incorrect sRGB profile
  4723. libpng warning: iCCP: known incorrect sRGB profile
  4724. libpng warning: iCCP: known incorrect sRGB profile
  4725. libpng warning: iCCP: known incorrect sRGB profile
  4726. *** duplicate of flagging/resolution/1080.png
  4727. This is a PNG - lets load it via libpng...
  4728. flagging/source/Set.png
  4729. frame 0 (delay: 0) ARGB (90,60 @ 21600 bytes)
  4730. This is a PNG - lets load it via libpng...
  4731. flagging/video/1080.png
  4732. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4733. This is a PNG - lets load it via libpng...
  4734. flagging/video/3D.png
  4735. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4736. This is a PNG - lets load it via libpng...
  4737. flagging/video/480.png
  4738. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4739. This is a PNG - lets load it via libpng...
  4740. flagging/video/4K.png
  4741. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4742. This is a PNG - lets load it via libpng...
  4743. flagging/video/540.png
  4744. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4745. This is a PNG - lets load it via libpng...
  4746. flagging/video/576.png
  4747. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4748. This is a PNG - lets load it via libpng...
  4749. flagging/video/720.png
  4750. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4751. This is a PNG - lets load it via libpng...
  4752. flagging/video/avc1.png
  4753. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4754. This is a PNG - lets load it via libpng...
  4755. flagging/video/bluray.png
  4756. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4757. This is a PNG - lets load it via libpng...
  4758. flagging/video/divx.png
  4759. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4760. This is a PNG - lets load it via libpng...
  4761. flagging/video/dvd.png
  4762. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4763. This is a PNG - lets load it via libpng...
  4764. flagging/video/flv.png
  4765. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4766. This is a PNG - lets load it via libpng...
  4767. flagging/video/h262.png
  4768. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4769. This is a PNG - lets load it via libpng...
  4770. flagging/video/h264.png
  4771. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4772. This is a PNG - lets load it via libpng...
  4773. flagging/video/hddvd.png
  4774. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4775. This is a PNG - lets load it via libpng...
  4776. flagging/video/hdmv.png
  4777. **** duplicate of flagging/video/bluray.png
  4778. This is a PNG - lets load it via libpng...
  4779. flagging/video/hev1.png
  4780. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4781. This is a PNG - lets load it via libpng...
  4782. flagging/video/hevc.png
  4783. **** duplicate of flagging/video/hev1.png
  4784. This is a PNG - lets load it via libpng...
  4785. flagging/video/hvc1.png
  4786. **** duplicate of flagging/video/hev1.png
  4787. This is a PNG - lets load it via libpng...
  4788. flagging/video/mpeg1video.png
  4789. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4790. This is a PNG - lets load it via libpng...
  4791. flagging/video/mpeg2video.png
  4792. **** duplicate of flagging/video/h262.png
  4793. This is a PNG - lets load it via libpng...
  4794. flagging/video/tv.png
  4795. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4796. This is a PNG - lets load it via libpng...
  4797. flagging/video/vc-1.png
  4798. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4799. This is a PNG - lets load it via libpnlibpng warning: iCCP: known incorrect sRGB profile
  4800. libpng warning: iCCP: known incorrect sRGB profile
  4801. libpng warning: iCCP: known incorrect sRGB profile
  4802. libpng warning: iCCP: known incorrect sRGB profile
  4803. libpng warning: iCCP: known incorrect sRGB profile
  4804. libpng warning: iCCP: known incorrect sRGB profile
  4805. libpng warning: iCCP: known incorrect sRGB profile
  4806. libpng warning: iCCP: known incorrect sRGB profile
  4807. libpng warning: iCCP: known incorrect sRGB profile
  4808. libpng warning: iCCP: cHRM chunk does not match sRGB
  4809. libpng warning: iCCP: known incorrect sRGB profile
  4810. libpng warning: iCCP: known incorrect sRGB profile
  4811. libpng warning: iCCP: known incorrect sRGB profile
  4812. libpng warning: iCCP: known incorrect sRGB profile
  4813. libpng warning: iCCP: known incorrect sRGB profile
  4814. libpng warning: iCCP: known incorrect sRGB profile
  4815. g...
  4816. flagging/video/vhs.png
  4817. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4818. This is a PNG - lets load it via libpng...
  4819. flagging/video/vp8.png
  4820. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4821. This is a PNG - lets load it via libpng...
  4822. flagging/video/vp9.png
  4823. **** duplicate of flagging/video/vp8.png
  4824. This is a PNG - lets load it via libpng...
  4825. flagging/video/wmv.png
  4826. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4827. This is a PNG - lets load it via libpng...
  4828. flagging/video/wmv3.png
  4829. **** duplicate of flagging/video/wmv.png
  4830. This is a PNG - lets load it via libpng...
  4831. flagging/video/wvc1.png
  4832. **** duplicate of flagging/video/vc-1.png
  4833. This is a PNG - lets load it via libpng...
  4834. flagging/video/xvid.png
  4835. frame 0 (delay: 0) ARGB (270,120 @ 129600 bytes)
  4836. This is a PNG - lets load it via libpng...
  4837. grey.png
  4838. frame 0 (delay: 0) ARGB (64,64 @ 16384 bytes)
  4839. This is a PNG - lets load it via libpng...
  4840. header.png
  4841. frame 0 (delay: 0) ARGB (40,80 @ 12800 bytes)
  4842. This is a PNG - lets load it via libpng...
  4843. icon_breadcrumb_addons.png
  4844. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4845. This is a PNG - lets load it via libpng...
  4846. icon_breadcrumb_music.png
  4847. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4848. This is a PNG - lets load it via libpng...
  4849. icon_breadcrumb_pictures.png
  4850. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4851. This is a PNG - lets load it via libpng...
  4852. icon_breadcrumb_settings.png
  4853. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4854. This is a PNG - lets load it via libpng...
  4855. icon_breadcrumb_tv.png
  4856. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4857. This is a PNG - lets load it via libpng...
  4858. icon_breadcrumb_video.png
  4859. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4860. This is a PNG - lets load it via libpng...
  4861. icon_breadcrumb_weather.png
  4862. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4863. This is a PNG - lets load it via libpng...
  4864. icon_button_back.png
  4865. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4866. This is a PNG - lets load it via libpng...
  4867. icon_button_city.png
  4868. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4869. This is a PNG - lets load it via libpng...
  4870. icon_button_favourites.png
  4871. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4872. This is a PNG - lets load it via libpng...
  4873. icon_button_filemanager.png
  4874. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4875. This is a PNG - lets load it via libpng...
  4876. icon_button_filter.png
  4877. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4878. This is a PNG - lets load it via libpng...
  4879. icon_button_filtered.png
  4880. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4881. This is a PNG - lets load it via libpng...
  4882. icon_button_logoff.png
  4883. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4884. This is a PNG - lets load it via libpng...
  4885. icon_button_refresh.png
  4886. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4887. This is a PNG - lets load it via libpng...
  4888. icon_button_settings.png
  4889. **** duplicate of icon_breadcrumb_settings.libpng warning: iCCP: known incorrect sRGB profile
  4890. libpng warning: iCCP: known incorrect sRGB profile
  4891. libpng warning: iCCP: known incorrect sRGB profile
  4892. libpng warning: iCCP: known incorrect sRGB profile
  4893. libpng warning: iCCP: known incorrect sRGB profile
  4894. libpng warning: iCCP: known incorrect sRGB profile
  4895. libpng warning: iCCP: known incorrect sRGB profile
  4896. libpng warning: iCCP: known incorrect sRGB profile
  4897. libpng warning: iCCP: known incorrect sRGB profile
  4898. png
  4899. This is a PNG - lets load it via libpng...
  4900. icon_button_shutdown.png
  4901. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4902. This is a PNG - lets load it via libpng...
  4903. icon_button_view.png
  4904. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4905. This is a PNG - lets load it via libpng...
  4906. icon_dialog_close.png
  4907. frame 0 (delay: 0) ARGB (64,64 @ 16384 bytes)
  4908. This is a PNG - lets load it via libpng...
  4909. icon_header_clock.png
  4910. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  4911. This is a PNG - lets load it via libpng...
  4912. icon_keyboard_arrowkey.png
  4913. frame 0 (delay: 0) ARGB (64,64 @ 16384 bytes)
  4914. This is a PNG - lets load it via libpng...
  4915. icon_keyboard_backspace.png
  4916. frame 0 (delay: 0) ARGB (64,64 @ 16384 bytes)
  4917. This is a PNG - lets load it via libpng...
  4918. icon_keyboard_enter.png
  4919. frame 0 (delay: 0) ARGB (64,64 @ 16384 bytes)
  4920. This is a PNG - lets load it via libpng...
  4921. icon_keyboard_shift.png
  4922. frame 0 (delay: 0) ARGB (64,64 @ 16384 bytes)
  4923. This is a PNG - lets load it via libpng...
  4924. icon_menu_addons.png
  4925. frame 0 (delay: 0) ARGB (90,90 @ 32400 bytes)
  4926. This is a PNG - lets load it via libpng...
  4927. icon_menu_livetv.png
  4928. frame 0 (delay: 0) ARGB (90,90 @ 32400 bytes)
  4929. This is a PNG - lets load it via libpng...
  4930. icon_menu_movies.png
  4931. frame 0 (delay: 0) ARGB (90,90 @ 32400 bytes)
  4932. This is a PNG - lets load it via libpng...
  4933. icon_menu_music.png
  4934. frame 0 (delay: 0) ARGB (90,90 @ 32400 bytes)
  4935. This is a PNG - lets load it via libpng...
  4936. icon_menu_pictures.png
  4937. frame 0 (delay: 0) ARGB (90,90 @ 32400 bytes)
  4938. This is a PNG - lets load it via libpng...
  4939. icon_menu_radio.png
  4940. frame 0 (delay: 0) ARGB (90,90 @ 32400 bytes)
  4941. This is a PNG - lets load it via libpng...
  4942. icon_menu_tvshows.png
  4943. frame 0 (delay: 0) ARGB (90,90 @ 32400 bytes)
  4944. This is a PNG - lets load it via libpng...
  4945. icon_menu_videos.png
  4946. frame 0 (delay: 0) ARGB (90,90 @ 32400 bytes)
  4947. This is a PNG - lets load it via libpng...
  4948. icon_settings_addons.png
  4949. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  4950. This is a PNG - lets load it via libpng...
  4951. icon_settings_interface.png
  4952. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  4953. This is a PNG - lets load it via libpng...
  4954. icon_settings_library.png
  4955. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  4956. This is a PNG - lets load it via libpng...
  4957. icon_settings_player.png
  4958. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  4959. This is a PNG - lets load it via libpng...
  4960. icon_settings_profiles.png
  4961. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  4962. This is a PNG - lets load it via libpng...
  4963. icon_settings_services.png
  4964. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  4965. This is a PNG - lets load it via libpng...
  4966. icon_settings_system.png
  4967. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  4968. This is a PNG - lets load it via libpng...
  4969. icon_settings_systeminfo.png
  4970. frame 0 (delay: 0) libpng warning: iCCP: known incorrect sRGB profile
  4971. libpng warning: iCCP: known incorrect sRGB profile
  4972. libpng warning: iCCP: known incorrect sRGB profile
  4973. libpng warning: iCCP: known incorrect sRGB profile
  4974. libpng warning: iCCP: known incorrect sRGB profile
  4975. ARGB (283,283 @ 320356 bytes)
  4976. This is a PNG - lets load it via libpng...
  4977. icon_settings_tv.png
  4978. frame 0 (delay: 0) ARGB (283,283 @ 320356 bytes)
  4979. This is a PNG - lets load it via libpng...
  4980. kodi_logo.png
  4981. frame 0 (delay: 0) ARGB (256,128 @ 131072 bytes)
  4982. This is a PNG - lets load it via libpng...
  4983. list_focus.png
  4984. frame 0 (delay: 0) ARGB (4,4 @ 64 bytes)
  4985. This is a PNG - lets load it via libpng...
  4986. list_nofocus.png
  4987. frame 0 (delay: 0) ARGB (196,8 @ 6272 bytes)
  4988. This is a PNG - lets load it via libpng...
  4989. osd_forward.png
  4990. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4991. This is a PNG - lets load it via libpng...
  4992. osd_next.png
  4993. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4994. This is a PNG - lets load it via libpng...
  4995. osd_pause.png
  4996. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  4997. This is a PNG - lets load it via libpng...
  4998. osd_play.png
  4999. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  5000. This is a PNG - lets load it via libpng...
  5001. osd_previous.png
  5002. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  5003. This is a PNG - lets load it via libpng...
  5004. osd_record.png
  5005. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  5006. This is a PNG - lets load it via libpng...
  5007. osd_rewind.png
  5008. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  5009. This is a PNG - lets load it via libpng...
  5010. osd_stop.png
  5011. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  5012. This is a PNG - lets load it via libpng...
  5013. osd_volume.png
  5014. frame 0 (delay: 0) ARGB (80,80 @ 25600 bytes)
  5015. This is a PNG - lets load it via libpng...
  5016. panel.png
  5017. **** duplicate of button_nofocus.png
  5018. This is a PNG - lets load it via libpng...
  5019. pointer_focus.png
  5020. frame 0 (delay: 0) ARGB (40,60 @ 9600 bytes)
  5021. This is a PNG - lets load it via libpng...
  5022. radiobutton_off.png
  5023. frame 0 (delay: 0) ARGB (80,50 @ 16000 bytes)
  5024. This is a PNG - lets load it via libpng...
  5025. radiobutton_on.png
  5026. frame 0 (delay: 0) ARGB (80,50 @ 16000 bytes)
  5027. This is a PNG - lets load it via libpng...
  5028. rating/0.png
  5029. frame 0 (delay: 0) ARGB (256,32 @ 32768 bytes)
  5030. This is a PNG - lets load it via libpng...
  5031. rating/1.png
  5032. frame 0 (delay: 0) ARGB (256,32 @ 32768 bytes)
  5033. This is a PNG - lets load it via libpng...
  5034. rating/10.png
  5035. frame 0 (delay: 0) ARGB (256,32 @ 32768 bytes)
  5036. This is a PNG - lets load it via libpng...
  5037. rating/2.png
  5038. frame 0 (delay: 0) ARGB (256,32 @ 32768 bytes)
  5039. This is a PNG - lets load it via libpng...
  5040. rating/3.png
  5041. frame 0 (delay: 0) ARGB (256,32 @ 32768 bytes)
  5042. This is a PNG - lets load it via libpng...
  5043. rating/4.png
  5044. frame 0 (delay: 0) ARGB (256,32 @ 32768 bytes)
  5045. This is a PNG - lets load it via libpng...
  5046. rating/5.png
  5047. frame 0 (delay: 0) ARGB (256,32 @ 32768 libpng warning: iCCP: known incorrect sRGB profile
  5048. libpng warning: iCCP: known incorrect sRGB profile
  5049. libpng warning: iCCP: known incorrect sRGB profile
  5050. libpng warning: iCCP: known incorrect sRGB profile
  5051. libpng warning: iCCP: known incorrect sRGB profile
  5052. bytes)
  5053. This is a PNG - lets load it via libpng...
  5054. rating/6.png
  5055. frame 0 (delay: 0) ARGB (256,32 @ 32768 bytes)
  5056. This is a PNG - lets load it via libpng...
  5057. rating/7.png
  5058. frame 0 (delay: 0) ARGB (256,32 @ 32768 bytes)
  5059. This is a PNG - lets load it via libpng...
  5060. rating/8.png
  5061. frame 0 (delay: 0) ARGB (256,32 @ 32768 bytes)
  5062. This is a PNG - lets load it via libpng...
  5063. rating/9.png
  5064. frame 0 (delay: 0) ARGB (256,32 @ 32768 bytes)
  5065. This is a PNG - lets load it via libpng...
  5066. separator.png
  5067. frame 0 (delay: 0) ARGB (4,4 @ 64 bytes)
  5068. This is a PNG - lets load it via libpng...
  5069. side_panel.png
  5070. frame 0 (delay: 0) ARGB (4,4 @ 64 bytes)
  5071. This is a PNG - lets load it via libpng...
  5072. slider.png
  5073. frame 0 (delay: 0) ARGB (350,40 @ 56000 bytes)
  5074. This is a PNG - lets load it via libpng...
  5075. slider_focus.png
  5076. frame 0 (delay: 0) ARGB * (5,20 @ 400 bytes)
  5077. This is a PNG - lets load it via libpng...
  5078. slider_nofocus.png
  5079. frame 0 (delay: 0) ARGB (5,20 @ 400 bytes)
  5080. This is a GIF - lets load it via libgif...
  5081. subtitles/flags/-.gif
  5082. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5083. This is a GIF - lets load it via libgif...
  5084. subtitles/flags/ar.gif
  5085. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5086. This is a GIF - lets load it via libgif...
  5087. subtitles/flags/bg.gif
  5088. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5089. This is a GIF - lets load it via libgif...
  5090. subtitles/flags/bs.gif
  5091. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5092. This is a GIF - lets load it via libgif...
  5093. subtitles/flags/ca.gif
  5094. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5095. This is a GIF - lets load it via libgif...
  5096. subtitles/flags/cs.gif
  5097. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5098. This is a GIF - lets load it via libgif...
  5099. subtitles/flags/da.gif
  5100. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5101. This is a GIF - lets load it via libgif...
  5102. subtitles/flags/de.gif
  5103. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5104. This is a GIF - lets load it via libgif...
  5105. subtitles/flags/el.gif
  5106. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5107. This is a GIF - lets load it via libgif...
  5108. subtitles/flags/en.gif
  5109. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5110. This is a GIF - lets load it via libgif...
  5111. subtitles/flags/es.gif
  5112. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5113. This is a GIF - lets load it via libgif...
  5114. subtitles/flags/et.gif
  5115. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5116. This is a GIF - lets load it via libgif...
  5117. subtitles/flags/fa.gif
  5118. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5119. This is a GIF - lets load it via libgif...
  5120. subtitles/flags/fi.gif
  5121. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5122. This is a GIF - lets load it via libgif...
  5123. subtitles/flags/fo.gif
  5124. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5125. This is a GIF - lets load it via libgif...
  5126. subtitles/flags/fr.gif
  5127. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5128. This is a GIF - lets load it via libgif...
  5129. subtitles/flags/gl.gif
  5130. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5131. This is a GIF - lets load it via libgif...
  5132. subtitles/flags/he.gif
  5133. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5134. This is a GIF - lets load it via libgif...
  5135. subtitles/flags/hi.gif
  5136. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5137. This is a GIF - lets load it via libgif...
  5138. subtitles/flags/hr.gif
  5139. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5140. This is a GIF - lets load it via libgif...
  5141. subtitles/flags/hu.gif
  5142. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5143. This is a GIF - lets load it via libgif...
  5144. subtitles/flags/hy.gif
  5145. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5146. This is a GIF - lets load it via libgif...
  5147. subtitles/flags/id.gif
  5148. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5149. This is a GIF - lets load it via libgif...
  5150. subtitles/flags/is.gif
  5151. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5152. This is a GIF - lets load it via libgif...
  5153. subtitles/flags/it.gif
  5154. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5155. This is a GIF - lets load it via libgif...
  5156. subtitles/flags/ja.gif
  5157. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5158. This is a GIF - lets load it via libgif...
  5159. subtitles/flags/kk.gif
  5160. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5161. This is a GIF - lets load it via libgif...
  5162. subtitles/flags/ko.gif
  5163. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5164. This is a GIF - lets load it via libgif...
  5165. subtitles/flags/lb.gif
  5166. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5167. This is a GIF - lets load it via libgif...
  5168. subtitles/flags/lt.gif
  5169. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5170. This is a GIF - lets load it via libgif...
  5171. subtitles/flags/lv.gif
  5172. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5173. This is a GIF - lets load it via libgif...
  5174. subtitles/flags/mk.gif
  5175. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5176. This is a GIF - lets load it via libgif...
  5177. subtitles/flags/ms.gif
  5178. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5179. This is a GIF - lets load it via libgif...
  5180. subtitles/flags/nl.gif
  5181. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5182. This is a GIF - lets load it via libgif...
  5183. subtitles/flags/no.gif
  5184. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5185. This is a GIF - lets load it via libgif...
  5186. subtitles/flags/pb.gif
  5187. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5188. This is a GIF - lets load it via libgif...
  5189. subtitles/flags/pl.gif
  5190. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5191. This is a GIF - lets load it via libgif...
  5192. subtitles/flags/pt.gif
  5193. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5194. This is a GIF - lets load it via libgif...
  5195. subtitles/flags/ro.gif
  5196. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5197. This is a GIF - lets load it via libgif...
  5198. subtitles/flags/ru.gif libpng warning: iCCP: known incorrect sRGB profile
  5199. libpng warning: iCCP: known incorrect sRGB profile
  5200. libpng warning: iCCP: known incorrect sRGB profile
  5201. libpng warning: iCCP: known incorrect sRGB profile
  5202. libpng warning: iCCP: known incorrect sRGB profile
  5203. libpng warning: iCCP: known incorrect sRGB profile
  5204. libpng warning: iCCP: known incorrect sRGB profile
  5205. libpng warning: iCCP: known incorrect sRGB profile
  5206. libpng warning: iCCP: known incorrect sRGB profile
  5207. libpng warning: iCCP: known incorrect sRGB profile
  5208. libpng warning: iCCP: known incorrect sRGB profile
  5209. libpng warning: iCCP: known incorrect sRGB profile
  5210. libpng warning: iCCP: known incorrect sRGB profile
  5211. libpng warning: iCCP: known incorrect sRGB profile
  5212. libpng warning: iCCP: known incorrect sRGB profile
  5213. libpng warning: iCCP: known incorrect sRGB profile
  5214.  
  5215. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5216. This is a GIF - lets load it via libgif...
  5217. subtitles/flags/sk.gif
  5218. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5219. This is a GIF - lets load it via libgif...
  5220. subtitles/flags/sl.gif
  5221. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5222. This is a GIF - lets load it via libgif...
  5223. subtitles/flags/sq.gif
  5224. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5225. This is a GIF - lets load it via libgif...
  5226. subtitles/flags/sr.gif
  5227. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5228. This is a GIF - lets load it via libgif...
  5229. subtitles/flags/sv.gif
  5230. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5231. This is a GIF - lets load it via libgif...
  5232. subtitles/flags/tr.gif
  5233. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5234. This is a GIF - lets load it via libgif...
  5235. subtitles/flags/uk.gif
  5236. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5237. This is a GIF - lets load it via libgif...
  5238. subtitles/flags/vi.gif
  5239. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5240. This is a GIF - lets load it via libgif...
  5241. subtitles/flags/zh.gif
  5242. frame 0 (delay: 0) ARGB * (18,12 @ 864 bytes)
  5243. This is a PNG - lets load it via libpng...
  5244. subtitles/rating/rating0.png
  5245. frame 0 (delay: 0) ARGB (125,32 @ 16000 bytes)
  5246. This is a PNG - lets load it via libpng...
  5247. subtitles/rating/rating1.png
  5248. frame 0 (delay: 0) ARGB (125,32 @ 16000 bytes)
  5249. This is a PNG - lets load it via libpng...
  5250. subtitles/rating/rating2.png
  5251. frame 0 (delay: 0) ARGB (125,32 @ 16000 bytes)
  5252. This is a PNG - lets load it via libpng...
  5253. subtitles/rating/rating3.png
  5254. frame 0 (delay: 0) ARGB (125,32 @ 16000 bytes)
  5255. This is a PNG - lets load it via libpng...
  5256. subtitles/rating/rating4.png
  5257. frame 0 (delay: 0) ARGB (125,32 @ 16000 bytes)
  5258. This is a PNG - lets load it via libpng...
  5259. subtitles/rating/rating5.png
  5260. frame 0 (delay: 0) ARGB (125,32 @ 16000 bytes)
  5261. This is a PNG - lets load it via libpng...
  5262. thumb_focus.png
  5263. frame 0 (delay: 0) ARGB (16,16 @ 1024 bytes)
  5264. This is a PNG - lets load it via libpng...
  5265. weather/0.png
  5266. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  5267. This is a PNG - lets load it via libpng...
  5268. weather/1.png
  5269. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  5270. This is a PNG - lets load it via libpng...
  5271. weather/10.png
  5272. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  5273. This is a PNG - lets load it via libpng...
  5274. weather/11.png
  5275. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  5276. This is a PNG - lets load it via libpng...
  5277. weather/12.png
  5278. **** duplicate of weather/11.png
  5279. This is a PNG - lets load it via libpng...
  5280. weather/13.png
  5281. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  5282. This is a PNG - lets load it via libpng...
  5283. weather/14.png
  5284. **** duplicate of weather/13.png
  5285. This is a PNG - lets load it via libpng...
  5286. weather/15.png
  5287. **** duplicate of weather/13.png
  5288. This is a PNG - lets load it via libpng...
  5289. libpng warning: iCCP: known incorrect sRGB profile
  5290. libpng warning: iCCP: known incorrect sRGB profile
  5291. libpng warning: iCCP: known incorrect sRGB profile
  5292. libpng warning: iCCP: known incorrect sRGB profile
  5293. libpng warning: iCCP: known incorrect sRGB profile
  5294. libpng warning: iCCP: known incorrect sRGB profile
  5295. libpng warning: iCCP: known incorrect sRGB profile
  5296. libpng warning: iCCP: known incorrect sRGB profile
  5297. libpng warning: iCCP: known incorrect sRGB profile
  5298. libpng warning: iCCP: known incorrect sRGB profile
  5299. libpng warning: iCCP: known incorrect sRGB profile
  5300. libpng warning: iCCP: known incorrect sRGB profile
  5301. libpng warning: iCCP: known incorrect sRGB profile
  5302. libpng warning: iCCP: known incorrect sRGB profile
  5303. libpng warning: iCCP: known incorrect sRGB profile
  5304. libpng warning: iCCP: known incorrect sRGB profile
  5305. libpng warning: iCCP: known incorrect sRGB profile
  5306. libpng warning: iCCP: known incorrect sRGB profile
  5307. libpng warning: iCCP: known incorrect sRGB profile
  5308. libpng warning: iCCP: known incorrect sRGB profile
  5309. libpng warning: iCCP: known incorrect sRGB profile
  5310. libpng warning: iCCP: known incorrect sRGB profile
  5311. libpng warning: iCCP: known incorrect sRGB profile
  5312. libpng warning: iCCP: known incorrect sRGB profile
  5313. libpng warning: iCCP: known incorrect sRGB profile
  5314. libpng warning: iCCP: known incorrect sRGB profile
  5315. libpng warning: iCCP: known incorrect sRGB profile
  5316. libpng warning: iCCP: known incorrect sRGB profile
  5317. libpng warning: iCCP: known incorrect sRGB profile
  5318. weather/16.png
  5319. **** duplicate of weather/13.png
  5320. This is a PNG - lets load it via libpng...
  5321. weather/17.png
  5322. **** duplicate of weather/0.png
  5323. This is a PNG - lets load it via libpng...
  5324. weather/18.png
  5325. **** duplicate of weather/11.png
  5326. This is a PNG - lets load it via libpng...
  5327. weather/19.png
  5328. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  5329. This is a PNG - lets load it via libpng...
  5330. weather/2.png
  5331. **** duplicate of weather/1.png
  5332. This is a PNG - lets load it via libpng...
  5333. weather/20.png
  5334. **** duplicate of weather/19.png
  5335. This is a PNG - lets load it via libpng...
  5336. weather/21.png
  5337. **** duplicate of weather/19.png
  5338. This is a PNG - lets load it via libpng...
  5339. weather/22.png
  5340. **** duplicate of weather/19.png
  5341. This is a PNG - lets load it via libpng...
  5342. weather/23.png
  5343. **** duplicate of weather/1.png
  5344. This is a PNG - lets load it via libpng...
  5345. weather/24.png
  5346. **** duplicate of weather/1.png
  5347. This is a PNG - lets load it via libpng...
  5348. weather/25.png
  5349. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  5350. This is a PNG - lets load it via libpng...
  5351. weather/26.png
  5352. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  5353. This is a PNG - lets load it via libpng...
  5354. weather/27.png
  5355. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  5356. This is a PNG - lets load it via libpng...
  5357. weather/28.png
  5358. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  5359. This is a PNG - lets load it via libpng...
  5360. weather/29.png
  5361. **** duplicate of weather/27.png
  5362. This is a PNG - lets load it via libpng...
  5363. weather/3.png
  5364. **** duplicate of weather/0.png
  5365. This is a PNG - lets load it via libpng...
  5366. weather/30.png
  5367. **** duplicate of weather/28.png
  5368. This is a PNG - lets load it via libpng...
  5369. weather/31.png
  5370. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  5371. This is a PNG - lets load it via libpng...
  5372. weather/32.png
  5373. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  5374. This is a PNG - lets load it via libpng...
  5375. weather/33.png
  5376. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  5377. This is a PNG - lets load it via libpng...
  5378. weather/34.png
  5379. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  5380. This is a PNG - lets load it via libpng...
  5381. weather/35.png
  5382. **** duplicate of weather/0.png
  5383. This is a PNG - lets load it via libpng...
  5384. weather/36.png
  5385. **** duplicate of weather/32.png
  5386. This is a PNG - lets load it via libpng...
  5387. weather/37.png
  5388. **** duplicate of weather/0.png
  5389. This is a PNG - lets load it via libpng...
  5390. weather/38.png
  5391. **** duplicate of weather/0.png
  5392. This is a PNG - lets load it via libpng...
  5393. weather/39.png
  5394. **** duplicate of weather/10.png
  5395. This is a PNG - lets load it via libpng...
  5396. weather/4.png
  5397. **** duplicate of weather/0.png
  5398. This is a PNG - lets load it via libpng...
  5399. weather/40.png
  5400. **** duplicate of weather/10.png
  5401. This is a PNG - lets load it via libpng...
  5402. weather/41.png
  5403. **** duplicate of weather/13.png
  5404. This is a PNG - lets load it via libpng...
  5405. weather/42.png
  5406. **** duplicate of weather/13.png
  5407. This libpng warning: iCCP: known incorrect sRGB profile
  5408. libpng warning: iCCP: known incorrect sRGB profile
  5409. libpng warning: iCCP: known incorrect sRGB profile
  5410. libpng warning: iCCP: known incorrect sRGB profile
  5411. libpng warning: iCCP: known incorrect sRGB profile
  5412. libpng warning: iCCP: known incorrect sRGB profile
  5413. libpng warning: iCCP: known incorrect sRGB profile
  5414. libpng warning: iCCP: known incorrect sRGB profile
  5415. libpng warning: iCCP: known incorrect sRGB profile
  5416. libpng warning: iCCP: known incorrect sRGB profile
  5417. libpng warning: iCCP: known incorrect sRGB profile
  5418. libpng warning: iCCP: known incorrect sRGB profile
  5419. is a PNG - lets load it via libpng...
  5420. weather/43.png
  5421. **** duplicate of weather/1.png
  5422. This is a PNG - lets load it via libpng...
  5423. weather/44.png
  5424. **** duplicate of weather/28.png
  5425. This is a PNG - lets load it via libpng...
  5426. weather/45.png
  5427. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  5428. This is a PNG - lets load it via libpng...
  5429. weather/46.png
  5430. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  5431. This is a PNG - lets load it via libpng...
  5432. weather/47.png
  5433. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  5434. This is a PNG - lets load it via libpng...
  5435. weather/5.png
  5436. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  5437. This is a PNG - lets load it via libpng...
  5438. weather/6.png
  5439. **** duplicate of weather/11.png
  5440. This is a PNG - lets load it via libpng...
  5441. weather/7.png
  5442. **** duplicate of weather/5.png
  5443. This is a PNG - lets load it via libpng...
  5444. weather/8.png
  5445. **** duplicate of weather/19.png
  5446. This is a PNG - lets load it via libpng...
  5447. weather/9.png
  5448. **** duplicate of weather/19.png
  5449. This is a PNG - lets load it via libpng...
  5450. weather/na.png
  5451. frame 0 (delay: 0) ARGB (60,60 @ 14400 bytes)
  5452. This is a PNG - lets load it via libpng...
  5453. white.png
  5454. frame 0 (delay: 0) ARGB * (4,4 @ 64 bytes)
  5455. make[1]: Leaving directory `/home/kodidev/kodi-android/addons/skin.estouchy/media'
  5456. make -C lib/libexif
  5457. make[1]: Entering directory `/home/kodidev/kodi-android/lib/libexif'
  5458. CPP lib/libexif/libexif.o
  5459. CPP lib/libexif/ExifParse.o
  5460. In file included from ExifParse.cpp:42:0:
  5461. ExifParse.h: In constructor 'CExifParse::CExifParse()':
  5462. ExifParse.h:21:17: warning: 'CExifParse::m_DateFound' will be initialized after [-Wreorder]
  5463. bool m_DateFound;
  5464. ^
  5465. ExifParse.h:18:17: warning: 'unsigned int CExifParse::m_LargestExifOffset' [-Wreorder]
  5466. unsigned m_LargestExifOffset; // Last exif data referenced (to check if thumbnail is at end)
  5467. ^
  5468. ExifParse.cpp:201:1: warning: when initialized here [-Wreorder]
  5469. CExifParse::CExifParse () : m_FocalPlaneXRes(0.0),
  5470. ^
  5471. In file included from ExifParse.cpp:42:0:
  5472. ExifParse.h:18:17: warning: 'CExifParse::m_LargestExifOffset' will be initialized after [-Wreorder]
  5473. unsigned m_LargestExifOffset; // Last exif data referenced (to check if thumbnail is at end)
  5474. ^
  5475. ExifParse.h:15:17: warning: 'ExifInfo_t* CExifParse::m_ExifInfo' [-Wreorder]
  5476. ExifInfo_t *m_ExifInfo;
  5477. ^
  5478. ExifParse.cpp:201:1: warning: when initialized here [-Wreorder]
  5479. CExifParse::CExifParse () : m_FocalPlaneXRes(0.0),
  5480. ^
  5481. CPP lib/libexif/IptcParse.o
  5482. CPP lib/libexif/JpegParse.o
  5483. /home/kodidev/Android/Toolchain/android-17/bin/arm-linux-androideabi-g++ -D_LINUX -D_DLL -fPIC -O2 -O2 -g -D_DEBUG -Wall -DANDROID -Os -fexceptions -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -frtti -g -O2 -std=gnu++11 -I/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/android-17 -isystem /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include -DANDROID -Os -fexceptions -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -frtti -g -O2 -std=gnu++11 -I/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/android-17 -isystem /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include -O3 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-psabi -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib/android-17 -shared -o /home/kodidev/kodi-android/system/libexif-arm.so libexif.o ExifParse.o IptcParse.o JpegParse.o -Wl,--unresolved-symbols=ignore-all \
  5484. `cat /home/kodidev/kodi-android/xbmc/cores/DllLoader/exports/wrapper.def` /home/kodidev/kodi-android/xbmc/cores/DllLoader/exports/wrapper.o
  5485. make[1]: Leaving directory `/home/kodidev/kodi-android/lib/libexif'
  5486. make -C lib/cpluff/libcpluff
  5487. make[1]: Entering directory `/home/kodidev/kodi-android/lib/cpluff/libcpluff'
  5488. Making all in docsrc
  5489. make[2]: Entering directory `/home/kodidev/kodi-android/lib/cpluff/libcpluff/docsrc'
  5490. make[2]: Nothing to be done for `all'.
  5491. make[2]: Leaving directory `/home/kodidev/kodi-android/lib/cpluff/libcpluff/docsrc'
  5492. make[2]: Entering directory `/home/kodidev/kodi-android/lib/cpluff/libcpluff'
  5493. CC psymbol.lo
  5494. CC pscan.lo
  5495. CC ploader.lo
  5496. ploader.c: In function 'descriptor_errorf':
  5497. ploader.c:161:3: warning: format '%d' expects argument of type 'int', but argument 5 has type 'XML_Size' [-Wformat=]
  5498. cpi_warnf(plcontext->context,
  5499. ^
  5500. ploader.c:161:3: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long unsigned int' [-Wformat=]
  5501. ploader.c:168:3: warning: format '%d' expects argument of type 'int', but argument 5 has type 'XML_Size' [-Wformat=]
  5502. cpi_errorf(plcontext->context,
  5503. ^
  5504. ploader.c:168:3: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long unsigned int' [-Wformat=]
  5505. ploader.c: In function 'resource_error':
  5506. ploader.c:188:3: warning: format '%d' expects argument of type 'int', but argument 5 has type 'XML_Size' [-Wformat=]
  5507. cpi_errorf(plcontext->context,
  5508. ^
  5509. ploader.c:188:3: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long unsigned int' [-Wformat=]
  5510. ploader.c: In function 'cp_load_plugin_descriptor':
  5511. ploader.c:1084:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'XML_Size' [-Wformat=]
  5512. cpi_errorf(context,
  5513. ^
  5514. ploader.c:1084:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long unsigned int' [-Wformat=]
  5515. ploader.c: In function 'cp_load_plugin_descriptor_from_memory':
  5516. ploader.c:1270:6: warning: format '%d' expects argument of type 'int', but argument 5 has type 'XML_Size' [-Wformat=]
  5517. cpi_errorf(context,
  5518. ^
  5519. ploader.c:1270:6: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long unsigned int' [-Wformat=]
  5520. CC pinfo.lo
  5521. CC pcontrol.lo
  5522. CC serial.lo
  5523. CC logging.lo
  5524. CC context.lo
  5525. CC cpluff.lo
  5526. CC util.lo
  5527. CC list.lo
  5528. CC hash.lo
  5529. CC thread_posix.lo
  5530. thread_posix.c: In function 'cpi_create_mutex':
  5531. thread_posix.c:79:7: warning: variable 'ec' set but not used [-Wunused-but-set-variable]
  5532. int ec;
  5533. ^
  5534. thread_posix.c:85:7: warning: variable 'ec' set but not used [-Wunused-but-set-variable]
  5535. int ec;
  5536. ^
  5537. thread_posix.c: In function 'cpi_destroy_mutex':
  5538. thread_posix.c:97:6: warning: variable 'ec' set but not used [-Wunused-but-set-variable]
  5539. int ec;
  5540. ^
  5541. CCLD libcpluff.la
  5542. make[2]: Leaving directory `/home/kodidev/kodi-android/lib/cpluff/libcpluff'
  5543. make[1]: Leaving directory `/home/kodidev/kodi-android/lib/cpluff/libcpluff'
  5544. /home/kodidev/Android/Toolchain/android-17/bin/arm-linux-androideabi-g++ -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib/android-17 -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib/android-17 -shared -o system/libcpluff-arm.so -Wl,--whole-archive lib/cpluff/libcpluff/.libs/libcpluff.a \
  5545. -Wl,--no-whole-archive \
  5546. `cat xbmc/cores/DllLoader/exports/wrapper.def` xbmc/cores/DllLoader/exports/wrapper.o -lexpat
  5547. make -C lib/addons/library.xbmc.addon
  5548. make[1]: Entering directory `/home/kodidev/kodi-android/lib/addons/library.xbmc.addon'
  5549. CPP lib/addons/library.xbmc.addon/libXBMC_addon.o
  5550. libXBMC_addon.cpp: In function 'char* XBMC_get_localized_string(void*, void*, int)':
  5551. libXBMC_addon.cpp:116:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  5552. return "";
  5553. ^
  5554. libXBMC_addon.cpp: In function 'char* XBMC_get_dvd_menu_language(void*, void*)':
  5555. libXBMC_addon.cpp:124:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  5556. return "";
  5557. ^
  5558. /home/kodidev/Android/Toolchain/android-17/bin/arm-linux-androideabi-g++ -O2 -g -D_DEBUG -Wall -DANDROID -Os -fexceptions -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -I/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/android-17 -isystem /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include -DANDROID -Os -fexceptions -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -I/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/android-17 -isystem /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include -O3 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-psabi -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib/android-17 -shared -g -o ../../../addons/library.xbmc.addon/libXBMC_addon-arm.so libXBMC_addon.o
  5559. make[1]: Leaving directory `/home/kodidev/kodi-android/lib/addons/library.xbmc.addon'
  5560. make -C lib/addons/library.kodi.adsp
  5561. make[1]: Entering directory `/home/kodidev/kodi-android/lib/addons/library.kodi.adsp'
  5562. CPP lib/addons/library.kodi.adsp/libKODI_adsp.o
  5563. /home/kodidev/Android/Toolchain/android-17/bin/arm-linux-androideabi-g++ -O2 -g -D_DEBUG -Wall -DANDROID -Os -fexceptions -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -I/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/android-17 -isystem /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include -DANDROID -Os -fexceptions -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -I/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/android-17 -isystem /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include -O3 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-psabi -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib/android-17 -shared -g -o ../../../addons/library.kodi.adsp/libKODI_adsp-arm.so libKODI_adsp.o
  5564. make[1]: Leaving directory `/home/kodidev/kodi-android/lib/addons/library.kodi.adsp'
  5565. make -C lib/addons/library.kodi.audioengine
  5566. make[1]: Entering directory `/home/kodidev/kodi-android/lib/addons/library.kodi.audioengine'
  5567. CPP lib/addons/library.kodi.audioengine/libKODI_audioengine.o
  5568. /home/kodidev/Android/Toolchain/android-17/bin/arm-linux-androideabi-g++ -O2 -g -D_DEBUG -Wall -DANDROID -Os -fexceptions -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -I/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/android-17 -isystem /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include -DANDROID -Os -fexceptions -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -I/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/android-17 -isystem /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include -O3 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-psabi -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib/android-17 -shared -g -o ../../../addons/library.kodi.audioengine/libKODI_audioengine-arm.so libKODI_audioengine.o
  5569. make[1]: Leaving directory `/home/kodidev/kodi-android/lib/addons/library.kodi.audioengine'
  5570. make -C lib/addons/library.xbmc.codec
  5571. make[1]: Entering directory `/home/kodidev/kodi-android/lib/addons/library.xbmc.codec'
  5572. CPP lib/addons/library.xbmc.codec/libXBMC_codec.o
  5573. /home/kodidev/Android/Toolchain/android-17/bin/arm-linux-androideabi-g++ -O2 -g -D_DEBUG -Wall -DANDROID -Os -fexceptions -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -I/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/android-17 -isystem /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include -DANDROID -Os -fexceptions -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -I/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/android-17 -isystem /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include -O3 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-psabi -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib/android-17 -shared -g -o ../../../addons/library.xbmc.codec/libXBMC_codec-arm.so libXBMC_codec.o
  5574. make[1]: Leaving directory `/home/kodidev/kodi-android/lib/addons/library.xbmc.codec'
  5575. make -C lib/addons/library.kodi.guilib
  5576. make[1]: Entering directory `/home/kodidev/kodi-android/lib/addons/library.kodi.guilib'
  5577. CPP lib/addons/library.kodi.guilib/libKODI_guilib.o
  5578. In file included from libKODI_guilib.cpp:21:0:
  5579. ../../../xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_guilib.h: In constructor 'CAddonGUIRenderingControl::CAddonGUIRenderingControl(void*, void*, CAddonGUIWindow*, int)':
  5580. ../../../xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_guilib.h:844:9: warning: 'CAddonGUIRenderingControl::m_cb' will be initialized after [-Wreorder]
  5581. void *m_cb;
  5582. ^
  5583. ../../../xbmc/addons/kodi-addon-dev-kit/include/kodi/libKODI_guilib.h:833:13: warning: 'void* CAddonGUIRenderingControl::m_cbhdl' [-Wreorder]
  5584. GUIHANDLE m_cbhdl;
  5585. ^
  5586. libKODI_guilib.cpp:964:1: warning: when initialized here [-Wreorder]
  5587. CAddonGUIRenderingControl::CAddonGUIRenderingControl(void *hdl, void *cb, CAddonGUIWindow *window, int controlId)
  5588. ^
  5589. /home/kodidev/Android/Toolchain/android-17/bin/arm-linux-androideabi-g++ -O2 -g -D_DEBUG -Wall -DANDROID -Os -fexceptions -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -I/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/android-17 -isystem /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include -DANDROID -Os -fexceptions -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -I/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/android-17 -isystem /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include -O3 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-psabi -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib/android-17 -shared -g -o ../../../addons/library.kodi.guilib/libKODI_guilib-arm.so libKODI_guilib.o
  5590. sed -e s/@guilib_version@/5.11.0/g -e s/@guilib_version_min@/5.10.0/g ../../../addons/kodi.guilib/addon.xml.in > ../../../addons/kodi.guilib/addon.xml
  5591. make[1]: Leaving directory `/home/kodidev/kodi-android/lib/addons/library.kodi.guilib'
  5592. make -C lib/addons/library.kodi.peripheral
  5593. make[1]: Entering directory `/home/kodidev/kodi-android/lib/addons/library.kodi.peripheral'
  5594. CPP lib/addons/library.kodi.peripheral/libKODI_peripheral.o
  5595. /home/kodidev/Android/Toolchain/android-17/bin/arm-linux-androideabi-g++ -O2 -g -D_DEBUG -Wall -DANDROID -Os -fexceptions -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -I/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/android-17 -isystem /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include -DANDROID -Os -fexceptions -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -I/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/android-17 -isystem /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include -O3 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-psabi -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib/android-17 -shared -g -o ../../../addons/library.kodi.peripheral/libKODI_peripheral-arm.so libKODI_peripheral.o
  5596. make[1]: Leaving directory `/home/kodidev/kodi-android/lib/addons/library.kodi.peripheral'
  5597. make -C lib/addons/library.xbmc.pvr
  5598. make[1]: Entering directory `/home/kodidev/kodi-android/lib/addons/library.xbmc.pvr'
  5599. CPP lib/addons/library.xbmc.pvr/libXBMC_pvr.o
  5600. /home/kodidev/Android/Toolchain/android-17/bin/arm-linux-androideabi-g++ -O2 -g -D_DEBUG -Wall -DANDROID -Os -fexceptions -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -I/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/android-17 -isystem /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include -DANDROID -Os -fexceptions -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -I/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/android-17 -isystem /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include -O3 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-psabi -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib/android-17 -shared -g -o ../../../addons/library.xbmc.pvr/libXBMC_pvr-arm.so libXBMC_pvr.o
  5601. make[1]: Leaving directory `/home/kodidev/kodi-android/lib/addons/library.xbmc.pvr'
  5602. make -C lib/addons/library.kodi.inputstream
  5603. make[1]: Entering directory `/home/kodidev/kodi-android/lib/addons/library.kodi.inputstream'
  5604. CPP lib/addons/library.kodi.inputstream/libKODI_inputstream.o
  5605. /home/kodidev/Android/Toolchain/android-17/bin/arm-linux-androideabi-g++ -O2 -g -D_DEBUG -Wall -DANDROID -Os -fexceptions -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -I/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/android-17 -isystem /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include -DANDROID -Os -fexceptions -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -I/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include/android-17 -isystem /home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/include -O3 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-psabi -mno-apcs-stack-check -mfpu=neon -mvectorize-with-neon-quad -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib -L/home/kodidev/xbmc-depends/arm-linux-androideabi-android-17/lib/android-17 -shared -g -o ../../../addons/library.kodi.inputstream/libKODI_inputstream-arm.so libKODI_inputstream.o
  5606. make[1]: Leaving directory `/home/kodidev/kodi-android/lib/addons/library.kodi.inputstream'
  5607. -----------------------
  5608. Kodi built successfully
  5609. -----------------------
Add Comment
Please, Sign In to add comment