Advertisement
Guest User

Untitled

a guest
Sep 4th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.01 KB | None | 0 0
  1. ^
  2. In file included from external/ffmpeg/libavformat/yuv4mpegdec.c:25:
  3. In file included from external/ffmpeg/libavformat/internal.h:26:
  4. In file included from external/ffmpeg/libavformat/os_support.h:62:
  5. bionic/libc/include/unistd.h:526:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  6. __BIONIC_FORTIFY_INLINE
  7. ^
  8. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  9. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  10. ^
  11. In file included from external/ffmpeg/libavformat/yuv4mpegdec.c:25:
  12. In file included from external/ffmpeg/libavformat/internal.h:26:
  13. external/ffmpeg/libavformat/os_support.h:70:43: warning: unused parameter 'path' [-Wunused-parameter]
  14. static inline int is_dos_path(const char *path)
  15. ^
  16. external/ffmpeg/libavformat/yuv4mpegdec.c:298:18: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
  17. else if (ret != s->packet_size - Y4M_FRAME_MAGIC_LEN)
  18. ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  19. external/ffmpeg/libavformat/yuv4mpegdec.c:307:51: warning: unused parameter 'stream_index' [-Wunused-parameter]
  20. static int yuv4_read_seek(AVFormatContext *s, int stream_index,
  21. ^
  22. external/ffmpeg/libavformat/yuv4mpegdec.c:308:44: warning: unused parameter 'flags' [-Wunused-parameter]
  23. int64_t pts, int flags)
  24. ^
  25. 73 warnings generated.
  26. Import includes file: /home/maxh/android/out/target/product/falcon/obj/SHARED_LIBRARIES/libffmpeg_extractor_intermediates/import_includes
  27. target thumb C++: libffmpeg_utils <= external/stagefright-plugins/utils/ffmpeg_source.cpp
  28. target thumb C++: libffmpeg_utils <= external/stagefright-plugins/utils/ffmpeg_utils.cpp
  29. target thumb C++: libffmpeg_utils <= external/stagefright-plugins/utils/codec_utils.cpp
  30. target thumb C: libffmpeg_utils <= external/stagefright-plugins/utils/ffmpeg_cmdutils.c
  31. Import includes file: /home/maxh/android/out/target/product/falcon/obj/SHARED_LIBRARIES/libffmpeg_omx_intermediates/import_includes
  32. target asm: libswscale <= external/ffmpeg/libswscale/arm/yuv2rgb_neon.S
  33. target arm C: libswscale <= external/ffmpeg/libswscale/alphablend.c
  34. external/stagefright-plugins/utils/codec_utils.cpp:142:24: error: use of undeclared identifier 'kKeyDivXVersion'
  35. meta->setInt32(kKeyDivXVersion, divxVersion);
  36. ^
  37. external/stagefright-plugins/utils/codec_utils.cpp:179:36: error: use of undeclared identifier 'MEDIA_MIMETYPE_VIDEO_VC1'
  38. meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_VC1);
  39. ^
  40. external/stagefright-plugins/utils/codec_utils.cpp:180:19: error: use of undeclared identifier 'kKeyRawCodecSpecificData'
  41. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  42. ^
  43. external/stagefright-plugins/utils/codec_utils.cpp:191:20: error: use of undeclared identifier 'kKeyWMVVersion'
  44. meta->setInt32(kKeyWMVVersion, kTypeWMVVer_7);
  45. ^
  46. external/stagefright-plugins/utils/codec_utils.cpp:191:36: error: use of undeclared identifier 'kTypeWMVVer_7'
  47. meta->setInt32(kKeyWMVVersion, kTypeWMVVer_7);
  48. ^
  49. external/stagefright-plugins/utils/codec_utils.cpp:202:19: error: use of undeclared identifier 'kKeyRawCodecSpecificData'
  50. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  51. ^
  52. external/stagefright-plugins/utils/codec_utils.cpp:203:20: error: use of undeclared identifier 'kKeyWMVVersion'
  53. meta->setInt32(kKeyWMVVersion, kTypeWMVVer_8);
  54. ^
  55. external/stagefright-plugins/utils/codec_utils.cpp:203:36: error: use of undeclared identifier 'kTypeWMVVer_8'
  56. meta->setInt32(kKeyWMVVersion, kTypeWMVVer_8);
  57. ^
  58. external/stagefright-plugins/utils/codec_utils.cpp:214:19: error: use of undeclared identifier 'kKeyRawCodecSpecificData'
  59. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  60. ^
  61. external/stagefright-plugins/utils/codec_utils.cpp:215:20: error: use of undeclared identifier 'kKeyWMVVersion'
  62. meta->setInt32(kKeyWMVVersion, kTypeWMVVer_9);
  63. ^
  64. external/stagefright-plugins/utils/codec_utils.cpp:215:36: error: use of undeclared identifier 'kTypeWMVVer_9'
  65. meta->setInt32(kKeyWMVVersion, kTypeWMVVer_9);
  66. ^
  67. external/stagefright-plugins/utils/codec_utils.cpp:225:36: error: use of undeclared identifier 'MEDIA_MIMETYPE_VIDEO_RV'
  68. meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RV);
  69. ^
  70. external/stagefright-plugins/utils/codec_utils.cpp:226:19: error: use of undeclared identifier 'kKeyRawCodecSpecificData'
  71. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  72. ^
  73. external/stagefright-plugins/utils/codec_utils.cpp:227:20: error: use of undeclared identifier 'kKeyRVVersion'
  74. meta->setInt32(kKeyRVVersion, kTypeRVVer_G2); //http://en.wikipedia.org/wiki/RealVide
  75. ^
  76. external/stagefright-plugins/utils/codec_utils.cpp:227:35: error: use of undeclared identifier 'kTypeRVVer_G2'
  77. meta->setInt32(kKeyRVVersion, kTypeRVVer_G2); //http://en.wikipedia.org/wiki/RealVide
  78. ^
  79. external/stagefright-plugins/utils/codec_utils.cpp:237:36: error: use of undeclared identifier 'MEDIA_MIMETYPE_VIDEO_RV'
  80. meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RV);
  81. ^
  82. external/stagefright-plugins/utils/codec_utils.cpp:238:19: error: use of undeclared identifier 'kKeyRawCodecSpecificData'
  83. meta->setData(kKeyRawCodecSpecificData, 0, avctx->extradata, avctx->extradata_size);
  84. ^
  85. external/stagefright-plugins/utils/codec_utils.cpp:239:20: error: use of undeclared identifier 'kKeyRVVersion'
  86. meta->setInt32(kKeyRVVersion, kTypeRVVer_8); //http://en.wikipedia.org/wiki/RealVide
  87. ^
  88. external/stagefright-plugins/utils/codec_utils.cpp:239:35: error: use of undeclared identifier 'kTypeRVVer_8'
  89. meta->setInt32(kKeyRVVersion, kTypeRVVer_8); //http://en.wikipedia.org/wiki/RealVide
  90. ^
  91. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  92. 20 errors generated.
  93. build/core/binary.mk:968: recipe for target '/home/maxh/android/out/target/product/falcon/obj/SHARED_LIBRARIES/libffmpeg_utils_intermediates/codec_utils.o' failed
  94. make: *** [/home/maxh/android/out/target/product/falcon/obj/SHARED_LIBRARIES/libffmpeg_utils_intermediates/codec_utils.o] Error 1
  95. make: *** Waiting for unfinished jobs....
  96. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  97. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  98. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:30:
  99. In file included from bionic/libc/include/stdlib.h:32:
  100. bionic/libc/include/sys/cdefs.h:404:5: warning: '__LP64__' is not defined, evaluates to 0 [-Wundef]
  101. #if __LP64__
  102. ^
  103. bionic/libc/include/sys/cdefs.h:459:5: warning: '__LP64__' is not defined, evaluates to 0 [-Wundef]
  104. #if __LP64__
  105. ^
  106. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  107. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  108. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:30:
  109. In file included from bionic/libc/include/stdlib.h:36:
  110. In file included from bionic/libc/include/malloc.h:22:
  111. In file included from bionic/libc/include/stdio.h:42:
  112. In file included from bionic/libc/include/sys/types.h:32:
  113. bionic/libc/include/stdint.h:41:5: warning: '__LP64__' is not defined, evaluates to 0 [-Wundef]
  114. #if __LP64__
  115. ^
  116. bionic/libc/include/stdint.h:49:5: warning: '__LP64__' is not defined, evaluates to 0 [-Wundef]
  117. #if __LP64__
  118. ^
  119. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  120. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  121. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:30:
  122. In file included from bionic/libc/include/stdlib.h:36:
  123. In file included from bionic/libc/include/malloc.h:22:
  124. bionic/libc/include/stdio.h:154:24: warning: unknown attribute '__warning__' ignored [-Wunknown-attributes]
  125. __printflike(2, 3) __warnattr("sprintf is often misused; please use snprintf");
  126. ^
  127. bionic/libc/include/sys/cdefs.h:219:40: note: expanded from macro '__warnattr'
  128. #define __warnattr(msg) __attribute__((__warning__(msg)))
  129. ^
  130. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  131. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  132. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:30:
  133. In file included from bionic/libc/include/stdlib.h:36:
  134. In file included from bionic/libc/include/malloc.h:22:
  135. bionic/libc/include/stdio.h:156:24: warning: unknown attribute '__warning__' ignored [-Wunknown-attributes]
  136. __printflike(2, 0) __warnattr("vsprintf is often misused; please use vsnprintf");
  137. ^
  138. bionic/libc/include/sys/cdefs.h:219:40: note: expanded from macro '__warnattr'
  139. #define __warnattr(msg) __attribute__((__warning__(msg)))
  140. ^
  141. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  142. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  143. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:30:
  144. In file included from bionic/libc/include/stdlib.h:36:
  145. In file included from bionic/libc/include/malloc.h:22:
  146. bionic/libc/include/stdio.h:288:1: warning: unknown attribute '__error__' ignored [-Wunknown-attributes]
  147. __errordecl(__fgets_too_big_error, "fgets called with size bigger than buffer");
  148. ^
  149. bionic/libc/include/sys/cdefs.h:221:55: note: expanded from macro '__errordecl'
  150. #define __errordecl(name, msg) extern void name(void) __errorattr(msg)
  151. ^
  152. bionic/libc/include/sys/cdefs.h:218:41: note: expanded from macro '__errorattr'
  153. #define __errorattr(msg) __attribute__((__error__(msg)))
  154. ^
  155. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  156. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  157. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:30:
  158. In file included from bionic/libc/include/stdlib.h:36:
  159. In file included from bionic/libc/include/malloc.h:22:
  160. bionic/libc/include/stdio.h:289:1: warning: unknown attribute '__error__' ignored [-Wunknown-attributes]
  161. __errordecl(__fgets_too_small_error, "fgets called with size less than zero");
  162. ^
  163. bionic/libc/include/sys/cdefs.h:221:55: note: expanded from macro '__errordecl'
  164. #define __errordecl(name, msg) extern void name(void) __errorattr(msg)
  165. ^
  166. bionic/libc/include/sys/cdefs.h:218:41: note: expanded from macro '__errorattr'
  167. #define __errorattr(msg) __attribute__((__error__(msg)))
  168. ^
  169. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  170. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  171. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:30:
  172. In file included from bionic/libc/include/stdlib.h:36:
  173. In file included from bionic/libc/include/malloc.h:22:
  174. bionic/libc/include/stdio.h:293:1: warning: unknown attribute '__error__' ignored [-Wunknown-attributes]
  175. __errordecl(__fread_too_big_error, "fread called with size * count bigger than buffer");
  176. ^
  177. bionic/libc/include/sys/cdefs.h:221:55: note: expanded from macro '__errordecl'
  178. #define __errordecl(name, msg) extern void name(void) __errorattr(msg)
  179. ^
  180. bionic/libc/include/sys/cdefs.h:218:41: note: expanded from macro '__errorattr'
  181. #define __errorattr(msg) __attribute__((__error__(msg)))
  182. ^
  183. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  184. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  185. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:30:
  186. In file included from bionic/libc/include/stdlib.h:36:
  187. In file included from bionic/libc/include/malloc.h:22:
  188. bionic/libc/include/stdio.h:294:1: warning: unknown attribute '__error__' ignored [-Wunknown-attributes]
  189. __errordecl(__fread_overflow, "fread called with overflowing size * count");
  190. ^
  191. bionic/libc/include/sys/cdefs.h:221:55: note: expanded from macro '__errordecl'
  192. #define __errordecl(name, msg) extern void name(void) __errorattr(msg)
  193. ^
  194. bionic/libc/include/sys/cdefs.h:218:41: note: expanded from macro '__errorattr'
  195. #define __errorattr(msg) __attribute__((__error__(msg)))
  196. ^
  197. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  198. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  199. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:30:
  200. In file included from bionic/libc/include/stdlib.h:36:
  201. In file included from bionic/libc/include/malloc.h:22:
  202. bionic/libc/include/stdio.h:298:1: warning: unknown attribute '__error__' ignored [-Wunknown-attributes]
  203. __errordecl(__fwrite_too_big_error, "fwrite called with size * count bigger than buffer");
  204. ^
  205. bionic/libc/include/sys/cdefs.h:221:55: note: expanded from macro '__errordecl'
  206. #define __errordecl(name, msg) extern void name(void) __errorattr(msg)
  207. ^
  208. bionic/libc/include/sys/cdefs.h:218:41: note: expanded from macro '__errorattr'
  209. #define __errorattr(msg) __attribute__((__error__(msg)))
  210. ^
  211. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  212. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  213. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:30:
  214. In file included from bionic/libc/include/stdlib.h:36:
  215. In file included from bionic/libc/include/malloc.h:22:
  216. bionic/libc/include/stdio.h:299:1: warning: unknown attribute '__error__' ignored [-Wunknown-attributes]
  217. __errordecl(__fwrite_overflow, "fwrite called with overflowing size * count");
  218. ^
  219. bionic/libc/include/sys/cdefs.h:221:55: note: expanded from macro '__errordecl'
  220. #define __errordecl(name, msg) extern void name(void) __errorattr(msg)
  221. ^
  222. bionic/libc/include/sys/cdefs.h:218:41: note: expanded from macro '__errorattr'
  223. #define __errorattr(msg) __attribute__((__error__(msg)))
  224. ^
  225. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  226. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  227. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:30:
  228. In file included from bionic/libc/include/stdlib.h:36:
  229. In file included from bionic/libc/include/malloc.h:22:
  230. bionic/libc/include/stdio.h:303:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  231. __BIONIC_FORTIFY_INLINE
  232. ^
  233. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  234. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  235. ^
  236. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  237. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  238. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:30:
  239. In file included from bionic/libc/include/stdlib.h:36:
  240. In file included from bionic/libc/include/malloc.h:22:
  241. bionic/libc/include/stdio.h:310:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  242. __BIONIC_FORTIFY_INLINE
  243. ^
  244. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  245. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  246. ^
  247. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  248. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  249. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:30:
  250. In file included from bionic/libc/include/stdlib.h:36:
  251. In file included from bionic/libc/include/malloc.h:22:
  252. bionic/libc/include/stdio.h:347:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  253. __BIONIC_FORTIFY_INLINE
  254. ^
  255. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  256. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  257. ^
  258. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  259. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  260. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:30:
  261. In file included from bionic/libc/include/stdlib.h:36:
  262. In file included from bionic/libc/include/malloc.h:22:
  263. bionic/libc/include/stdio.h:373:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  264. __BIONIC_FORTIFY_INLINE
  265. ^
  266. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  267. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  268. ^
  269. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  270. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  271. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:30:
  272. In file included from bionic/libc/include/stdlib.h:36:
  273. bionic/libc/include/malloc.h:26:74: warning: unknown attribute 'alloc_size' ignored [-Wunknown-attributes]
  274. extern void* malloc(size_t byte_count) __mallocfunc __wur __attribute__((alloc_size(1)));
  275. ^
  276. bionic/libc/include/malloc.h:27:92: warning: unknown attribute 'alloc_size' ignored [-Wunknown-attributes]
  277. extern void* calloc(size_t item_count, size_t item_size) __mallocfunc __wur __attribute__((alloc_size(1,2)));
  278. ^
  279. bionic/libc/include/malloc.h:28:71: warning: unknown attribute 'alloc_size' ignored [-Wunknown-attributes]
  280. extern void* realloc(void* p, size_t byte_count) __wur __attribute__((alloc_size(2)));
  281. ^
  282. bionic/libc/include/malloc.h:31:94: warning: unknown attribute 'alloc_size' ignored [-Wunknown-attributes]
  283. extern void* memalign(size_t alignment, size_t byte_count) __mallocfunc __wur __attribute__((alloc_size(2)));
  284. ^
  285. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  286. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  287. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:30:
  288. bionic/libc/include/stdlib.h:49:32: warning: '__cplusplus' is not defined, evaluates to 0 [-Wundef]
  289. #if __ISO_C_VISIBLE >= 2011 || __cplusplus >= 201103L
  290. ^
  291. bionic/libc/include/stdlib.h:182:1: warning: unknown attribute '__error__' ignored [-Wunknown-attributes]
  292. __errordecl(__realpath_size_error, "realpath output parameter must be NULL or a >= PATH_MAX bytes buffer");
  293. ^
  294. bionic/libc/include/sys/cdefs.h:221:55: note: expanded from macro '__errordecl'
  295. #define __errordecl(name, msg) extern void name(void) __errorattr(msg)
  296. ^
  297. bionic/libc/include/sys/cdefs.h:218:41: note: expanded from macro '__errorattr'
  298. #define __errorattr(msg) __attribute__((__error__(msg)))
  299. ^
  300. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  301. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  302. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:31:
  303. In file included from external/ffmpeg/libavcodec/../libavutil/avutil.h:288:
  304. In file included from external/ffmpeg/libavcodec/../libavutil/common.h:40:
  305. bionic/libc/include/string.h:133:1: warning: unknown attribute '__error__' ignored [-Wunknown-attributes]
  306. __errordecl(__memchr_buf_size_error, "memchr called with size bigger than buffer");
  307. ^
  308. bionic/libc/include/sys/cdefs.h:221:55: note: expanded from macro '__errordecl'
  309. #define __errordecl(name, msg) extern void name(void) __errorattr(msg)
  310. ^
  311. bionic/libc/include/sys/cdefs.h:218:41: note: expanded from macro '__errorattr'
  312. #define __errorattr(msg) __attribute__((__error__(msg)))
  313. ^
  314. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  315. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  316. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:31:
  317. In file included from external/ffmpeg/libavcodec/../libavutil/avutil.h:288:
  318. In file included from external/ffmpeg/libavcodec/../libavutil/common.h:40:
  319. bionic/libc/include/string.h:136:1: warning: unknown attribute '__error__' ignored [-Wunknown-attributes]
  320. __errordecl(__memrchr_buf_size_error, "memrchr called with size bigger than buffer");
  321. ^
  322. bionic/libc/include/sys/cdefs.h:221:55: note: expanded from macro '__errordecl'
  323. #define __errordecl(name, msg) extern void name(void) __errorattr(msg)
  324. ^
  325. bionic/libc/include/sys/cdefs.h:218:41: note: expanded from macro '__errorattr'
  326. #define __errorattr(msg) __attribute__((__error__(msg)))
  327. ^
  328. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  329. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  330. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:31:
  331. In file included from external/ffmpeg/libavcodec/../libavutil/avutil.h:288:
  332. In file included from external/ffmpeg/libavcodec/../libavutil/common.h:40:
  333. bionic/libc/include/string.h:148:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  334. __BIONIC_FORTIFY_INLINE
  335. ^
  336. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  337. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  338. ^
  339. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  340. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  341. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:31:
  342. In file included from external/ffmpeg/libavcodec/../libavutil/avutil.h:288:
  343. In file included from external/ffmpeg/libavcodec/../libavutil/common.h:40:
  344. bionic/libc/include/string.h:169:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  345. __BIONIC_FORTIFY_INLINE
  346. ^
  347. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  348. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  349. ^
  350. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  351. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  352. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:31:
  353. In file included from external/ffmpeg/libavcodec/../libavutil/avutil.h:288:
  354. In file included from external/ffmpeg/libavcodec/../libavutil/common.h:40:
  355. bionic/libc/include/string.h:190:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  356. __BIONIC_FORTIFY_INLINE
  357. ^
  358. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  359. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  360. ^
  361. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  362. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  363. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:31:
  364. In file included from external/ffmpeg/libavcodec/../libavutil/avutil.h:288:
  365. In file included from external/ffmpeg/libavcodec/../libavutil/common.h:40:
  366. bionic/libc/include/string.h:195:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  367. __BIONIC_FORTIFY_INLINE
  368. ^
  369. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  370. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  371. ^
  372. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  373. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  374. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:31:
  375. In file included from external/ffmpeg/libavcodec/../libavutil/avutil.h:288:
  376. In file included from external/ffmpeg/libavcodec/../libavutil/common.h:40:
  377. bionic/libc/include/string.h:200:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  378. __BIONIC_FORTIFY_INLINE
  379. ^
  380. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  381. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  382. ^
  383. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  384. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  385. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:31:
  386. In file included from external/ffmpeg/libavcodec/../libavutil/avutil.h:288:
  387. In file included from external/ffmpeg/libavcodec/../libavutil/common.h:40:
  388. bionic/libc/include/string.h:205:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  389. __BIONIC_FORTIFY_INLINE
  390. ^
  391. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  392. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  393. ^
  394. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  395. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  396. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:31:
  397. In file included from external/ffmpeg/libavcodec/../libavutil/avutil.h:288:
  398. In file included from external/ffmpeg/libavcodec/../libavutil/common.h:40:
  399. bionic/libc/include/string.h:210:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  400. __BIONIC_FORTIFY_INLINE
  401. ^
  402. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  403. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  404. ^
  405. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  406. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  407. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:31:
  408. In file included from external/ffmpeg/libavcodec/../libavutil/avutil.h:288:
  409. In file included from external/ffmpeg/libavcodec/../libavutil/common.h:40:
  410. bionic/libc/include/string.h:231:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  411. __BIONIC_FORTIFY_INLINE
  412. ^
  413. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  414. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  415. ^
  416. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  417. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  418. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:31:
  419. In file included from external/ffmpeg/libavcodec/../libavutil/avutil.h:288:
  420. In file included from external/ffmpeg/libavcodec/../libavutil/common.h:40:
  421. bionic/libc/include/string.h:252:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  422. __BIONIC_FORTIFY_INLINE
  423. ^
  424. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  425. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  426. ^
  427. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  428. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  429. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:31:
  430. In file included from external/ffmpeg/libavcodec/../libavutil/avutil.h:288:
  431. In file included from external/ffmpeg/libavcodec/../libavutil/common.h:40:
  432. bionic/libc/include/string.h:257:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  433. __BIONIC_FORTIFY_INLINE
  434. ^
  435. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  436. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  437. ^
  438. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  439. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  440. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:31:
  441. In file included from external/ffmpeg/libavcodec/../libavutil/avutil.h:288:
  442. In file included from external/ffmpeg/libavcodec/../libavutil/common.h:40:
  443. bionic/libc/include/string.h:262:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  444. __BIONIC_FORTIFY_INLINE
  445. ^
  446. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  447. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  448. ^
  449. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  450. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  451. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:31:
  452. In file included from external/ffmpeg/libavcodec/../libavutil/avutil.h:288:
  453. In file included from external/ffmpeg/libavcodec/../libavutil/common.h:40:
  454. bionic/libc/include/string.h:267:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  455. __BIONIC_FORTIFY_INLINE
  456. ^
  457. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  458. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  459. ^
  460. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  461. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  462. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:31:
  463. In file included from external/ffmpeg/libavcodec/../libavutil/avutil.h:288:
  464. In file included from external/ffmpeg/libavcodec/../libavutil/common.h:40:
  465. bionic/libc/include/string.h:288:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  466. __BIONIC_FORTIFY_INLINE
  467. ^
  468. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  469. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  470. ^
  471. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  472. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  473. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:31:
  474. In file included from external/ffmpeg/libavcodec/../libavutil/avutil.h:288:
  475. In file included from external/ffmpeg/libavcodec/../libavutil/common.h:40:
  476. bionic/libc/include/string.h:308:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  477. __BIONIC_FORTIFY_INLINE
  478. ^
  479. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  480. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  481. ^
  482. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  483. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  484. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:31:
  485. In file included from external/ffmpeg/libavcodec/../libavutil/avutil.h:288:
  486. In file included from external/ffmpeg/libavcodec/../libavutil/common.h:40:
  487. bionic/libc/include/string.h:327:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  488. __BIONIC_FORTIFY_INLINE
  489. ^
  490. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  491. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  492. ^
  493. In file included from external/ffmpeg/libswscale/alphablend.c:21:
  494. In file included from external/ffmpeg/libswscale/swscale_internal.h:32:
  495. In file included from external/ffmpeg/libavcodec/../libavutil/avassert.h:31:
  496. In file included from external/ffmpeg/libavcodec/../libavutil/avutil.h:288:
  497. In file included from external/ffmpeg/libavcodec/../libavutil/common.h:40:
  498. bionic/libc/include/string.h:346:1: warning: unknown attribute '__artificial__' ignored [-Wunknown-attributes]
  499. __BIONIC_FORTIFY_INLINE
  500. ^
  501. bionic/libc/include/sys/cdefs.h:426:112: note: expanded from macro '__BIONIC_FORTIFY_INLINE'
  502. # define __BIONIC_FORTIFY_INLINE extern __inline__ __always_inline __attribute__((gnu_inline)) __attribute__((__artificial__))
  503. ^
  504. external/ffmpeg/libswscale/alphablend.c:137:25: remark: vectorized loop (vectorization width: 4, interleaved count: 1) [-Rpass=loop-vectorize]
  505. for (plane = 0; plane < plane_count; plane++) {
  506. ^
  507. 40 warnings generated.
  508. make: Leaving directory '/home/maxh/android'
  509.  
  510. #### make failed to build some targets (04:58 (mm:ss)) ####
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement