Advertisement
timcowchip

chromium compile

Oct 20th, 2014
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.05 KB | None | 0 0
  1. ++ Mark Compile start : "chromium" "40.0.2175.0" "Mon, 20 Oct 2014 22:54:55 +0000"
  2. install prefix /usr/local
  3. source path /usr/src/chromium-40.0.2175.0/third_party/ffmpeg
  4. C compiler gcc
  5. C library glibc
  6. ARCH x86 (generic)
  7. big-endian no
  8. runtime cpu detection yes
  9. yasm yes
  10. MMX enabled yes
  11. MMXEXT enabled yes
  12. 3DNow! enabled yes
  13. 3DNow! extended enabled yes
  14. SSE enabled yes
  15. SSSE3 enabled yes
  16. AVX enabled yes
  17. XOP enabled yes
  18. FMA3 enabled yes
  19. FMA4 enabled yes
  20. i686 features enabled yes
  21. CMOV is fast yes
  22. EBX available yes
  23. EBP available yes
  24. debug symbols yes
  25. strip symbols yes
  26. optimize for size no
  27. optimizations yes
  28. static no
  29. shared yes
  30. postprocessing support no
  31. new filter support no
  32. network support no
  33. threading support pthreads
  34. safe bitstream reader yes
  35. SDL support no
  36. opencl enabled no
  37. texi2html enabled no
  38. perl enabled yes
  39. pod2man enabled yes
  40. makeinfo enabled yes
  41. makeinfo supports HTML yes
  42.  
  43. External libraries:
  44.  
  45. Enabled decoders:
  46. aac pcm_mulaw pcm_u8
  47. h264 pcm_s16be theora
  48. mp3 pcm_s16le vorbis
  49. pcm_alaw pcm_s24be vp3
  50. pcm_f32le pcm_s24le vp8
  51.  
  52. Enabled encoders:
  53.  
  54. Enabled hwaccels:
  55.  
  56. Enabled parsers:
  57. aac opus vp3
  58. h264 vorbis vp8
  59. mpegaudio
  60.  
  61. Enabled demuxers:
  62. aac mov ogg
  63. matroska mp3 wav
  64.  
  65. Enabled muxers:
  66.  
  67. Enabled protocols:
  68.  
  69. Enabled filters:
  70.  
  71. Enabled bsfs:
  72.  
  73. Enabled indevs:
  74.  
  75. Enabled outdevs:
  76.  
  77. License: LGPL version 2.1 or later
  78. Creating config.mak, config.h, and doc/config.texi...
  79. CC libavformat/aacdec.o
  80. CC libavformat/allformats.o
  81. CC libavformat/apetag.o
  82. CC libavformat/avio.o
  83. CC libavformat/aviobuf.o
  84. CC libavformat/cutils.o
  85. CC libavformat/dump.o
  86. CC libavformat/flac_picture.o
  87. CC libavformat/format.o
  88. CC libavformat/golomb_tab.o
  89. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavformat/format.c: In function 'av_probe_input_format3':
  90. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavformat/format.c:190:17: warning: assignment discards 'const' qualifier from pointer target type
  91. lpd.buf = zerobuffer;
  92. ^
  93. CC libavformat/id3v1.o
  94. CC libavformat/img2.o
  95. CC libavformat/isom.o
  96. CC libavformat/id3v2.o
  97. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavformat/id3v2.c: In function 'id3v2_parse':
  98. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavformat/id3v2.c:729:23: warning: variable 'dlen' set but not used [-Wunused-but-set-variable]
  99. unsigned long dlen;
  100. ^
  101. CC libavformat/log2_tab.o
  102. CC libavformat/matroska.o
  103. CC libavformat/matroskadec.o
  104. CC libavformat/metadata.o
  105. CC libavformat/mov.o
  106. CC libavformat/mov_chan.o
  107. CC libavformat/mp3dec.o
  108. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavformat/matroskadec.c: In function 'matroska_decode_buffer':
  109. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavformat/matroskadec.c:1288:1: warning: label 'failed' defined but not used [-Wunused-label]
  110. failed:
  111. ^
  112. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavformat/matroskadec.c:1163:9: warning: unused variable 'olen' [-Wunused-variable]
  113. int olen;
  114. ^
  115. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavformat/matroskadec.c: At top level:
  116. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavformat/matroskadec.c:2287:12: warning: 'matroska_parse_rm_audio' defined but not used [-Wunused-function]
  117. static int matroska_parse_rm_audio(MatroskaDemuxContext *matroska,
  118. ^
  119. CC libavformat/mux.o
  120. CC libavformat/oggdec.o
  121. CC libavformat/oggparsecelt.o
  122. CC libavformat/oggparsedirac.o
  123. CC libavformat/oggparseflac.o
  124. CC libavformat/oggparseogm.o
  125. CC libavformat/oggparseopus.o
  126. CC libavformat/oggparseskeleton.o
  127. CC libavformat/oggparsespeex.o
  128. CC libavformat/oggparsetheora.o
  129. CC libavformat/oggparsevorbis.o
  130. CC libavformat/oggparsevp8.o
  131. CC libavformat/options.o
  132. CC libavformat/os_support.o
  133. CC libavformat/pcm.o
  134. CC libavformat/rawdec.o
  135. CC libavformat/replaygain.o
  136. CC libavformat/riff.o
  137. CC libavformat/riffdec.o
  138. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavformat/rawdec.c:94:12: warning: 'ff_raw_data_read_header' defined but not used [-Wunused-function]
  139. static int ff_raw_data_read_header(AVFormatContext *s)
  140. ^
  141. CC libavformat/rmsipr.o
  142. CC libavformat/sdp.o
  143. CC libavformat/seek.o
  144. CC libavformat/url.o
  145. CC libavformat/utils.o
  146. CC libavformat/vorbiscomment.o
  147. CC libavformat/wavdec.o
  148. CC libavcodec/aac_ac3_parser.o
  149. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavformat/utils.c: In function 'av_stream_get_end_pts':
  150. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavformat/utils.c:115:5: warning: 'pts' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavformat/avformat.h:809) [-Wdeprecated-declarations]
  151. return st->pts.val;
  152. ^
  153. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavformat/utils.c: In function 'avformat_find_stream_info':
  154. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavformat/utils.c:2952:9: warning: 'max_analyze_duration' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavformat/avformat.h:1313) [-Wdeprecated-declarations]
  155. max_analyze_duration = ic->max_analyze_duration;
  156. ^
  157. CC libavcodec/aac_parser.o
  158. CC libavcodec/aacadtsdec.o
  159. CC libavcodec/aacdec.o
  160. CC libavcodec/aacps.o
  161. CC libavcodec/aacpsdsp.o
  162. CC libavcodec/aacsbr.o
  163. CC libavcodec/aactab.o
  164. CC libavcodec/ac3tab.o
  165. CC libavcodec/allcodecs.o
  166. CC libavcodec/audioconvert.o
  167. CC libavcodec/avdct.o
  168. CC libavcodec/avfft.o
  169. CC libavcodec/avpacket.o
  170. CC libavcodec/avpicture.o
  171. CC libavcodec/bitstream.o
  172. CC libavcodec/bitstream_filter.o
  173. CC libavcodec/cabac.o
  174. CC libavcodec/codec_desc.o
  175. CC libavcodec/dct.o
  176. CC libavcodec/dct32_fixed.o
  177. CC libavcodec/dct32_float.o
  178. CC libavcodec/dirac.o
  179. CC libavcodec/dv_profile.o
  180. CC libavcodec/fft_fixed.o
  181. CC libavcodec/fft_fixed_32.o
  182. CC libavcodec/fft_float.o
  183. CC libavcodec/fft_init_table.o
  184. CC libavcodec/flac.o
  185. CC libavcodec/flacdata.o
  186. CC libavcodec/fmtconvert.o
  187. CC libavcodec/golomb.o
  188. CC libavcodec/h264.o
  189. CC libavcodec/h264_cabac.o
  190. CC libavcodec/h264_cavlc.o
  191. CC libavcodec/h264_direct.o
  192. CC libavcodec/h264_loopfilter.o
  193. CC libavcodec/h264_mb.o
  194. CC libavcodec/h264_parser.o
  195. CC libavcodec/h264_picture.o
  196. CC libavcodec/h264_ps.o
  197. CC libavcodec/h264_refs.o
  198. CC libavcodec/h264_sei.o
  199. CC libavcodec/h264_slice.o
  200. CC libavcodec/h264chroma.o
  201. CC libavcodec/h264dsp.o
  202. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/h264_sei.c: In function 'decode_user_data_itu_t_t35':
  203. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/h264_sei.c:135:17: warning: 'dtg_active_format' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/avcodec.h:1711) [-Wdeprecated-declarations]
  204. h->avctx->dtg_active_format = dtg_active_format;
  205. ^
  206. CC libavcodec/h264idct.o
  207. CC libavcodec/h264pred.o
  208. CC libavcodec/h264qpel.o
  209. CC libavcodec/hpeldsp.o
  210. CC libavcodec/imgconvert.o
  211. CC libavcodec/kbdwin.o
  212. CC libavcodec/log2_tab.o
  213. CC libavcodec/mathtables.o
  214. CC libavcodec/mdct_fixed.o
  215. CC libavcodec/mdct_fixed_32.o
  216. CC libavcodec/mdct_float.o
  217. CC libavcodec/mpeg12data.o
  218. CC libavcodec/mpeg4audio.o
  219. CC libavcodec/mpegaudio.o
  220. CC libavcodec/mpegaudio_parser.o
  221. CC libavcodec/mpegaudiodata.o
  222. CC libavcodec/mpegaudiodec_fixed.o
  223. CC libavcodec/mpegaudiodecheader.o
  224. CC libavcodec/mpegaudiodsp.o
  225. CC libavcodec/mpegaudiodsp_data.o
  226. CC libavcodec/mpegaudiodsp_fixed.o
  227. CC libavcodec/mpegaudiodsp_float.o
  228. CC libavcodec/options.o
  229. CC libavcodec/opus.o
  230. CC libavcodec/opus_parser.o
  231. In file included from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/options.c:35:0:
  232. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/options_table.h:298:1: warning: 'dtg_active_format' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/avcodec.h:1711) [-Wdeprecated-declarations]
  233. {"dtg_active_format", NULL, OFFSET(dtg_active_format), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
  234. ^
  235. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/options_table.h:314:1: warning: 'xvmc_acceleration' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/avcodec.h:1762) [-Wdeprecated-declarations]
  236. {"xvmc_acceleration", NULL, OFFSET(xvmc_acceleration), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
  237. ^
  238. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/options_table.h:328:1: warning: 'error_rate' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/avcodec.h:2950) [-Wdeprecated-declarations]
  239. {"error", NULL, OFFSET(error_rate), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
  240. ^
  241. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/options_table.h:383:1: warning: 'scenechange_factor' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/avcodec.h:1911) [-Wdeprecated-declarations]
  242. {"sc_factor", "multiplied by qscale for each frame and added to scene_change_score", OFFSET(scenechange_factor), AV_OPT_TYPE_INT, {.i64 = 6 }, 0, INT_MAX, V|E},
  243. ^
  244. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/options_table.h:392:1: warning: 'request_channels' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/avcodec.h:2033) [-Wdeprecated-declarations]
  245. {"request_channels", "set desired number of audio channels", OFFSET(request_channels), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, 0, INT_MAX, A|D},
  246. ^
  247. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/options.c: In function 'avcodec_get_context_defaults3':
  248. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/options.c:106:5: warning: 'av_opt_set_defaults2' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/opt.h:461) [-Wdeprecated-declarations]
  249. av_opt_set_defaults2(s, flags, flags);
  250. ^
  251. CC libavcodec/parser.o
  252. CC libavcodec/pcm.o
  253. CC libavcodec/pthread.o
  254. CC libavcodec/pthread_frame.o
  255. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/pcm.c:34:34: warning: 'pcm_encode_init' defined but not used [-Wunused-function]
  256. static av_cold int pcm_encode_init(AVCodecContext *avctx)
  257. ^
  258. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/pcm.c:83:12: warning: 'pcm_encode_frame' defined but not used [-Wunused-function]
  259. static int pcm_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
  260. ^
  261. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/pthread_frame.c: In function 'frame_worker_thread':
  262. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/pthread_frame.c:153:9: warning: 'get_buffer' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/avcodec.h:2129) [-Wdeprecated-declarations]
  263. if (!codec->update_thread_context && THREAD_SAFE_CALLBACKS(avctx))
  264. ^
  265. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/pthread_frame.c: In function 'ff_thread_can_start_frame':
  266. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/pthread_frame.c:749:9: warning: 'get_buffer' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/avcodec.h:2129) [-Wdeprecated-declarations]
  267. (avctx->codec->update_thread_context || !THREAD_SAFE_CALLBACKS(avctx))) {
  268. ^
  269. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/pthread_frame.c: In function 'thread_get_buffer_internal':
  270. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/pthread_frame.c:768:9: warning: 'get_buffer' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/avcodec.h:2129) [-Wdeprecated-declarations]
  271. (avctx->codec->update_thread_context || !THREAD_SAFE_CALLBACKS(avctx))) {
  272. ^
  273. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/pthread_frame.c:808:5: warning: 'get_buffer' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/avcodec.h:2129) [-Wdeprecated-declarations]
  274. if (!THREAD_SAFE_CALLBACKS(avctx) && !avctx->codec->update_thread_context)
  275. ^
  276. CC libavcodec/pthread_slice.o
  277. CC libavcodec/raw.o
  278. CC libavcodec/rdft.o
  279. CC libavcodec/resample.o
  280. CC libavcodec/resample2.o
  281. CC libavcodec/sbrdsp.o
  282. CC libavcodec/sinewin.o
  283. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/resample.c: In function 'av_audio_resample_init':
  284. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/resample.c:251:9: warning: 'av_audio_convert_alloc' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/audioconvert.h:55) [-Wdeprecated-declarations]
  285. if (!(s->convert_ctx[0] = av_audio_convert_alloc(AV_SAMPLE_FMT_S16, 1,
  286. ^
  287. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/resample.c:262:9: warning: 'av_audio_convert_alloc' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/audioconvert.h:55) [-Wdeprecated-declarations]
  288. if (!(s->convert_ctx[1] = av_audio_convert_alloc(s->sample_fmt[1], 1,
  289. ^
  290. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/resample.c:267:13: warning: 'av_audio_convert_free' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/audioconvert.h:65) [-Wdeprecated-declarations]
  291. av_audio_convert_free(s->convert_ctx[0]);
  292. ^
  293. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/resample.c:273:5: warning: 'av_resample_init' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/avcodec.h:4586) [-Wdeprecated-declarations]
  294. s->resample_context = av_resample_init(output_rate, input_rate,
  295. ^
  296. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/resample.c: In function 'audio_resample':
  297. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/resample.c:318:9: warning: 'av_audio_convert' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/audioconvert.h:78) [-Wdeprecated-declarations]
  298. if (av_audio_convert(s->convert_ctx[0], obuf, ostride,
  299. ^
  300. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/resample.c:391:9: warning: 'av_resample' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/avcodec.h:4598) [-Wdeprecated-declarations]
  301. nb_samples1 = av_resample(s->resample_context, buftmp3[i], bufin[i],
  302. ^
  303. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/resample.c:413:9: warning: 'av_audio_convert' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/audioconvert.h:78) [-Wdeprecated-declarations]
  304. if (av_audio_convert(s->convert_ctx[1], obuf, ostride,
  305. ^
  306. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/resample.c: In function 'audio_resample_close':
  307. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/resample.c:433:5: warning: 'av_resample_close' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/avcodec.h:4616) [-Wdeprecated-declarations]
  308. av_resample_close(s->resample_context);
  309. ^
  310. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/resample.c:438:5: warning: 'av_audio_convert_free' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/audioconvert.h:65) [-Wdeprecated-declarations]
  311. av_audio_convert_free(s->convert_ctx[0]);
  312. ^
  313. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/resample.c:439:5: warning: 'av_audio_convert_free' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/audioconvert.h:65) [-Wdeprecated-declarations]
  314. av_audio_convert_free(s->convert_ctx[1]);
  315. ^
  316. CC libavcodec/startcode.o
  317. CC libavcodec/utils.o
  318. CC libavcodec/videodsp.o
  319. CC libavcodec/vorbis.o
  320. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/utils.c: In function 'avcodec_decode_audio3':
  321. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/utils.c:2344:5: warning: 'get_buffer' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/avcodec.h:2129) [-Wdeprecated-declarations]
  322. if (avctx->get_buffer != avcodec_default_get_buffer) {
  323. ^
  324. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/utils.c:2344:5: warning: 'avcodec_default_get_buffer' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/utils.c:835) [-Wdeprecated-declarations]
  325. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/utils.c:2349:9: warning: 'get_buffer' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/avcodec.h:2129) [-Wdeprecated-declarations]
  326. avctx->get_buffer = avcodec_default_get_buffer;
  327. ^
  328. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/utils.c:2349:9: warning: 'avcodec_default_get_buffer' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/utils.c:835) [-Wdeprecated-declarations]
  329. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/utils.c:2350:9: warning: 'release_buffer' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/avcodec.h:2143) [-Wdeprecated-declarations]
  330. avctx->release_buffer = avcodec_default_release_buffer;
  331. ^
  332. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/utils.c:2350:9: warning: 'avcodec_default_release_buffer' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/utils.c:1081) [-Wdeprecated-declarations]
  333. CC libavcodec/vorbis_data.o
  334. CC libavcodec/vorbis_parser.o
  335. CC libavcodec/vorbisdec.o
  336. CC libavcodec/vorbisdsp.o
  337. CC libavcodec/vp3.o
  338. CC libavcodec/vp3_parser.o
  339. CC libavcodec/vp3dsp.o
  340. CC libavcodec/vp56rac.o
  341. CC libavcodec/vp8.o
  342. CC libavcodec/vp8_parser.o
  343. CC libavcodec/vp8dsp.o
  344. CC libavcodec/x86/constants.o
  345. CC libavcodec/x86/dct_init.o
  346. CC libavcodec/x86/fft_init.o
  347. YASM libavcodec/x86/deinterlace.o
  348. STRIP libavcodec/x86/deinterlace.o
  349. CC libavcodec/x86/fmtconvert_init.o
  350. YASM libavcodec/x86/dct32.o
  351. YASM libavcodec/x86/fft.o
  352. YASM libavcodec/x86/fmtconvert.o
  353. YASM libavcodec/x86/fpel.o
  354. STRIP libavcodec/x86/dct32.o
  355. STRIP libavcodec/x86/fmtconvert.o
  356. STRIP libavcodec/x86/fpel.o
  357. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/x86/fft.asm:54: warning: section flags ignored on section redeclaration
  358. STRIP libavcodec/x86/fft.o
  359. YASM libavcodec/x86/h264_chromamc_10bit.o
  360. STRIP libavcodec/x86/h264_chromamc_10bit.o
  361. YASM libavcodec/x86/h264_chromamc.o
  362. YASM libavcodec/x86/h264_deblock_10bit.o
  363. YASM libavcodec/x86/h264_deblock.o
  364. STRIP libavcodec/x86/h264_deblock_10bit.o
  365. STRIP libavcodec/x86/h264_chromamc.o
  366. STRIP libavcodec/x86/h264_deblock.o
  367. YASM libavcodec/x86/h264_idct.o
  368. YASM libavcodec/x86/h264_idct_10bit.o
  369. STRIP libavcodec/x86/h264_idct_10bit.o
  370. CC libavcodec/x86/h264_intrapred_init.o
  371. YASM libavcodec/x86/h264_intrapred_10bit.o
  372. CC libavcodec/x86/h264_qpel.o
  373. STRIP libavcodec/x86/h264_idct.o
  374. YASM libavcodec/x86/h264_intrapred.o
  375. STRIP libavcodec/x86/h264_intrapred_10bit.o
  376. YASM libavcodec/x86/h264_qpel_10bit.o
  377. YASM libavcodec/x86/h264_weight.o
  378. STRIP libavcodec/x86/h264_weight.o
  379. YASM libavcodec/x86/h264_qpel_8bit.o
  380. YASM libavcodec/x86/h264_weight_10bit.o
  381. STRIP libavcodec/x86/h264_weight_10bit.o
  382. CC libavcodec/x86/h264chroma_init.o
  383. CC libavcodec/x86/h264dsp_init.o
  384. STRIP libavcodec/x86/h264_intrapred.o
  385. CC libavcodec/x86/hpeldsp_init.o
  386. STRIP libavcodec/x86/h264_qpel_10bit.o
  387. CC libavcodec/x86/mpegaudiodsp.o
  388. YASM libavcodec/x86/hpeldsp.o
  389. YASM libavcodec/x86/qpel.o
  390. STRIP libavcodec/x86/qpel.o
  391. STRIP libavcodec/x86/h264_qpel_8bit.o
  392. CC libavcodec/x86/sbrdsp_init.o
  393. YASM libavcodec/x86/imdct36.o
  394. YASM libavcodec/x86/sbrdsp.o
  395. STRIP libavcodec/x86/hpeldsp.o
  396. CC libavcodec/x86/videodsp_init.o
  397. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/x86/videodsp_init.c: In function 'emulated_edge_mc_sse2':
  398. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/x86/videodsp_init.c:237:5: warning: passing argument 11 of 'emulated_edge_mc' discards 'const' qualifier from pointer target type
  399. emulated_edge_mc(buf, src, buf_stride, src_stride, block_w, block_h,
  400. ^
  401. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/x86/videodsp_init.c:132:51: note: expected 'void (**)(uint8_t *, x86_reg, const uint8_t *, x86_reg, x86_reg, x86_reg, x86_reg)' but argument is of type 'void (* const*)(uint8_t *, x86_reg, const uint8_t *, x86_reg, x86_reg, x86_reg, x86_reg)'
  402. static av_always_inline void emulated_edge_mc(uint8_t *dst, const uint8_t *src,
  403. ^
  404. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/x86/videodsp_init.c:237:5: warning: passing argument 13 of 'emulated_edge_mc' discards 'const' qualifier from pointer target type
  405. emulated_edge_mc(buf, src, buf_stride, src_stride, block_w, block_h,
  406. ^
  407. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavcodec/x86/videodsp_init.c:132:51: note: expected 'void (**)(uint8_t *, x86_reg, x86_reg, x86_reg)' but argument is of type 'void (* const*)(uint8_t *, x86_reg, x86_reg, x86_reg)'
  408. static av_always_inline void emulated_edge_mc(uint8_t *dst, const uint8_t *src,
  409. ^
  410. STRIP libavcodec/x86/sbrdsp.o
  411. YASM libavcodec/x86/vorbisdsp.o
  412. CC libavcodec/x86/vorbisdsp_init.o
  413. YASM libavcodec/x86/videodsp.o
  414. STRIP libavcodec/x86/vorbisdsp.o
  415. CC libavcodec/x86/vp3dsp_init.o
  416. STRIP libavcodec/x86/imdct36.o
  417. YASM libavcodec/x86/vp3dsp.o
  418. CC libavcodec/x86/vp8dsp_init.o
  419. STRIP libavcodec/x86/videodsp.o
  420. CC libavcodec/xiph.o
  421. CC libavutil/adler32.o
  422. CC libavutil/aes.o
  423. YASM libavcodec/x86/vp8dsp.o
  424. CC libavutil/atomic.o
  425. STRIP libavcodec/x86/vp3dsp.o
  426. CC libavutil/audio_fifo.o
  427. CC libavutil/avstring.o
  428. CC libavutil/base64.o
  429. CC libavutil/blowfish.o
  430. CC libavutil/bprint.o
  431. CC libavutil/buffer.o
  432. CC libavutil/channel_layout.o
  433. CC libavutil/cpu.o
  434. CC libavutil/crc.o
  435. CC libavutil/des.o
  436. CC libavutil/dict.o
  437. CC libavutil/display.o
  438. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/dict.c: In function 'av_dict_set':
  439. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/dict.c:80:28: warning: passing argument 1 of 'av_free' discards 'const' qualifier from pointer target type
  440. if (flags & AV_DICT_DONT_STRDUP_KEY) av_free(key);
  441. ^
  442. In file included from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/common.h:412:0,
  443. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/avutil.h:289,
  444. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/log.h:25,
  445. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/timer.h:39,
  446. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/internal.h:39,
  447. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/dict.c:25:
  448. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/mem.h:195:6: note: expected 'void *' but argument is of type 'const char *'
  449. void av_free(void *ptr);
  450. ^
  451. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/dict.c:81:28: warning: passing argument 1 of 'av_free' discards 'const' qualifier from pointer target type
  452. if (flags & AV_DICT_DONT_STRDUP_VAL) av_free(value);
  453. ^
  454. In file included from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/common.h:412:0,
  455. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/avutil.h:289,
  456. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/log.h:25,
  457. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/timer.h:39,
  458. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/internal.h:39,
  459. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/dict.c:25:
  460. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/mem.h:195:6: note: expected 'void *' but argument is of type 'const char *'
  461. void av_free(void *ptr);
  462. ^
  463. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/dict.c:129:20: warning: passing argument 1 of 'av_free' discards 'const' qualifier from pointer target type
  464. if (flags & AV_DICT_DONT_STRDUP_KEY) av_free(key);
  465. ^
  466. In file included from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/common.h:412:0,
  467. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/avutil.h:289,
  468. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/log.h:25,
  469. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/timer.h:39,
  470. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/internal.h:39,
  471. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/dict.c:25:
  472. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/mem.h:195:6: note: expected 'void *' but argument is of type 'const char *'
  473. void av_free(void *ptr);
  474. ^
  475. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/dict.c:130:20: warning: passing argument 1 of 'av_free' discards 'const' qualifier from pointer target type
  476. if (flags & AV_DICT_DONT_STRDUP_VAL) av_free(value);
  477. ^
  478. In file included from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/common.h:412:0,
  479. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/avutil.h:289,
  480. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/log.h:25,
  481. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/timer.h:39,
  482. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/internal.h:39,
  483. from /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/dict.c:25:
  484. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/mem.h:195:6: note: expected 'void *' but argument is of type 'const char *'
  485. void av_free(void *ptr);
  486. ^
  487. CC libavutil/downmix_info.o
  488. CC libavutil/error.o
  489. CC libavutil/eval.o
  490. CC libavutil/fifo.o
  491. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/eval.c: In function 'eval_expr':
  492. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/eval.c:247:21: warning: 'av_reverse' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/common.h:79) [-Wdeprecated-declarations]
  493. p->var[0] = av_reverse[i&255]*x_max/255;
  494. ^
  495. CC libavutil/file.o
  496. STRIP libavcodec/x86/vp8dsp.o
  497. CC libavutil/file_open.o
  498. CC libavutil/fixed_dsp.o
  499. CC libavutil/float_dsp.o
  500. CC libavutil/frame.o
  501. CC libavutil/hash.o
  502. CC libavutil/hmac.o
  503. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.c: In function 'av_frame_set_qp_table':
  504. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.c:55:5: warning: 'qscale_table' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.h:267) [-Wdeprecated-declarations]
  505. f->qscale_table = buf->data;
  506. ^
  507. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.c:56:5: warning: 'qstride' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.h:272) [-Wdeprecated-declarations]
  508. f->qstride = stride;
  509. ^
  510. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.c:57:5: warning: 'qscale_type' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.h:275) [-Wdeprecated-declarations]
  511. f->qscale_type = qp_type;
  512. ^
  513. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.c: In function 'av_frame_get_qp_table':
  514. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.c:64:5: warning: 'qstride' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.h:272) [-Wdeprecated-declarations]
  515. *stride = f->qstride;
  516. ^
  517. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.c:65:5: warning: 'qscale_type' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.h:275) [-Wdeprecated-declarations]
  518. *type = f->qscale_type;
  519. ^
  520. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.c: In function 'av_frame_copy_props':
  521. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.c:469:5: warning: 'type' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.h:329) [-Wdeprecated-declarations]
  522. dst->type = src->type;
  523. ^
  524. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.c:469:5: warning: 'type' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.h:329) [-Wdeprecated-declarations]
  525. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.c:512:5: warning: 'qscale_table' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.h:267) [-Wdeprecated-declarations]
  526. dst->qscale_table = NULL;
  527. ^
  528. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.c:513:5: warning: 'qstride' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.h:272) [-Wdeprecated-declarations]
  529. dst->qstride = 0;
  530. ^
  531. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.c:514:5: warning: 'qscale_type' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.h:275) [-Wdeprecated-declarations]
  532. dst->qscale_type = 0;
  533. ^
  534. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.c:518:13: warning: 'qscale_table' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.h:267) [-Wdeprecated-declarations]
  535. dst->qscale_table = dst->qp_table_buf->data;
  536. ^
  537. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.c:519:13: warning: 'qstride' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.h:272) [-Wdeprecated-declarations]
  538. dst->qstride = src->qstride;
  539. ^
  540. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.c:519:13: warning: 'qstride' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.h:272) [-Wdeprecated-declarations]
  541. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.c:520:13: warning: 'qscale_type' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.h:275) [-Wdeprecated-declarations]
  542. dst->qscale_type = src->qscale_type;
  543. ^
  544. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.c:520:13: warning: 'qscale_type' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/frame.h:275) [-Wdeprecated-declarations]
  545. CC libavutil/imgutils.o
  546. CC libavutil/intfloat_readwrite.o
  547. CC libavutil/intmath.o
  548. CC libavutil/lfg.o
  549. CC libavutil/lls.o
  550. CC libavutil/log.o
  551. CC libavutil/log2_tab.o
  552. CC libavutil/mathematics.o
  553. CC libavutil/md5.o
  554. CC libavutil/mem.o
  555. CC libavutil/murmur3.o
  556. CC libavutil/opt.o
  557. CC libavutil/parseutils.o
  558. CC libavutil/pixdesc.o
  559. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/opt.c: In function 'av_opt_set_defaults':
  560. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/opt.c:1179:5: warning: 'av_opt_set_defaults2' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/opt.h:461) [-Wdeprecated-declarations]
  561. av_opt_set_defaults2(s, 0, 0);
  562. ^
  563. CC libavutil/pixelutils.o
  564. CC libavutil/random_seed.o
  565. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/pixdesc.c: In function 'ff_check_pixfmt_descriptors':
  566. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/pixdesc.c:2057:5: warning: 'av_pix_fmt_descriptors' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/pixdesc.c:133) [-Wdeprecated-declarations]
  567. for (i=0; i<FF_ARRAY_ELEMS(av_pix_fmt_descriptors); i++) {
  568. ^
  569. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/pixdesc.c:2057:5: warning: 'av_pix_fmt_descriptors' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/pixdesc.c:133) [-Wdeprecated-declarations]
  570. /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/pixdesc.c:2058:9: warning: 'av_pix_fmt_descriptors' is deprecated (declared at /usr/src/chromium-40.0.2175.0/third_party/ffmpeg/libavutil/pixdesc.c:133) [-Wdeprecated-declarations]
  571. const AVPixFmtDescriptor *d = &av_pix_fmt_descriptors[i];
  572. ^
  573. CC libavutil/rational.o
  574. CC libavutil/rc4.o
  575. CC libavutil/ripemd.o
  576. CC libavutil/samplefmt.o
  577. CC libavutil/sha.o
  578. CC libavutil/sha512.o
  579. CC libavutil/stereo3d.o
  580. CC libavutil/threadmessage.o
  581. CC libavutil/time.o
  582. CC libavutil/timecode.o
  583. CC libavutil/tree.o
  584. CC libavutil/utils.o
  585. CC libavutil/x86/cpu.o
  586. YASM libavutil/x86/cpuid.o
  587. YASM libavutil/x86/emms.o
  588. YASM libavcodec/x86/vp8dsp_loopfilter.o
  589. STRIP libavutil/x86/cpuid.o
  590. CC libavutil/x86/float_dsp_init.o
  591. STRIP libavutil/x86/emms.o
  592. CC libavutil/x86/lls_init.o
  593. YASM libavutil/x86/float_dsp.o
  594. CC libavutil/xga_font_data.o
  595. CC libavutil/xtea.o
  596. YASM libavutil/x86/lls.o
  597. STRIP libavutil/x86/float_dsp.o
  598. STRIP libavutil/x86/lls.o
  599. LD libavutil/libavutil.so.54
  600. make: 'libavutil/libavutil.so.54' is up to date.
  601. STRIP libavcodec/x86/vp8dsp_loopfilter.o
  602. LD libavcodec/libavcodec.so.56
  603. LD libavformat/libavformat.so.56
  604. System information:
  605. Host OS : linux
  606. Target OS : linux
  607. Host arch : x64
  608. Target arch : x64
  609. Parallel jobs : 4
  610.  
  611. Chromium skipped
  612. Chrome configure/build:
  613. Running ['/usr/src/chromium-40.0.2175.0/third_party/ffmpeg/configure', '--disable-everything', '--disable-all', '--disable-doc', '--disable-static', '--enable-avcodec', '--enable-avformat', '--enable-avutil', '--enable-fft', '--enable-rdft', '--enable-shared', '--disable-bzlib', '--disable-error-resilience', '--disable-iconv', '--disable-lzo', '--disable-network', '--disable-symver', '--disable-xlib', '--disable-zlib', '--disable-dxva2', '--disable-vaapi', '--disable-vda', '--disable-vdpau', '--enable-decoder=theora,vorbis,vp8', '--enable-decoder=pcm_u8,pcm_s16le,pcm_s24le,pcm_f32le', '--enable-decoder=pcm_s16be,pcm_s24be,pcm_mulaw,pcm_alaw', '--enable-demuxer=ogg,matroska,wav', '--enable-parser=opus,vp3,vorbis,vp8', '--optflags="-O2"', '--enable-pic', '--enable-decoder=aac,h264,mp3', '--enable-demuxer=aac,mp3,mov', '--enable-parser=aac,h264,mpegaudio']
  614. Running ['make', '-j4', 'libavcodec/libavcodec.so.56', 'libavformat/libavformat.so.56', 'libavutil/libavutil.so.54']
  615. ChromiumOS skipped
  616. ChromeOS skipped
  617. Done. If desired you may copy config.h/config.asm into the source/config tree using copy_config.sh.
  618. 'build.x64.linux/Chrome/config.h' -> 'chromium/config/Chrome/linux/x64/config.h'
  619. 'build.x64.linux/Chrome/config.asm' -> 'chromium/config/Chrome/linux/x64/config.asm'
  620. 'build.x64.linux/Chrome/libavutil/avconfig.h' -> 'chromium/config/Chrome/linux/x64/libavutil/avconfig.h'
  621. Copied all existing newer configs successfully.
  622. Processing build directory: build.x64.linux
  623. Updating projects from gyp files...
  624. ninja: option requires an argument -- 'j'
  625. usage: ninja [options] [targets...]
  626.  
  627. if targets are unspecified, builds the 'default' target (see manual).
  628.  
  629. options:
  630. --version print ninja version ("1.5.1.git")
  631.  
  632. -C DIR change to DIR before doing anything else
  633. -f FILE specify input build file [default=build.ninja]
  634.  
  635. -j N run N jobs in parallel [default=6, derived from CPUs available]
  636. -l N do not start new jobs if the load average is greater than N
  637. -k N keep going until N jobs fail [default=1]
  638. -n dry run (don't run commands but act like they succeeded)
  639. -v show all command lines while building
  640.  
  641. -d MODE enable debugging (use -d list to list modes)
  642. -t TOOL run a subtool (use -t list to list subtools)
  643. terminates toplevel options; further flags are passed to the tool
  644. ++ Mark Compile stop : "chromium" "40.0.2175.0" "Mon, 20 Oct 2014 23:18:58 +0000"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement