Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Build ffmpeg using make
- ./build_ffmpeg.sh x86
- ~/Downloads/CSipSimple-trunk/CSipSimple/jni/ffmpeg ~/Downloads/CSipSimple-trunk/CSipSimple/jni/ffmpeg
- ~/Downloads/CSipSimple-trunk/CSipSimple/jni/ffmpeg/ffmpeg_src ~/Downloads/CSipSimple-trunk/CSipSimple/jni/ffmpeg ~/Downloads/CSipSimple-trunk/CSipSimple/jni/ffmpeg
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/x86-4.8/prebuilt/darwin-x86_64/bin/i686-linux-android-gcc is unable to create an executable file.
- C compiler test failed.
- If you think configure made a mistake, make sure you are using the latest
- version from Git. If the latest version fails, report the problem to the
- [email protected] mailing list or IRC #ffmpeg on irc.freenode.net.
- Include the log file "config.log" produced by configure as this will help
- solving the problem.
- CC libavdevice/avdevice.o
- CC libavdevice/alldevices.o
- CC libavfilter/af_aformat.o
- CC libavfilter/allfilters.o
- libavfilter/af_aformat.c: In function 'query_formats':
- libavfilter/af_aformat.c:125:51: warning: 'avfilter_all_formats' is deprecated (declared at libavfilter/avfilter.h:295) [-Wdeprecated-declarations]
- avfilter_all_formats(AVMEDIA_TYPE_AUDIO));
- ^
- CC libavfilter/audio.o
- CC libavfilter/avcodec.o
- CC libavfilter/avfilter.o
- CC libavfilter/avfiltergraph.o
- libavfilter/avfiltergraph.c: In function 'query_formats':
- libavfilter/avfiltergraph.c:222:22: warning: unused variable 'samplerates' [-Wunused-variable]
- AVFilterFormats *samplerates;
- ^
- libavfilter/avfiltergraph.c:221:29: warning: unused variable 'chlayouts' [-Wunused-variable]
- AVFilterChannelLayouts *chlayouts;
- ^
- libavfilter/avfiltergraph.c:220:22: warning: unused variable 'formats' [-Wunused-variable]
- AVFilterFormats *formats;
- ^
- libavfilter/avfiltergraph.c:219:10: warning: unused variable 'filt_args' [-Wunused-variable]
- char filt_args[128];
- ^
- libavfilter/avfiltergraph.c: At top level:
- libavfilter/avfiltergraph.c:163:12: warning: 'insert_conv_filter' defined but not used [-Wunused-function]
- static int insert_conv_filter(AVFilterGraph *graph, AVFilterLink *link,
- ^
- CC libavfilter/buffer.o
- CC libavfilter/buffersink.o
- CC libavfilter/buffersrc.o
- CC libavfilter/defaults.o
- libavfilter/avfiltergraph.c: In function 'ff_avfilter_graph_config_formats':
- libavfilter/avfiltergraph.c:561:60: warning: 'best_idx' may be used uninitialized in this function [-Wmaybe-uninitialized]
- outlink->in_channel_layouts->channel_layouts[best_idx]);
- ^
- libavfilter/avfiltergraph.c:541:13: note: 'best_idx' was declared here
- int best_idx, best_score = INT_MIN;
- ^
- libavfilter/avfiltergraph.c:509:48: warning: 'best_idx' may be used uninitialized in this function [-Wmaybe-uninitialized]
- outlink->in_samplerates->formats[best_idx]);
- ^
- libavfilter/avfiltergraph.c:494:13: note: 'best_idx' was declared here
- int best_idx, best_diff = INT_MAX;
- ^
- libavfilter/avfiltergraph.c:629:44: warning: 'best_idx' may be used uninitialized in this function [-Wmaybe-uninitialized]
- outlink->in_formats->formats[best_idx]);
- ^
- libavfilter/avfiltergraph.c:595:13: note: 'best_idx' was declared here
- int best_idx, best_score = INT_MIN;
- ^
- CC libavfilter/drawutils.o
- libavfilter/buffersrc.c:114:12: warning: 'av_vsrc_buffer_add_frame_alt' defined but not used [-Wunused-function]
- static int av_vsrc_buffer_add_frame_alt(AVFilterContext *buffer_filter, AVFrame *frame,
- ^
- CC libavfilter/formats.o
- libavfilter/formats.c: In function 'ff_default_query_formats':
- libavfilter/formats.c:458:5: warning: 'avfilter_all_formats' is deprecated (declared at libavfilter/formats.c:264) [-Wdeprecated-declarations]
- avfilter_set_common_formats(ctx, avfilter_all_formats(type));
- ^
- CC libavfilter/graphdump.o
- CC libavfilter/graphparser.o
- CC libavfilter/lavfutils.o
- libavfilter/lavfutils.c: In function 'ff_load_image':
- libavfilter/lavfutils.c:85:5: warning: passing argument 3 of 'av_image_copy' from incompatible pointer type [enabled by default]
- av_image_copy(data, linesize, frame->data, frame->linesize, *pix_fmt, *w, *h);
- ^
- In file included from libavfilter/lavfutils.c:21:0:
- ./libavutil/imgutils.h:115:6: note: expected 'const uint8_t **' but argument is of type 'uint8_t **'
- void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4],
- ^
- CC libavfilter/lswsutils.o
- libavfilter/lswsutils.c: In function 'ff_scale_image':
- libavfilter/lswsutils.c:45:5: warning: passing argument 2 of 'sws_scale' from incompatible pointer type [enabled by default]
- sws_scale(sws_ctx, src_data, src_linesize, 0, src_h, dst_data, dst_linesize);
- ^
- In file included from libavfilter/lswsutils.h:27:0,
- from libavfilter/lswsutils.c:20:
- ./libswscale/swscale.h:237:5: note: expected 'const uint8_t * const*' but argument is of type 'uint8_t * const*'
- int sws_scale(struct SwsContext *c, const uint8_t *const srcSlice[],
- ^
- CC libavfilter/sink_buffer.o
- CC libavfilter/src_buffer.o
- libavfilter/sink_buffer.c: In function 'vsink_query_formats':
- libavfilter/sink_buffer.c:199:9: warning: 'avfilter_default_query_formats' is deprecated (declared at libavfilter/avfilter.h:523) [-Wdeprecated-declarations]
- avfilter_default_query_formats(ctx);
- ^
- CC libavfilter/transform.o
- CC libavfilter/vf_format.o
- CC libavfilter/vf_scale.o
- CC libavfilter/video.o
- CC libavformat/allformats.o
- libavfilter/vf_scale.c: In function 'start_frame':
- libavfilter/vf_scale.c:281:23: warning: unused variable 'out_link' [-Wunused-variable]
- AVFilterLink *out_link;
- ^
- libavfilter/vf_scale.c:310:9: warning: passing argument 1 of 'ff_set_systematic_pal2' from incompatible pointer type [enabled by default]
- ff_set_systematic_pal2(outpicref->data[1], outlink->format == PIX_FMT_PAL8 ? PIX_FMT_BGR8 : outlink->format);
- ^
- In file included from libavfilter/vf_scale.c:32:0:
- ./libavutil/imgutils.h:131:5: note: expected 'uint32_t *' but argument is of type 'uint8_t *'
- int ff_set_systematic_pal2(uint32_t pal[256], enum PixelFormat pix_fmt);
- ^
- CC libavformat/avio.o
- CC libavformat/aviobuf.o
- libavformat/avio.c: In function 'ffurl_write':
- libavformat/avio.c:305:5: warning: passing argument 2 of 'retry_transfer_wrapper' discards 'const' qualifier from pointer target type [enabled by default]
- return retry_transfer_wrapper(h, buf, size, size, (void*)h->prot->url_write);
- ^
- libavformat/avio.c:253:19: note: expected 'unsigned char *' but argument is of type 'const unsigned char *'
- static inline int retry_transfer_wrapper(URLContext *h, unsigned char *buf, int size, int size_min,
- ^
- libavformat/aviobuf.c: In function 'writeout':
- libavformat/aviobuf.c:124:9: warning: passing argument 2 of 's->write_packet' discards 'const' qualifier from pointer target type [enabled by default]
- int ret= s->write_packet(s->opaque, data, len);
- ^
- libavformat/aviobuf.c:124:9: note: expected 'uint8_t *' but argument is of type 'const uint8_t *'
- CC libavformat/cutils.o
- CC libavformat/id3v1.o
- CC libavformat/id3v2.o
- CC libavformat/metadata.o
- CC libavformat/network.o
- libavformat/id3v2.c: In function 'ff_id3v2_parse':
- libavformat/id3v2.c:554:9: warning: unused variable 'compressed_buffer_size' [-Wunused-variable]
- int compressed_buffer_size = 0;
- ^
- CC libavformat/options.o
- CC libavformat/os_support.o
- CC libavformat/riff.o
- CC libavformat/sdp.o
- CC libavformat/seek.o
- CC libavformat/utils.o
- CC libavcodec/aandcttab.o
- CC libavcodec/allcodecs.o
- AS libavcodec/arm/dsputil_arm.o
- AS libavcodec/arm/dsputil_armv6.o
- CC libavcodec/arm/dsputil_init_arm.o
- CC libavcodec/arm/dsputil_init_armv5te.o
- CC libavcodec/arm/dsputil_init_armv6.o
- CC libavcodec/arm/dsputil_init_vfp.o
- AS libavcodec/arm/dsputil_vfp.o
- CC libavcodec/arm/fft_fixed_init_arm.o
- CC libavcodec/arm/fft_init_arm.o
- CC libavcodec/arm/fmtconvert_init_arm.o
- AS libavcodec/arm/fmtconvert_vfp.o
- CC libavcodec/arm/h264dsp_init_arm.o
- CC libavcodec/arm/h264pred_init_arm.o
- AS libavcodec/arm/jrevdct_arm.o
- CC libavcodec/arm/mpegvideo_arm.o
- CC libavcodec/arm/mpegvideo_armv5te.o
- AS libavcodec/arm/mpegvideo_armv5te_s.o
- AS libavcodec/arm/simple_idct_arm.o
- AS libavcodec/arm/simple_idct_armv5te.o
- AS libavcodec/arm/simple_idct_armv6.o
- CC libavcodec/audioconvert.o
- CC libavcodec/avpacket.o
- CC libavcodec/bitstream.o
- libavcodec/avpacket.c: In function 'av_dup_packet':
- libavcodec/avpacket.c:137:5: warning: 'av_destruct_packet_nofree' is deprecated (declared at libavcodec/avpacket.c:27) [-Wdeprecated-declarations]
- if (((pkt->destruct == av_destruct_packet_nofree) ||
- ^
- CC libavcodec/bitstream_filter.o
- CC libavcodec/cabac.o
- CC libavcodec/dsputil.o
- CC libavcodec/error_resilience.o
- CC libavcodec/faandct.o
- CC libavcodec/faanidct.o
- CC libavcodec/flvdec.o
- CC libavcodec/flvenc.o
- libavcodec/flvenc.c:95:5: warning: initialization from incompatible pointer type [enabled by default]
- .encode2 = ff_MPV_encode_picture,
- ^
- libavcodec/flvenc.c:95:5: warning: (near initialization for 'ff_flv_encoder.encode2') [enabled by default]
- CC libavcodec/fmtconvert.o
- CC libavcodec/golomb.o
- CC libavcodec/h263.o
- CC libavcodec/h263_parser.o
- CC libavcodec/h263dec.o
- CC libavcodec/h264.o
- CC libavcodec/h264_cabac.o
- CC libavcodec/h264_cavlc.o
- libavcodec/h264_cavlc.c: In function 'decode_residual':
- libavcodec/h264_cavlc.c:596:46: warning: array subscript is above array bounds [-Warray-bounds]
- ((type*)block)[*scantable]= level[i]; \
- ^
- libavcodec/h264_cavlc.c:616:9: note: in expansion of macro 'STORE_BLOCK'
- STORE_BLOCK(int32_t)
- ^
- libavcodec/h264_cavlc.c:596:46: warning: array subscript is above array bounds [-Warray-bounds]
- ((type*)block)[*scantable]= level[i]; \
- ^
- libavcodec/h264_cavlc.c:618:9: note: in expansion of macro 'STORE_BLOCK'
- STORE_BLOCK(int16_t)
- ^
- CC libavcodec/h264_direct.o
- libavcodec/h264_direct.c: In function 'pred_spatial_direct_motion':
- libavcodec/h264_direct.c:293:12: warning: assignment from incompatible pointer type [enabled by default]
- l1mv0 = &h->ref_list[1][0].f.motion_val[0][h->mb2b_xy [mb_xy]];
- ^
- libavcodec/h264_direct.c:294:12: warning: assignment from incompatible pointer type [enabled by default]
- l1mv1 = &h->ref_list[1][0].f.motion_val[1][h->mb2b_xy [mb_xy]];
- ^
- libavcodec/h264_direct.c: In function 'pred_temp_direct_motion':
- libavcodec/h264_direct.c:484:12: warning: assignment from incompatible pointer type [enabled by default]
- l1mv0 = &h->ref_list[1][0].f.motion_val[0][h->mb2b_xy [mb_xy]];
- ^
- libavcodec/h264_direct.c:485:12: warning: assignment from incompatible pointer type [enabled by default]
- l1mv1 = &h->ref_list[1][0].f.motion_val[1][h->mb2b_xy [mb_xy]];
- ^
- CC libavcodec/h264_loopfilter.o
- CC libavcodec/h264_parser.o
- CC libavcodec/h264_ps.o
- CC libavcodec/h264_refs.o
- CC libavcodec/h264_sei.o
- CC libavcodec/h264dsp.o
- CC libavcodec/h264idct.o
- CC libavcodec/h264pred.o
- CC libavcodec/imgconvert.o
- libavcodec/imgconvert.c: In function 'avpicture_layout':
- libavcodec/imgconvert.c:348:25: warning: initialization from incompatible pointer type [enabled by default]
- uint32_t *d32 = (unsigned char *)(((size_t)dest + 3) & ~3);
- ^
- libavcodec/imgconvert.c: In function 'av_picture_copy':
- libavcodec/imgconvert.c:525:19: warning: passing argument 3 of 'av_image_copy' from incompatible pointer type [enabled by default]
- src->linesize, pix_fmt, width, height);
- ^
- In file included from libavcodec/imgconvert.c:39:0:
- ./libavutil/imgutils.h:115:6: note: expected 'const uint8_t **' but argument is of type 'uint8_t * const*'
- void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4],
- ^
- CC libavcodec/intelh263dec.o
- CC libavcodec/inverse.o
- CC libavcodec/ituh263dec.o
- libavcodec/ituh263dec.c: In function 'h263_decode_block':
- libavcodec/ituh263dec.c:446:15: warning: 'level' may be used uninitialized in this function [-Wmaybe-uninitialized]
- int code, level, i, j, last, run;
- ^
- CC libavcodec/ituh263enc.o
- CC libavcodec/jfdctfst.o
- CC libavcodec/jfdctint.o
- CC libavcodec/jrevdct.o
- CC libavcodec/libx264.o
- libavcodec/libx264.c: In function 'X264_init':
- libavcodec/libx264.c:341:32: warning: the address of 'val' will always evaluate as 'true' [-Waddress]
- OPT_STR(param, val);
- ^
- libavcodec/libx264.c:236:13: note: in definition of macro 'OPT_STR'
- if (param && (ret = x264_param_parse(&x4->params, opt, param)) < 0) { \
- ^
- CC libavcodec/motion_est.o
- CC libavcodec/mpeg12data.o
- CC libavcodec/mpeg4video.o
- CC libavcodec/mpeg4videodec.o
- libavcodec/mpeg4videodec.c: In function 'decode_vol_header':
- libavcodec/mpeg4videodec.c:1866:9: warning: too many arguments for format [-Wformat-extra-args]
- );
- ^
- libavcodec/mpeg4videodec.c: In function 'decode_vop_header':
- libavcodec/mpeg4videodec.c:2121:20: warning: format '%d' expects argument of type 'int', but argument 24 has type 'int64_t' [-Wformat=]
- );
- ^
- libavcodec/motion_est.c: In function 'h263_mv4_search':
- libavcodec/motion_est.c:578:9: warning: '*((void *)&P+32)[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- int P[10][2];
- ^
- libavcodec/motion_est.c:578:9: warning: 'P[4][0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- libavcodec/motion_est.c:578:9: warning: 'P[3][1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- libavcodec/motion_est.c:578:9: warning: 'P[3][0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- libavcodec/motion_est.c:578:9: warning: 'P[2][1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- libavcodec/motion_est.c:578:9: warning: 'P[2][0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- libavcodec/mpeg4videodec.c: In function 'mpeg4_decode_partitioned_mb':
- libavcodec/mpeg4videodec.c:1079:25: warning: 'dc_pred_dir' may be used uninitialized in this function [-Wmaybe-uninitialized]
- ff_mpeg4_pred_ac(s, block, n, dc_pred_dir);
- ^
- libavcodec/mpeg4videodec.c:850:9: note: 'dc_pred_dir' was declared here
- int dc_pred_dir;
- ^
- In file included from libavcodec/motion_est.c:289:0:
- libavcodec/motion_est.c: In function 'interlaced_search':
- libavcodec/motion_est_template.c:1087:49: warning: 'P[4][1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- CHECK_MV(P_MEDIAN[0]>>shift, P_MEDIAN[1]>>shift)
- ^
- libavcodec/motion_est.c:739:9: note: 'P[4][1]' was declared here
- int P[10][2];
- ^
- In file included from libavcodec/motion_est.c:289:0:
- libavcodec/motion_est_template.c:1087:29: warning: 'P[4][0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- CHECK_MV(P_MEDIAN[0]>>shift, P_MEDIAN[1]>>shift)
- ^
- libavcodec/motion_est.c:739:9: note: 'P[4][0]' was declared here
- int P[10][2];
- ^
- In file included from libavcodec/motion_est.c:289:0:
- libavcodec/motion_est_template.c:1090:53: warning: 'P[3][1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- CHECK_MV(P_TOPRIGHT[0]>>shift, P_TOPRIGHT[1]>>shift)
- ^
- libavcodec/motion_est.c:739:9: note: 'P[3][1]' was declared here
- int P[10][2];
- ^
- In file included from libavcodec/motion_est.c:289:0:
- libavcodec/motion_est_template.c:1090:31: warning: '*((void *)&P+24)[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- CHECK_MV(P_TOPRIGHT[0]>>shift, P_TOPRIGHT[1]>>shift)
- ^
- libavcodec/motion_est.c:739:9: note: '*((void *)&P+24)[0]' was declared here
- int P[10][2];
- ^
- In file included from libavcodec/motion_est.c:289:0:
- libavcodec/motion_est_template.c:1089:43: warning: 'P[2][1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- CHECK_MV(P_TOP[0]>>shift, P_TOP[1]>>shift)
- ^
- libavcodec/motion_est.c:739:9: note: 'P[2][1]' was declared here
- int P[10][2];
- ^
- In file included from libavcodec/motion_est.c:289:0:
- libavcodec/motion_est_template.c:1089:26: warning: 'P[2][0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- CHECK_MV(P_TOP[0]>>shift, P_TOP[1]>>shift)
- ^
- libavcodec/motion_est.c:739:9: note: 'P[2][0]' was declared here
- int P[10][2];
- ^
- CC libavcodec/mpeg4videoenc.o
- libavcodec/mpeg4videoenc.c:1350:5: warning: initialization from incompatible pointer type [enabled by default]
- .encode2 = ff_MPV_encode_picture,
- ^
- libavcodec/mpeg4videoenc.c:1350:5: warning: (near initialization for 'ff_mpeg4_encoder.encode2') [enabled by default]
- CC libavcodec/mpegvideo.o
- CC libavcodec/mpegvideo_enc.o
- libavcodec/mpegvideo_enc.c: In function 'ff_MPV_encode_init':
- libavcodec/mpegvideo_enc.c:351:5: warning: 'luma_elim_threshold' is deprecated (declared at libavcodec/avcodec.h:1588) [-Wdeprecated-declarations]
- if (avctx->luma_elim_threshold)
- ^
- libavcodec/mpegvideo_enc.c:352:9: warning: 'luma_elim_threshold' is deprecated (declared at libavcodec/avcodec.h:1588) [-Wdeprecated-declarations]
- s->luma_elim_threshold = avctx->luma_elim_threshold;
- ^
- libavcodec/mpegvideo_enc.c:353:5: warning: 'chroma_elim_threshold' is deprecated (declared at libavcodec/avcodec.h:1595) [-Wdeprecated-declarations]
- if (avctx->chroma_elim_threshold)
- ^
- libavcodec/mpegvideo_enc.c:354:9: warning: 'chroma_elim_threshold' is deprecated (declared at libavcodec/avcodec.h:1595) [-Wdeprecated-declarations]
- s->chroma_elim_threshold = avctx->chroma_elim_threshold;
- ^
- libavcodec/mpegvideo_enc.c:664:5: warning: 'quantizer_noise_shaping' is deprecated (declared at libavcodec/avcodec.h:1904) [-Wdeprecated-declarations]
- if (avctx->quantizer_noise_shaping)
- ^
- libavcodec/mpegvideo_enc.c:665:9: warning: 'quantizer_noise_shaping' is deprecated (declared at libavcodec/avcodec.h:1904) [-Wdeprecated-declarations]
- s->quantizer_noise_shaping = avctx->quantizer_noise_shaping;
- ^
- libavcodec/mpegvideo_enc.c: In function 'estimate_best_b_count':
- libavcodec/mpegvideo_enc.c:1205:9: warning: 'avcodec_encode_video' is deprecated (declared at libavcodec/avcodec.h:4077) [-Wdeprecated-declarations]
- out_size = avcodec_encode_video(c, outbuf,
- ^
- libavcodec/mpegvideo_enc.c:1215:13: warning: 'avcodec_encode_video' is deprecated (declared at libavcodec/avcodec.h:4077) [-Wdeprecated-declarations]
- out_size = avcodec_encode_video(c, outbuf, outbuf_size,
- ^
- libavcodec/mpegvideo_enc.c:1222:13: warning: 'avcodec_encode_video' is deprecated (declared at libavcodec/avcodec.h:4077) [-Wdeprecated-declarations]
- out_size = avcodec_encode_video(c, outbuf, outbuf_size, NULL);
- ^
- libavcodec/mpegvideo_enc.c: At top level:
- libavcodec/mpegvideo_enc.c:4214:5: warning: initialization from incompatible pointer type [enabled by default]
- .encode2 = ff_MPV_encode_picture,
- ^
- libavcodec/mpegvideo_enc.c:4214:5: warning: (near initialization for 'ff_h263_encoder.encode2') [enabled by default]
- libavcodec/mpegvideo_enc.c:4242:5: warning: initialization from incompatible pointer type [enabled by default]
- .encode2 = ff_MPV_encode_picture,
- ^
- libavcodec/mpegvideo_enc.c:4242:5: warning: (near initialization for 'ff_h263p_encoder.encode2') [enabled by default]
- libavcodec/mpegvideo_enc.c:4258:5: warning: initialization from incompatible pointer type [enabled by default]
- .encode2 = ff_MPV_encode_picture,
- ^
- libavcodec/mpegvideo_enc.c:4258:5: warning: (near initialization for 'ff_msmpeg4v2_encoder.encode2') [enabled by default]
- libavcodec/mpegvideo_enc.c:4273:5: warning: initialization from incompatible pointer type [enabled by default]
- .encode2 = ff_MPV_encode_picture,
- ^
- libavcodec/mpegvideo_enc.c:4273:5: warning: (near initialization for 'ff_msmpeg4v3_encoder.encode2') [enabled by default]
- libavcodec/mpegvideo_enc.c:4288:5: warning: initialization from incompatible pointer type [enabled by default]
- .encode2 = ff_MPV_encode_picture,
- ^
- libavcodec/mpegvideo_enc.c:4288:5: warning: (near initialization for 'ff_wmv1_encoder.encode2') [enabled by default]
- CC libavcodec/options.o
- In file included from libavcodec/options.c:33:0:
- libavcodec/options_table.h:84:1: warning: 'sub_id' is deprecated (declared at libavcodec/avcodec.h:1356) [-Wdeprecated-declarations]
- {"sub_id", NULL, OFFSET(sub_id), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX},
- ^
- libavcodec/options_table.h:148:1: warning: 'luma_elim_threshold' is deprecated (declared at libavcodec/avcodec.h:1588) [-Wdeprecated-declarations]
- {"lelim", "single coefficient elimination threshold for luminance (negative values also consider dc coefficient)", OFFSET(luma_elim_threshold), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX, V|E},
- ^
- libavcodec/options_table.h:149:1: warning: 'chroma_elim_threshold' is deprecated (declared at libavcodec/avcodec.h:1595) [-Wdeprecated-declarations]
- {"celim", "single coefficient elimination threshold for chrominance (negative values also consider dc coefficient)", OFFSET(chroma_elim_threshold), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX, V|E},
- ^
- libavcodec/options_table.h:284:1: warning: 'color_table_id' is deprecated (declared at libavcodec/avcodec.h:1834) [-Wdeprecated-declarations]
- {"color_table_id", NULL, OFFSET(color_table_id), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX},
- ^
- libavcodec/options_table.h:307:1: warning: 'inter_threshold' is deprecated (declared at libavcodec/avcodec.h:1897) [-Wdeprecated-declarations]
- {"inter_threshold", NULL, OFFSET(inter_threshold), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX, V|E},
- ^
- libavcodec/options_table.h:312:1: warning: 'quantizer_noise_shaping' is deprecated (declared at libavcodec/avcodec.h:1904) [-Wdeprecated-declarations]
- {"qns", "deprecated, use mpegvideo private options instead", OFFSET(quantizer_noise_shaping), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX, V|E},
- ^
- libavcodec/options.c: In function 'avcodec_get_context_defaults3':
- libavcodec/options.c:99:5: warning: 'av_opt_set_defaults2' is deprecated (declared at ./libavutil/opt.h:371) [-Wdeprecated-declarations]
- av_opt_set_defaults2(s, flags, flags);
- ^
- libavcodec/options.c: In function 'avcodec_alloc_context2':
- libavcodec/options.c:157:5: warning: 'avcodec_get_context_defaults2' is deprecated (declared at libavcodec/options.c:79) [-Wdeprecated-declarations]
- avcodec_get_context_defaults2(avctx, codec_type);
- ^
- libavcodec/options.c: In function 'avcodec_get_context_defaults':
- libavcodec/options.c:163:5: warning: 'avcodec_get_context_defaults2' is deprecated (declared at libavcodec/options.c:79) [-Wdeprecated-declarations]
- avcodec_get_context_defaults2(s, AVMEDIA_TYPE_UNKNOWN);
- ^
- libavcodec/options.c: In function 'avcodec_alloc_context':
- libavcodec/options.c:167:5: warning: 'avcodec_alloc_context2' is deprecated (declared at libavcodec/options.c:152) [-Wdeprecated-declarations]
- return avcodec_alloc_context2(AVMEDIA_TYPE_UNKNOWN);
- ^
- CC libavcodec/parser.o
- CC libavcodec/pthread.o
- libavcodec/pthread.c: In function 'get_logical_cpus':
- libavcodec/pthread.c:166:9: warning: unused variable 'ret' [-Wunused-variable]
- int ret, nb_cpus = 1;
- ^
- CC libavcodec/ratecontrol.o
- libavcodec/ratecontrol.c: In function 'ff_rate_control_init':
- libavcodec/ratecontrol.c:249:17: warning: passing argument 1 of 'get_fps' from incompatible pointer type [enabled by default]
- rcc->pass1_wanted_bits+= s->bit_rate/get_fps(s); //FIXME misbehaves a little for variable fps
- ^
- libavcodec/ratecontrol.c:52:15: note: expected 'struct AVCodecContext *' but argument is of type 'struct MpegEncContext *'
- static double get_fps(AVCodecContext *avctx){
- ^
- CC libavcodec/raw.o
- CC libavcodec/rawdec.o
- libavcodec/rawdec.c: In function 'raw_decode':
- libavcodec/rawdec.c:195:31: warning: passing argument 2 of 'avpicture_fill' discards 'const' qualifier from pointer target type [enabled by default]
- avctx->width, avctx->height)) < 0)
- ^
- In file included from libavcodec/rawdec.c:27:0:
- libavcodec/avcodec.h:4260:5: note: expected 'uint8_t *' but argument is of type 'const uint8_t *'
- int avpicture_fill(AVPicture *picture, uint8_t *ptr,
- ^
- libavcodec/rawdec.c:199:23: warning: assignment from incompatible pointer type [enabled by default]
- frame->data[1]= context->palette;
- ^
- CC libavcodec/resample.o
- CC libavcodec/resample2.o
- CC libavcodec/simple_idct.o
- CC libavcodec/utils.o
- CC libpostproc/postprocess.o
- CC libswresample/audioconvert.o
- libswresample/audioconvert.c: In function 'swri_audio_convert':
- libswresample/audioconvert.c:185:21: warning: passing argument 2 of 'ctx->simd_f' from incompatible pointer type [enabled by default]
- ctx->simd_f(out->ch+ch, in->ch+ch, off * (out->planar ? 1 :out->ch_count));
- ^
- libswresample/audioconvert.c:185:21: note: expected 'const uint8_t **' but argument is of type 'uint8_t **'
- libswresample/audioconvert.c:188:17: warning: passing argument 2 of 'ctx->simd_f' from incompatible pointer type [enabled by default]
- ctx->simd_f(out->ch, in->ch, off);
- ^
- libswresample/audioconvert.c:188:17: note: expected 'const uint8_t **' but argument is of type 'uint8_t **'
- CC libswresample/dither.o
- CC libswresample/rematrix.o
- libswresample/rematrix.c: In function 'swri_rematrix_init':
- libswresample/rematrix.c:301:22: warning: assignment from incompatible pointer type [enabled by default]
- s->mix_1_1_f = copy_s16;
- ^
- libswresample/rematrix.c:302:22: warning: assignment from incompatible pointer type [enabled by default]
- s->mix_2_1_f = sum2_s16;
- ^
- libswresample/rematrix.c:310:22: warning: assignment from incompatible pointer type [enabled by default]
- s->mix_1_1_f = copy_float;
- ^
- libswresample/rematrix.c:311:22: warning: assignment from incompatible pointer type [enabled by default]
- s->mix_2_1_f = sum2_float;
- ^
- libswresample/rematrix.c:319:22: warning: assignment from incompatible pointer type [enabled by default]
- s->mix_1_1_f = copy_double;
- ^
- libswresample/rematrix.c:320:22: warning: assignment from incompatible pointer type [enabled by default]
- s->mix_2_1_f = sum2_double;
- ^
- CC libswresample/resample.o
- CC libswresample/swresample.o
- CC libswscale/input.o
- libswscale/input.c: In function 'ff_sws_init_input_funcs':
- libswscale/input.c:778:22: warning: assignment from incompatible pointer type [enabled by default]
- c->chrToYV12 = palToUV_c;
- ^
- libswscale/input.c:791:26: warning: assignment from incompatible pointer type [enabled by default]
- c->readChrPlanar = planar_rgb_to_uv;
- ^
- libswscale/input.c:846:26: warning: assignment from incompatible pointer type [enabled by default]
- c->chrToYV12 = bgr24ToUV_half_c;
- ^
- libswscale/input.c:861:26: warning: assignment from incompatible pointer type [enabled by default]
- c->chrToYV12 = gbr24pToUV_half_c;
- ^
- libswscale/input.c:876:26: warning: assignment from incompatible pointer type [enabled by default]
- c->chrToYV12 = rgb24ToUV_half_c;
- ^
- libswscale/input.c:924:26: warning: assignment from incompatible pointer type [enabled by default]
- c->chrToYV12 = bgr24ToUV_c;
- ^
- libswscale/input.c:951:26: warning: assignment from incompatible pointer type [enabled by default]
- c->chrToYV12 = rgb24ToUV_c;
- ^
- libswscale/input.c:988:26: warning: assignment from incompatible pointer type [enabled by default]
- c->readLumPlanar = planar_rgb_to_y;
- ^
- libswscale/input.c:1025:22: warning: assignment from incompatible pointer type [enabled by default]
- c->lumToYV12 = bgr24ToY_c;
- ^
- libswscale/input.c:1046:22: warning: assignment from incompatible pointer type [enabled by default]
- c->lumToYV12 = rgb24ToY_c;
- ^
- libswscale/input.c:1071:22: warning: assignment from incompatible pointer type [enabled by default]
- c->lumToYV12 = palToY_c;
- ^
- libswscale/input.c:1074:22: warning: assignment from incompatible pointer type [enabled by default]
- c->lumToYV12 = monoblack2Y_c;
- ^
- libswscale/input.c:1077:22: warning: assignment from incompatible pointer type [enabled by default]
- c->lumToYV12 = monowhite2Y_c;
- ^
- libswscale/input.c:1113:46: warning: assignment from incompatible pointer type [enabled by default]
- case PIX_FMT_RGBA64BE: c->alpToYV12 = rgba64ToA_c; break;
- ^
- libswscale/input.c:1116:26: warning: assignment from incompatible pointer type [enabled by default]
- c->alpToYV12 = rgbaToA_c;
- ^
- libswscale/input.c:1120:26: warning: assignment from incompatible pointer type [enabled by default]
- c->alpToYV12 = abgrToA_c;
- ^
- libswscale/input.c:1126:26: warning: assignment from incompatible pointer type [enabled by default]
- c->alpToYV12 = palToA_c;
- ^
- CC libswscale/options.o
- CC libswscale/output.o
- CC libswscale/rgb2rgb.o
- CC libswscale/swscale.o
- libswscale/swscale.c: In function 'swScale':
- libswscale/swscale.c:589:31: warning: assignment from incompatible pointer type [enabled by default]
- vLumFilter= c->lumMmxFilter;
- ^
- libswscale/swscale.c:590:31: warning: assignment from incompatible pointer type [enabled by default]
- vChrFilter= c->chrMmxFilter;
- ^
- libswscale/swscale.c:621:35: warning: assignment from incompatible pointer type [enabled by default]
- vLumFilter= c->alpMmxFilter;
- ^
- libswscale/swscale.c:349:14: warning: unused variable 'vChrFilter' [-Wunused-variable]
- int16_t *vChrFilter = c->vChrFilter;
- ^
- libswscale/swscale.c:348:14: warning: unused variable 'vLumFilter' [-Wunused-variable]
- int16_t *vLumFilter = c->vLumFilter;
- ^
- CC libswscale/swscale_unscaled.o
- CC libswscale/utils.o
- CC libswscale/yuv2rgb.o
- CC libavutil/adler32.o
- CC libavutil/aes.o
- CC libavutil/arm/cpu.o
- CC libavutil/audio_fifo.o
- CC libavutil/audioconvert.o
- CC libavutil/avstring.o
- CC libavutil/base64.o
- CC libavutil/bprint.o
- CC libavutil/cpu.o
- CC libavutil/crc.o
- CC libavutil/des.o
- CC libavutil/dict.o
- CC libavutil/error.o
- CC libavutil/eval.o
- CC libavutil/fifo.o
- CC libavutil/file.o
- CC libavutil/imgutils.o
- CC libavutil/intfloat_readwrite.o
- CC libavutil/inverse.o
- CC libavutil/lfg.o
- CC libavutil/lls.o
- CC libavutil/log.o
- CC libavutil/lzo.o
- CC libavutil/mathematics.o
- CC libavutil/md5.o
- CC libavutil/mem.o
- CC libavutil/opt.o
- CC libavutil/parseutils.o
- libavutil/opt.c: In function 'av_find_opt':
- libavutil/opt.c:42:5: warning: 'av_next_option' is deprecated (declared at libavutil/opt.h:348) [-Wdeprecated-declarations]
- while ((o = av_next_option(v, o))) {
- ^
- CC libavutil/pixdesc.o
- libavutil/opt.c: In function 'av_opt_set_defaults':
- libavutil/opt.c:614:5: warning: 'av_opt_set_defaults2' is deprecated (declared at libavutil/opt.h:371) [-Wdeprecated-declarations]
- av_opt_set_defaults2(s, 0, 0);
- ^
- CC libavutil/random_seed.o
- CC libavutil/rational.o
- CC libavutil/rc4.o
- CC libavutil/samplefmt.o
- CC libavutil/sha.o
- libavutil/samplefmt.c: In function 'av_samples_fill_arrays':
- libavutil/samplefmt.c:166:19: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
- audio_data[0] = buf;
- ^
- CC libavutil/timecode.o
- CC libavutil/tree.o
- CC libavutil/utils.o
- CC ffmpeg.o
- CC cmdutils.o
- CC ffprobe.o
- ffmpeg.c: In function 'do_video_out':
- ffmpeg.c:1907:20: warning: unused variable 'i' [-Wunused-variable]
- int nb_frames, i;
- ^
- ffmpeg.c: In function 'poll_filters':
- ffmpeg.c:2125:28: warning: unused variable 'ist_pts_tb' [-Wunused-variable]
- AVRational ist_pts_tb = ost->filter->filter->inputs[0]->time_base;
- ^
- ffmpeg.c: At top level:
- ffmpeg.c:1735:12: warning: 'check_recording_time' defined but not used [-Wunused-function]
- static int check_recording_time(OutputStream *ost)
- ^
- AR libavdevice/libavdevice.a
- AR libavfilter/libavfilter.a
- AR libavformat/libavformat.a
- AR libpostproc/libpostproc.a
- AR libswresample/libswresample.a
- AR libswscale/libswscale.a
- AR libavutil/libavutil.a
- ffmpeg.c: In function 'transcode_init':
- ffmpeg.c:3188:45: warning: 'icodec' may be used uninitialized in this function [-Wmaybe-uninitialized]
- if (codec->width != icodec->width ||
- ^
- libavcodec/h264.c: In function 'execute_decode_slices':
- libavcodec/h264.c:4177:49: warning: array subscript is below array bounds [-Warray-bounds]
- hx = h->thread_context[context_count - 1];
- ^
- AR libavcodec/libavcodec.a
- LD ffmpeg_g
- LD ffprobe_g
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(pixel-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(mc-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(quant-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(predict-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(pixel-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(mc-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(quant-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(predict-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- CP ffprobe
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(pixel-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(mc-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(quant-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(predict-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(pixel-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(mc-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(quant-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(predict-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- CP ffmpeg
- STRIP ffprobe
- STRIP ffmpeg
- INSTALL install-progs-yes
- INSTALL ffmpeg
- INSTALL ffprobe
- INSTALL presets/libvpx-1080p.ffpreset
- INSTALL presets/libvpx-1080p50_60.ffpreset
- INSTALL presets/libvpx-360p.ffpreset
- INSTALL presets/libvpx-720p.ffpreset
- INSTALL presets/libvpx-720p50_60.ffpreset
- INSTALL presets/libx264-ipod320.ffpreset
- INSTALL presets/libx264-ipod640.ffpreset
- INSTALL doc/ffprobe.xsd
- INSTALL doc/examples/decoding_encoding.c
- INSTALL doc/examples/filtering_audio.c
- INSTALL doc/examples/filtering_video.c
- INSTALL doc/examples/metadata.c
- INSTALL doc/examples/muxing.c
- INSTALL doc/examples/Makefile
- INSTALL presets/libvpx-1080p.ffpreset
- INSTALL presets/libvpx-1080p50_60.ffpreset
- INSTALL presets/libvpx-360p.ffpreset
- INSTALL presets/libvpx-720p.ffpreset
- INSTALL presets/libvpx-720p50_60.ffpreset
- INSTALL presets/libx264-ipod320.ffpreset
- INSTALL presets/libx264-ipod640.ffpreset
- INSTALL doc/ffprobe.xsd
- INSTALL doc/examples/decoding_encoding.c
- INSTALL doc/examples/filtering_audio.c
- INSTALL doc/examples/filtering_video.c
- INSTALL doc/examples/metadata.c
- INSTALL doc/examples/muxing.c
- INSTALL doc/examples/Makefile
- INSTALL libavdevice/libavdevice.a
- INSTALL libavfilter/libavfilter.a
- INSTALL libavformat/libavformat.a
- INSTALL libavcodec/libavcodec.a
- INSTALL libpostproc/libpostproc.a
- INSTALL libswresample/libswresample.a
- INSTALL libswscale/libswscale.a
- INSTALL libavutil/libavutil.a
- INSTALL libavdevice/avdevice.h
- INSTALL libavdevice/libavdevice.pc
- INSTALL libavfilter/asrc_abuffer.h
- INSTALL libavfilter/avcodec.h
- INSTALL libavfilter/avfilter.h
- INSTALL libavfilter/avfiltergraph.h
- INSTALL libavfilter/buffersink.h
- INSTALL libavfilter/buffersrc.h
- INSTALL libavfilter/version.h
- INSTALL libavfilter/vsrc_buffer.h
- INSTALL libavfilter/libavfilter.pc
- INSTALL libavformat/avformat.h
- INSTALL libavformat/avio.h
- INSTALL libavformat/version.h
- INSTALL libavformat/libavformat.pc
- INSTALL libavcodec/avcodec.h
- INSTALL libavcodec/avfft.h
- INSTALL libavcodec/dxva2.h
- INSTALL libavcodec/vaapi.h
- INSTALL libavcodec/vda.h
- INSTALL libavcodec/vdpau.h
- INSTALL libavcodec/version.h
- INSTALL libavcodec/xvmc.h
- INSTALL libavcodec/libavcodec.pc
- INSTALL libpostproc/postprocess.h
- INSTALL libpostproc/libpostproc.pc
- INSTALL libswresample/swresample.h
- INSTALL libswresample/libswresample.pc
- INSTALL libswscale/swscale.h
- INSTALL libswscale/libswscale.pc
- INSTALL libavutil/adler32.h
- INSTALL libavutil/aes.h
- INSTALL libavutil/attributes.h
- INSTALL libavutil/audio_fifo.h
- INSTALL libavutil/audioconvert.h
- INSTALL libavutil/avassert.h
- INSTALL libavutil/avstring.h
- INSTALL libavutil/avutil.h
- INSTALL libavutil/base64.h
- INSTALL libavutil/bprint.h
- INSTALL libavutil/bswap.h
- INSTALL libavutil/common.h
- INSTALL libavutil/cpu.h
- INSTALL libavutil/crc.h
- INSTALL libavutil/error.h
- INSTALL libavutil/eval.h
- INSTALL libavutil/fifo.h
- INSTALL libavutil/file.h
- INSTALL libavutil/imgutils.h
- INSTALL libavutil/intfloat.h
- INSTALL libavutil/intfloat_readwrite.h
- INSTALL libavutil/intreadwrite.h
- INSTALL libavutil/lfg.h
- INSTALL libavutil/log.h
- INSTALL libavutil/lzo.h
- INSTALL libavutil/mathematics.h
- INSTALL libavutil/md5.h
- INSTALL libavutil/mem.h
- INSTALL libavutil/dict.h
- INSTALL libavutil/opt.h
- INSTALL libavutil/parseutils.h
- INSTALL libavutil/pixdesc.h
- INSTALL libavutil/pixfmt.h
- INSTALL libavutil/random_seed.h
- INSTALL libavutil/rational.h
- INSTALL libavutil/samplefmt.h
- INSTALL libavutil/sha.h
- INSTALL libavutil/timecode.h
- INSTALL libavutil/timestamp.h
- INSTALL libavutil/avconfig.h
- INSTALL libavutil/libavutil.pc
- ~/Downloads/CSipSimple-trunk/CSipSimple/jni/ffmpeg ~/Downloads/CSipSimple-trunk/CSipSimple/jni/ffmpeg
- ~/Downloads/CSipSimple-trunk/CSipSimple/jni/ffmpeg
- ./build_ffmpeg.sh mips
- ~/Downloads/CSipSimple-trunk/CSipSimple/jni/ffmpeg ~/Downloads/CSipSimple-trunk/CSipSimple/jni/ffmpeg
- ~/Downloads/CSipSimple-trunk/CSipSimple/jni/ffmpeg/ffmpeg_src ~/Downloads/CSipSimple-trunk/CSipSimple/jni/ffmpeg ~/Downloads/CSipSimple-trunk/CSipSimple/jni/ffmpeg
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/mipsel-linux-android-4.8/prebuilt/darwin-x86_64/bin/mipsel-linux-android-gcc is unable to create an executable file.
- C compiler test failed.
- If you think configure made a mistake, make sure you are using the latest
- version from Git. If the latest version fails, report the problem to the
- [email protected] mailing list or IRC #ffmpeg on irc.freenode.net.
- Include the log file "config.log" produced by configure as this will help
- solving the problem.
- CC libavdevice/alldevices.o
- CC libavdevice/avdevice.o
- CC libavfilter/af_aformat.o
- CC libavfilter/allfilters.o
- libavfilter/af_aformat.c: In function 'query_formats':
- libavfilter/af_aformat.c:125:51: warning: 'avfilter_all_formats' is deprecated (declared at libavfilter/avfilter.h:295) [-Wdeprecated-declarations]
- avfilter_all_formats(AVMEDIA_TYPE_AUDIO));
- ^
- CC libavfilter/audio.o
- CC libavfilter/avcodec.o
- CC libavfilter/avfilter.o
- CC libavfilter/avfiltergraph.o
- libavfilter/avfiltergraph.c: In function 'query_formats':
- libavfilter/avfiltergraph.c:222:22: warning: unused variable 'samplerates' [-Wunused-variable]
- AVFilterFormats *samplerates;
- ^
- libavfilter/avfiltergraph.c:221:29: warning: unused variable 'chlayouts' [-Wunused-variable]
- AVFilterChannelLayouts *chlayouts;
- ^
- libavfilter/avfiltergraph.c:220:22: warning: unused variable 'formats' [-Wunused-variable]
- AVFilterFormats *formats;
- ^
- libavfilter/avfiltergraph.c:219:10: warning: unused variable 'filt_args' [-Wunused-variable]
- char filt_args[128];
- ^
- libavfilter/avfiltergraph.c: At top level:
- libavfilter/avfiltergraph.c:163:12: warning: 'insert_conv_filter' defined but not used [-Wunused-function]
- static int insert_conv_filter(AVFilterGraph *graph, AVFilterLink *link,
- ^
- CC libavfilter/buffer.o
- CC libavfilter/buffersink.o
- CC libavfilter/buffersrc.o
- CC libavfilter/defaults.o
- CC libavfilter/drawutils.o
- libavfilter/avfiltergraph.c: In function 'ff_avfilter_graph_config_formats':
- libavfilter/avfiltergraph.c:561:60: warning: 'best_idx' may be used uninitialized in this function [-Wmaybe-uninitialized]
- outlink->in_channel_layouts->channel_layouts[best_idx]);
- ^
- libavfilter/avfiltergraph.c:541:13: note: 'best_idx' was declared here
- int best_idx, best_score = INT_MIN;
- ^
- libavfilter/avfiltergraph.c:509:48: warning: 'best_idx' may be used uninitialized in this function [-Wmaybe-uninitialized]
- outlink->in_samplerates->formats[best_idx]);
- ^
- libavfilter/avfiltergraph.c:494:13: note: 'best_idx' was declared here
- int best_idx, best_diff = INT_MAX;
- ^
- libavfilter/avfiltergraph.c:629:44: warning: 'best_idx' may be used uninitialized in this function [-Wmaybe-uninitialized]
- outlink->in_formats->formats[best_idx]);
- ^
- libavfilter/avfiltergraph.c:595:13: note: 'best_idx' was declared here
- int best_idx, best_score = INT_MIN;
- ^
- libavfilter/buffersrc.c:114:12: warning: 'av_vsrc_buffer_add_frame_alt' defined but not used [-Wunused-function]
- static int av_vsrc_buffer_add_frame_alt(AVFilterContext *buffer_filter, AVFrame *frame,
- ^
- CC libavfilter/formats.o
- libavfilter/formats.c: In function 'ff_default_query_formats':
- libavfilter/formats.c:458:5: warning: 'avfilter_all_formats' is deprecated (declared at libavfilter/formats.c:264) [-Wdeprecated-declarations]
- avfilter_set_common_formats(ctx, avfilter_all_formats(type));
- ^
- CC libavfilter/graphdump.o
- CC libavfilter/graphparser.o
- CC libavfilter/lavfutils.o
- libavfilter/lavfutils.c: In function 'ff_load_image':
- libavfilter/lavfutils.c:85:5: warning: passing argument 3 of 'av_image_copy' from incompatible pointer type [enabled by default]
- av_image_copy(data, linesize, frame->data, frame->linesize, *pix_fmt, *w, *h);
- ^
- In file included from libavfilter/lavfutils.c:21:0:
- ./libavutil/imgutils.h:115:6: note: expected 'const uint8_t **' but argument is of type 'uint8_t **'
- void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4],
- ^
- CC libavfilter/lswsutils.o
- libavfilter/lswsutils.c: In function 'ff_scale_image':
- libavfilter/lswsutils.c:45:5: warning: passing argument 2 of 'sws_scale' from incompatible pointer type [enabled by default]
- sws_scale(sws_ctx, src_data, src_linesize, 0, src_h, dst_data, dst_linesize);
- ^
- In file included from libavfilter/lswsutils.h:27:0,
- from libavfilter/lswsutils.c:20:
- ./libswscale/swscale.h:237:5: note: expected 'const uint8_t * const*' but argument is of type 'uint8_t * const*'
- int sws_scale(struct SwsContext *c, const uint8_t *const srcSlice[],
- ^
- CC libavfilter/sink_buffer.o
- CC libavfilter/src_buffer.o
- CC libavfilter/transform.o
- libavfilter/sink_buffer.c: In function 'vsink_query_formats':
- libavfilter/sink_buffer.c:199:9: warning: 'avfilter_default_query_formats' is deprecated (declared at libavfilter/avfilter.h:523) [-Wdeprecated-declarations]
- avfilter_default_query_formats(ctx);
- ^
- CC libavfilter/vf_format.o
- CC libavfilter/vf_scale.o
- CC libavfilter/video.o
- CC libavformat/allformats.o
- libavfilter/vf_scale.c: In function 'start_frame':
- libavfilter/vf_scale.c:281:23: warning: unused variable 'out_link' [-Wunused-variable]
- AVFilterLink *out_link;
- ^
- libavfilter/vf_scale.c:310:9: warning: passing argument 1 of 'ff_set_systematic_pal2' from incompatible pointer type [enabled by default]
- ff_set_systematic_pal2(outpicref->data[1], outlink->format == PIX_FMT_PAL8 ? PIX_FMT_BGR8 : outlink->format);
- ^
- In file included from libavfilter/vf_scale.c:32:0:
- ./libavutil/imgutils.h:131:5: note: expected 'uint32_t *' but argument is of type 'uint8_t *'
- int ff_set_systematic_pal2(uint32_t pal[256], enum PixelFormat pix_fmt);
- ^
- CC libavformat/avio.o
- CC libavformat/aviobuf.o
- libavformat/avio.c: In function 'ffurl_write':
- libavformat/avio.c:305:5: warning: passing argument 2 of 'retry_transfer_wrapper' discards 'const' qualifier from pointer target type [enabled by default]
- return retry_transfer_wrapper(h, buf, size, size, (void*)h->prot->url_write);
- ^
- libavformat/avio.c:253:19: note: expected 'unsigned char *' but argument is of type 'const unsigned char *'
- static inline int retry_transfer_wrapper(URLContext *h, unsigned char *buf, int size, int size_min,
- ^
- libavformat/aviobuf.c: In function 'writeout':
- libavformat/aviobuf.c:124:9: warning: passing argument 2 of 's->write_packet' discards 'const' qualifier from pointer target type [enabled by default]
- int ret= s->write_packet(s->opaque, data, len);
- ^
- libavformat/aviobuf.c:124:9: note: expected 'uint8_t *' but argument is of type 'const uint8_t *'
- CC libavformat/cutils.o
- CC libavformat/id3v1.o
- CC libavformat/id3v2.o
- CC libavformat/metadata.o
- CC libavformat/network.o
- libavformat/id3v2.c: In function 'ff_id3v2_parse':
- libavformat/id3v2.c:554:9: warning: unused variable 'compressed_buffer_size' [-Wunused-variable]
- int compressed_buffer_size = 0;
- ^
- CC libavformat/options.o
- CC libavformat/os_support.o
- CC libavformat/riff.o
- CC libavformat/sdp.o
- CC libavformat/seek.o
- CC libavformat/utils.o
- CC libavcodec/aandcttab.o
- CC libavcodec/allcodecs.o
- AS libavcodec/arm/dsputil_arm.o
- AS libavcodec/arm/dsputil_armv6.o
- CC libavcodec/arm/dsputil_init_arm.o
- CC libavcodec/arm/dsputil_init_armv5te.o
- CC libavcodec/arm/dsputil_init_armv6.o
- CC libavcodec/arm/dsputil_init_vfp.o
- AS libavcodec/arm/dsputil_vfp.o
- CC libavcodec/arm/fft_fixed_init_arm.o
- CC libavcodec/arm/fft_init_arm.o
- CC libavcodec/arm/fmtconvert_init_arm.o
- AS libavcodec/arm/fmtconvert_vfp.o
- CC libavcodec/arm/h264dsp_init_arm.o
- CC libavcodec/arm/h264pred_init_arm.o
- AS libavcodec/arm/jrevdct_arm.o
- CC libavcodec/arm/mpegvideo_arm.o
- CC libavcodec/arm/mpegvideo_armv5te.o
- AS libavcodec/arm/mpegvideo_armv5te_s.o
- AS libavcodec/arm/simple_idct_arm.o
- AS libavcodec/arm/simple_idct_armv5te.o
- AS libavcodec/arm/simple_idct_armv6.o
- CC libavcodec/audioconvert.o
- CC libavcodec/avpacket.o
- CC libavcodec/bitstream.o
- libavcodec/avpacket.c: In function 'av_dup_packet':
- libavcodec/avpacket.c:137:5: warning: 'av_destruct_packet_nofree' is deprecated (declared at libavcodec/avpacket.c:27) [-Wdeprecated-declarations]
- if (((pkt->destruct == av_destruct_packet_nofree) ||
- ^
- CC libavcodec/bitstream_filter.o
- CC libavcodec/cabac.o
- CC libavcodec/dsputil.o
- CC libavcodec/error_resilience.o
- CC libavcodec/faandct.o
- CC libavcodec/faanidct.o
- CC libavcodec/flvdec.o
- CC libavcodec/flvenc.o
- libavcodec/flvenc.c:95:5: warning: initialization from incompatible pointer type [enabled by default]
- .encode2 = ff_MPV_encode_picture,
- ^
- libavcodec/flvenc.c:95:5: warning: (near initialization for 'ff_flv_encoder.encode2') [enabled by default]
- CC libavcodec/fmtconvert.o
- CC libavcodec/golomb.o
- CC libavcodec/h263.o
- CC libavcodec/h263_parser.o
- CC libavcodec/h263dec.o
- CC libavcodec/h264.o
- CC libavcodec/h264_cabac.o
- CC libavcodec/h264_cavlc.o
- libavcodec/h264_cavlc.c: In function 'decode_residual':
- libavcodec/h264_cavlc.c:596:46: warning: array subscript is above array bounds [-Warray-bounds]
- ((type*)block)[*scantable]= level[i]; \
- ^
- libavcodec/h264_cavlc.c:616:9: note: in expansion of macro 'STORE_BLOCK'
- STORE_BLOCK(int32_t)
- ^
- libavcodec/h264_cavlc.c:596:46: warning: array subscript is above array bounds [-Warray-bounds]
- ((type*)block)[*scantable]= level[i]; \
- ^
- libavcodec/h264_cavlc.c:618:9: note: in expansion of macro 'STORE_BLOCK'
- STORE_BLOCK(int16_t)
- ^
- CC libavcodec/h264_direct.o
- libavcodec/h264_direct.c: In function 'pred_spatial_direct_motion':
- libavcodec/h264_direct.c:293:12: warning: assignment from incompatible pointer type [enabled by default]
- l1mv0 = &h->ref_list[1][0].f.motion_val[0][h->mb2b_xy [mb_xy]];
- ^
- libavcodec/h264_direct.c:294:12: warning: assignment from incompatible pointer type [enabled by default]
- l1mv1 = &h->ref_list[1][0].f.motion_val[1][h->mb2b_xy [mb_xy]];
- ^
- libavcodec/h264_direct.c: In function 'pred_temp_direct_motion':
- libavcodec/h264_direct.c:484:12: warning: assignment from incompatible pointer type [enabled by default]
- l1mv0 = &h->ref_list[1][0].f.motion_val[0][h->mb2b_xy [mb_xy]];
- ^
- libavcodec/h264_direct.c:485:12: warning: assignment from incompatible pointer type [enabled by default]
- l1mv1 = &h->ref_list[1][0].f.motion_val[1][h->mb2b_xy [mb_xy]];
- ^
- CC libavcodec/h264_loopfilter.o
- CC libavcodec/h264_parser.o
- CC libavcodec/h264_ps.o
- CC libavcodec/h264_refs.o
- CC libavcodec/h264_sei.o
- CC libavcodec/h264dsp.o
- CC libavcodec/h264idct.o
- CC libavcodec/h264pred.o
- CC libavcodec/imgconvert.o
- libavcodec/imgconvert.c: In function 'avpicture_layout':
- libavcodec/imgconvert.c:348:25: warning: initialization from incompatible pointer type [enabled by default]
- uint32_t *d32 = (unsigned char *)(((size_t)dest + 3) & ~3);
- ^
- libavcodec/imgconvert.c: In function 'av_picture_copy':
- libavcodec/imgconvert.c:525:19: warning: passing argument 3 of 'av_image_copy' from incompatible pointer type [enabled by default]
- src->linesize, pix_fmt, width, height);
- ^
- In file included from libavcodec/imgconvert.c:39:0:
- ./libavutil/imgutils.h:115:6: note: expected 'const uint8_t **' but argument is of type 'uint8_t * const*'
- void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4],
- ^
- CC libavcodec/intelh263dec.o
- CC libavcodec/inverse.o
- CC libavcodec/ituh263dec.o
- libavcodec/ituh263dec.c: In function 'h263_decode_block':
- libavcodec/ituh263dec.c:446:15: warning: 'level' may be used uninitialized in this function [-Wmaybe-uninitialized]
- int code, level, i, j, last, run;
- ^
- CC libavcodec/ituh263enc.o
- CC libavcodec/jfdctfst.o
- CC libavcodec/jfdctint.o
- CC libavcodec/jrevdct.o
- CC libavcodec/libx264.o
- libavcodec/libx264.c: In function 'X264_init':
- libavcodec/libx264.c:341:32: warning: the address of 'val' will always evaluate as 'true' [-Waddress]
- OPT_STR(param, val);
- ^
- libavcodec/libx264.c:236:13: note: in definition of macro 'OPT_STR'
- if (param && (ret = x264_param_parse(&x4->params, opt, param)) < 0) { \
- ^
- CC libavcodec/motion_est.o
- CC libavcodec/mpeg12data.o
- CC libavcodec/mpeg4video.o
- CC libavcodec/mpeg4videodec.o
- libavcodec/mpeg4videodec.c: In function 'decode_vol_header':
- libavcodec/mpeg4videodec.c:1866:9: warning: too many arguments for format [-Wformat-extra-args]
- );
- ^
- libavcodec/mpeg4videodec.c: In function 'decode_vop_header':
- libavcodec/mpeg4videodec.c:2121:20: warning: format '%d' expects argument of type 'int', but argument 24 has type 'int64_t' [-Wformat=]
- );
- ^
- libavcodec/motion_est.c: In function 'h263_mv4_search':
- libavcodec/motion_est.c:578:9: warning: '*((void *)&P+32)[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- int P[10][2];
- ^
- libavcodec/motion_est.c:578:9: warning: 'P[4][0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- libavcodec/motion_est.c:578:9: warning: 'P[3][1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- libavcodec/motion_est.c:578:9: warning: 'P[3][0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- libavcodec/motion_est.c:578:9: warning: 'P[2][1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- libavcodec/motion_est.c:578:9: warning: 'P[2][0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- libavcodec/mpeg4videodec.c: In function 'mpeg4_decode_partitioned_mb':
- libavcodec/mpeg4videodec.c:1079:25: warning: 'dc_pred_dir' may be used uninitialized in this function [-Wmaybe-uninitialized]
- ff_mpeg4_pred_ac(s, block, n, dc_pred_dir);
- ^
- libavcodec/mpeg4videodec.c:850:9: note: 'dc_pred_dir' was declared here
- int dc_pred_dir;
- ^
- In file included from libavcodec/motion_est.c:289:0:
- libavcodec/motion_est.c: In function 'interlaced_search':
- libavcodec/motion_est_template.c:1087:49: warning: 'P[4][1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- CHECK_MV(P_MEDIAN[0]>>shift, P_MEDIAN[1]>>shift)
- ^
- libavcodec/motion_est.c:739:9: note: 'P[4][1]' was declared here
- int P[10][2];
- ^
- In file included from libavcodec/motion_est.c:289:0:
- libavcodec/motion_est_template.c:1087:29: warning: 'P[4][0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- CHECK_MV(P_MEDIAN[0]>>shift, P_MEDIAN[1]>>shift)
- ^
- libavcodec/motion_est.c:739:9: note: 'P[4][0]' was declared here
- int P[10][2];
- ^
- In file included from libavcodec/motion_est.c:289:0:
- libavcodec/motion_est_template.c:1090:53: warning: 'P[3][1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- CHECK_MV(P_TOPRIGHT[0]>>shift, P_TOPRIGHT[1]>>shift)
- ^
- libavcodec/motion_est.c:739:9: note: 'P[3][1]' was declared here
- int P[10][2];
- ^
- In file included from libavcodec/motion_est.c:289:0:
- libavcodec/motion_est_template.c:1090:31: warning: '*((void *)&P+24)[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- CHECK_MV(P_TOPRIGHT[0]>>shift, P_TOPRIGHT[1]>>shift)
- ^
- libavcodec/motion_est.c:739:9: note: '*((void *)&P+24)[0]' was declared here
- int P[10][2];
- ^
- In file included from libavcodec/motion_est.c:289:0:
- libavcodec/motion_est_template.c:1089:43: warning: 'P[2][1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- CHECK_MV(P_TOP[0]>>shift, P_TOP[1]>>shift)
- ^
- libavcodec/motion_est.c:739:9: note: 'P[2][1]' was declared here
- int P[10][2];
- ^
- In file included from libavcodec/motion_est.c:289:0:
- libavcodec/motion_est_template.c:1089:26: warning: 'P[2][0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
- CHECK_MV(P_TOP[0]>>shift, P_TOP[1]>>shift)
- ^
- libavcodec/motion_est.c:739:9: note: 'P[2][0]' was declared here
- int P[10][2];
- ^
- CC libavcodec/mpeg4videoenc.o
- libavcodec/mpeg4videoenc.c:1350:5: warning: initialization from incompatible pointer type [enabled by default]
- .encode2 = ff_MPV_encode_picture,
- ^
- libavcodec/mpeg4videoenc.c:1350:5: warning: (near initialization for 'ff_mpeg4_encoder.encode2') [enabled by default]
- CC libavcodec/mpegvideo.o
- CC libavcodec/mpegvideo_enc.o
- libavcodec/mpegvideo_enc.c: In function 'ff_MPV_encode_init':
- libavcodec/mpegvideo_enc.c:351:5: warning: 'luma_elim_threshold' is deprecated (declared at libavcodec/avcodec.h:1588) [-Wdeprecated-declarations]
- if (avctx->luma_elim_threshold)
- ^
- libavcodec/mpegvideo_enc.c:352:9: warning: 'luma_elim_threshold' is deprecated (declared at libavcodec/avcodec.h:1588) [-Wdeprecated-declarations]
- s->luma_elim_threshold = avctx->luma_elim_threshold;
- ^
- libavcodec/mpegvideo_enc.c:353:5: warning: 'chroma_elim_threshold' is deprecated (declared at libavcodec/avcodec.h:1595) [-Wdeprecated-declarations]
- if (avctx->chroma_elim_threshold)
- ^
- libavcodec/mpegvideo_enc.c:354:9: warning: 'chroma_elim_threshold' is deprecated (declared at libavcodec/avcodec.h:1595) [-Wdeprecated-declarations]
- s->chroma_elim_threshold = avctx->chroma_elim_threshold;
- ^
- libavcodec/mpegvideo_enc.c:664:5: warning: 'quantizer_noise_shaping' is deprecated (declared at libavcodec/avcodec.h:1904) [-Wdeprecated-declarations]
- if (avctx->quantizer_noise_shaping)
- ^
- libavcodec/mpegvideo_enc.c:665:9: warning: 'quantizer_noise_shaping' is deprecated (declared at libavcodec/avcodec.h:1904) [-Wdeprecated-declarations]
- s->quantizer_noise_shaping = avctx->quantizer_noise_shaping;
- ^
- libavcodec/mpegvideo_enc.c: In function 'estimate_best_b_count':
- libavcodec/mpegvideo_enc.c:1205:9: warning: 'avcodec_encode_video' is deprecated (declared at libavcodec/avcodec.h:4077) [-Wdeprecated-declarations]
- out_size = avcodec_encode_video(c, outbuf,
- ^
- libavcodec/mpegvideo_enc.c:1215:13: warning: 'avcodec_encode_video' is deprecated (declared at libavcodec/avcodec.h:4077) [-Wdeprecated-declarations]
- out_size = avcodec_encode_video(c, outbuf, outbuf_size,
- ^
- libavcodec/mpegvideo_enc.c:1222:13: warning: 'avcodec_encode_video' is deprecated (declared at libavcodec/avcodec.h:4077) [-Wdeprecated-declarations]
- out_size = avcodec_encode_video(c, outbuf, outbuf_size, NULL);
- ^
- libavcodec/mpegvideo_enc.c: At top level:
- libavcodec/mpegvideo_enc.c:4214:5: warning: initialization from incompatible pointer type [enabled by default]
- .encode2 = ff_MPV_encode_picture,
- ^
- libavcodec/mpegvideo_enc.c:4214:5: warning: (near initialization for 'ff_h263_encoder.encode2') [enabled by default]
- libavcodec/mpegvideo_enc.c:4242:5: warning: initialization from incompatible pointer type [enabled by default]
- .encode2 = ff_MPV_encode_picture,
- ^
- libavcodec/mpegvideo_enc.c:4242:5: warning: (near initialization for 'ff_h263p_encoder.encode2') [enabled by default]
- libavcodec/mpegvideo_enc.c:4258:5: warning: initialization from incompatible pointer type [enabled by default]
- .encode2 = ff_MPV_encode_picture,
- ^
- libavcodec/mpegvideo_enc.c:4258:5: warning: (near initialization for 'ff_msmpeg4v2_encoder.encode2') [enabled by default]
- libavcodec/mpegvideo_enc.c:4273:5: warning: initialization from incompatible pointer type [enabled by default]
- .encode2 = ff_MPV_encode_picture,
- ^
- libavcodec/mpegvideo_enc.c:4273:5: warning: (near initialization for 'ff_msmpeg4v3_encoder.encode2') [enabled by default]
- libavcodec/mpegvideo_enc.c:4288:5: warning: initialization from incompatible pointer type [enabled by default]
- .encode2 = ff_MPV_encode_picture,
- ^
- libavcodec/mpegvideo_enc.c:4288:5: warning: (near initialization for 'ff_wmv1_encoder.encode2') [enabled by default]
- CC libavcodec/options.o
- In file included from libavcodec/options.c:33:0:
- libavcodec/options_table.h:84:1: warning: 'sub_id' is deprecated (declared at libavcodec/avcodec.h:1356) [-Wdeprecated-declarations]
- {"sub_id", NULL, OFFSET(sub_id), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX},
- ^
- libavcodec/options_table.h:148:1: warning: 'luma_elim_threshold' is deprecated (declared at libavcodec/avcodec.h:1588) [-Wdeprecated-declarations]
- {"lelim", "single coefficient elimination threshold for luminance (negative values also consider dc coefficient)", OFFSET(luma_elim_threshold), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX, V|E},
- ^
- libavcodec/options_table.h:149:1: warning: 'chroma_elim_threshold' is deprecated (declared at libavcodec/avcodec.h:1595) [-Wdeprecated-declarations]
- {"celim", "single coefficient elimination threshold for chrominance (negative values also consider dc coefficient)", OFFSET(chroma_elim_threshold), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX, V|E},
- ^
- libavcodec/options_table.h:284:1: warning: 'color_table_id' is deprecated (declared at libavcodec/avcodec.h:1834) [-Wdeprecated-declarations]
- {"color_table_id", NULL, OFFSET(color_table_id), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX},
- ^
- libavcodec/options_table.h:307:1: warning: 'inter_threshold' is deprecated (declared at libavcodec/avcodec.h:1897) [-Wdeprecated-declarations]
- {"inter_threshold", NULL, OFFSET(inter_threshold), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX, V|E},
- ^
- libavcodec/options_table.h:312:1: warning: 'quantizer_noise_shaping' is deprecated (declared at libavcodec/avcodec.h:1904) [-Wdeprecated-declarations]
- {"qns", "deprecated, use mpegvideo private options instead", OFFSET(quantizer_noise_shaping), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX, V|E},
- ^
- libavcodec/options.c: In function 'avcodec_get_context_defaults3':
- libavcodec/options.c:99:5: warning: 'av_opt_set_defaults2' is deprecated (declared at ./libavutil/opt.h:371) [-Wdeprecated-declarations]
- av_opt_set_defaults2(s, flags, flags);
- ^
- libavcodec/options.c: In function 'avcodec_alloc_context2':
- libavcodec/options.c:157:5: warning: 'avcodec_get_context_defaults2' is deprecated (declared at libavcodec/options.c:79) [-Wdeprecated-declarations]
- avcodec_get_context_defaults2(avctx, codec_type);
- ^
- libavcodec/options.c: In function 'avcodec_get_context_defaults':
- libavcodec/options.c:163:5: warning: 'avcodec_get_context_defaults2' is deprecated (declared at libavcodec/options.c:79) [-Wdeprecated-declarations]
- avcodec_get_context_defaults2(s, AVMEDIA_TYPE_UNKNOWN);
- ^
- libavcodec/options.c: In function 'avcodec_alloc_context':
- libavcodec/options.c:167:5: warning: 'avcodec_alloc_context2' is deprecated (declared at libavcodec/options.c:152) [-Wdeprecated-declarations]
- return avcodec_alloc_context2(AVMEDIA_TYPE_UNKNOWN);
- ^
- CC libavcodec/parser.o
- CC libavcodec/pthread.o
- libavcodec/pthread.c: In function 'get_logical_cpus':
- libavcodec/pthread.c:166:9: warning: unused variable 'ret' [-Wunused-variable]
- int ret, nb_cpus = 1;
- ^
- CC libavcodec/ratecontrol.o
- libavcodec/ratecontrol.c: In function 'ff_rate_control_init':
- libavcodec/ratecontrol.c:249:17: warning: passing argument 1 of 'get_fps' from incompatible pointer type [enabled by default]
- rcc->pass1_wanted_bits+= s->bit_rate/get_fps(s); //FIXME misbehaves a little for variable fps
- ^
- libavcodec/ratecontrol.c:52:15: note: expected 'struct AVCodecContext *' but argument is of type 'struct MpegEncContext *'
- static double get_fps(AVCodecContext *avctx){
- ^
- CC libavcodec/raw.o
- CC libavcodec/rawdec.o
- libavcodec/rawdec.c: In function 'raw_decode':
- libavcodec/rawdec.c:195:31: warning: passing argument 2 of 'avpicture_fill' discards 'const' qualifier from pointer target type [enabled by default]
- avctx->width, avctx->height)) < 0)
- ^
- In file included from libavcodec/rawdec.c:27:0:
- libavcodec/avcodec.h:4260:5: note: expected 'uint8_t *' but argument is of type 'const uint8_t *'
- int avpicture_fill(AVPicture *picture, uint8_t *ptr,
- ^
- libavcodec/rawdec.c:199:23: warning: assignment from incompatible pointer type [enabled by default]
- frame->data[1]= context->palette;
- ^
- CC libavcodec/resample.o
- CC libavcodec/resample2.o
- CC libavcodec/simple_idct.o
- CC libavcodec/utils.o
- CC libpostproc/postprocess.o
- CC libswresample/audioconvert.o
- libswresample/audioconvert.c: In function 'swri_audio_convert':
- libswresample/audioconvert.c:185:21: warning: passing argument 2 of 'ctx->simd_f' from incompatible pointer type [enabled by default]
- ctx->simd_f(out->ch+ch, in->ch+ch, off * (out->planar ? 1 :out->ch_count));
- ^
- libswresample/audioconvert.c:185:21: note: expected 'const uint8_t **' but argument is of type 'uint8_t **'
- libswresample/audioconvert.c:188:17: warning: passing argument 2 of 'ctx->simd_f' from incompatible pointer type [enabled by default]
- ctx->simd_f(out->ch, in->ch, off);
- ^
- libswresample/audioconvert.c:188:17: note: expected 'const uint8_t **' but argument is of type 'uint8_t **'
- CC libswresample/dither.o
- CC libswresample/rematrix.o
- libswresample/rematrix.c: In function 'swri_rematrix_init':
- libswresample/rematrix.c:301:22: warning: assignment from incompatible pointer type [enabled by default]
- s->mix_1_1_f = copy_s16;
- ^
- libswresample/rematrix.c:302:22: warning: assignment from incompatible pointer type [enabled by default]
- s->mix_2_1_f = sum2_s16;
- ^
- libswresample/rematrix.c:310:22: warning: assignment from incompatible pointer type [enabled by default]
- s->mix_1_1_f = copy_float;
- ^
- libswresample/rematrix.c:311:22: warning: assignment from incompatible pointer type [enabled by default]
- s->mix_2_1_f = sum2_float;
- ^
- libswresample/rematrix.c:319:22: warning: assignment from incompatible pointer type [enabled by default]
- s->mix_1_1_f = copy_double;
- ^
- libswresample/rematrix.c:320:22: warning: assignment from incompatible pointer type [enabled by default]
- s->mix_2_1_f = sum2_double;
- ^
- CC libswresample/resample.o
- CC libswresample/swresample.o
- CC libswscale/input.o
- libswscale/input.c: In function 'ff_sws_init_input_funcs':
- libswscale/input.c:778:22: warning: assignment from incompatible pointer type [enabled by default]
- c->chrToYV12 = palToUV_c;
- ^
- libswscale/input.c:791:26: warning: assignment from incompatible pointer type [enabled by default]
- c->readChrPlanar = planar_rgb_to_uv;
- ^
- libswscale/input.c:846:26: warning: assignment from incompatible pointer type [enabled by default]
- c->chrToYV12 = bgr24ToUV_half_c;
- ^
- libswscale/input.c:861:26: warning: assignment from incompatible pointer type [enabled by default]
- c->chrToYV12 = gbr24pToUV_half_c;
- ^
- libswscale/input.c:876:26: warning: assignment from incompatible pointer type [enabled by default]
- c->chrToYV12 = rgb24ToUV_half_c;
- ^
- libswscale/input.c:924:26: warning: assignment from incompatible pointer type [enabled by default]
- c->chrToYV12 = bgr24ToUV_c;
- ^
- libswscale/input.c:951:26: warning: assignment from incompatible pointer type [enabled by default]
- c->chrToYV12 = rgb24ToUV_c;
- ^
- libswscale/input.c:988:26: warning: assignment from incompatible pointer type [enabled by default]
- c->readLumPlanar = planar_rgb_to_y;
- ^
- libswscale/input.c:1025:22: warning: assignment from incompatible pointer type [enabled by default]
- c->lumToYV12 = bgr24ToY_c;
- ^
- libswscale/input.c:1046:22: warning: assignment from incompatible pointer type [enabled by default]
- c->lumToYV12 = rgb24ToY_c;
- ^
- libswscale/input.c:1071:22: warning: assignment from incompatible pointer type [enabled by default]
- c->lumToYV12 = palToY_c;
- ^
- libswscale/input.c:1074:22: warning: assignment from incompatible pointer type [enabled by default]
- c->lumToYV12 = monoblack2Y_c;
- ^
- libswscale/input.c:1077:22: warning: assignment from incompatible pointer type [enabled by default]
- c->lumToYV12 = monowhite2Y_c;
- ^
- libswscale/input.c:1113:46: warning: assignment from incompatible pointer type [enabled by default]
- case PIX_FMT_RGBA64BE: c->alpToYV12 = rgba64ToA_c; break;
- ^
- libswscale/input.c:1116:26: warning: assignment from incompatible pointer type [enabled by default]
- c->alpToYV12 = rgbaToA_c;
- ^
- libswscale/input.c:1120:26: warning: assignment from incompatible pointer type [enabled by default]
- c->alpToYV12 = abgrToA_c;
- ^
- libswscale/input.c:1126:26: warning: assignment from incompatible pointer type [enabled by default]
- c->alpToYV12 = palToA_c;
- ^
- CC libswscale/options.o
- CC libswscale/output.o
- CC libswscale/rgb2rgb.o
- CC libswscale/swscale.o
- libswscale/swscale.c: In function 'swScale':
- libswscale/swscale.c:589:31: warning: assignment from incompatible pointer type [enabled by default]
- vLumFilter= c->lumMmxFilter;
- ^
- libswscale/swscale.c:590:31: warning: assignment from incompatible pointer type [enabled by default]
- vChrFilter= c->chrMmxFilter;
- ^
- libswscale/swscale.c:621:35: warning: assignment from incompatible pointer type [enabled by default]
- vLumFilter= c->alpMmxFilter;
- ^
- libswscale/swscale.c:349:14: warning: unused variable 'vChrFilter' [-Wunused-variable]
- int16_t *vChrFilter = c->vChrFilter;
- ^
- libswscale/swscale.c:348:14: warning: unused variable 'vLumFilter' [-Wunused-variable]
- int16_t *vLumFilter = c->vLumFilter;
- ^
- CC libswscale/swscale_unscaled.o
- CC libswscale/utils.o
- CC libswscale/yuv2rgb.o
- CC libavutil/adler32.o
- CC libavutil/aes.o
- CC libavutil/arm/cpu.o
- CC libavutil/audio_fifo.o
- CC libavutil/audioconvert.o
- CC libavutil/avstring.o
- CC libavutil/base64.o
- CC libavutil/bprint.o
- CC libavutil/cpu.o
- CC libavutil/crc.o
- CC libavutil/des.o
- CC libavutil/dict.o
- CC libavutil/error.o
- CC libavutil/eval.o
- CC libavutil/fifo.o
- CC libavutil/file.o
- CC libavutil/imgutils.o
- CC libavutil/intfloat_readwrite.o
- CC libavutil/inverse.o
- CC libavutil/lfg.o
- CC libavutil/lls.o
- CC libavutil/log.o
- CC libavutil/lzo.o
- CC libavutil/mathematics.o
- CC libavutil/md5.o
- CC libavutil/mem.o
- CC libavutil/opt.o
- libavutil/opt.c: In function 'av_find_opt':
- libavutil/opt.c:42:5: warning: 'av_next_option' is deprecated (declared at libavutil/opt.h:348) [-Wdeprecated-declarations]
- while ((o = av_next_option(v, o))) {
- ^
- libavutil/opt.c: In function 'av_opt_set_defaults':
- libavutil/opt.c:614:5: warning: 'av_opt_set_defaults2' is deprecated (declared at libavutil/opt.h:371) [-Wdeprecated-declarations]
- av_opt_set_defaults2(s, 0, 0);
- ^
- CC libavutil/parseutils.o
- CC libavutil/pixdesc.o
- CC libavutil/random_seed.o
- CC libavutil/rational.o
- CC libavutil/rc4.o
- CC libavutil/samplefmt.o
- CC libavutil/sha.o
- libavutil/samplefmt.c: In function 'av_samples_fill_arrays':
- libavutil/samplefmt.c:166:19: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
- audio_data[0] = buf;
- ^
- CC libavutil/timecode.o
- CC libavutil/tree.o
- CC libavutil/utils.o
- CC ffmpeg.o
- CC cmdutils.o
- ffmpeg.c: In function 'do_video_out':
- ffmpeg.c:1907:20: warning: unused variable 'i' [-Wunused-variable]
- int nb_frames, i;
- ^
- ffmpeg.c: In function 'poll_filters':
- ffmpeg.c:2125:28: warning: unused variable 'ist_pts_tb' [-Wunused-variable]
- AVRational ist_pts_tb = ost->filter->filter->inputs[0]->time_base;
- ^
- CC ffprobe.o
- ffmpeg.c: At top level:
- ffmpeg.c:1735:12: warning: 'check_recording_time' defined but not used [-Wunused-function]
- static int check_recording_time(OutputStream *ost)
- ^
- AR libavdevice/libavdevice.a
- AR libavfilter/libavfilter.a
- AR libavformat/libavformat.a
- AR libpostproc/libpostproc.a
- AR libswresample/libswresample.a
- AR libswscale/libswscale.a
- AR libavutil/libavutil.a
- ffmpeg.c: In function 'transcode_init':
- ffmpeg.c:3188:45: warning: 'icodec' may be used uninitialized in this function [-Wmaybe-uninitialized]
- if (codec->width != icodec->width ||
- ^
- libavcodec/h264.c: In function 'execute_decode_slices':
- libavcodec/h264.c:4177:49: warning: array subscript is below array bounds [-Warray-bounds]
- hx = h->thread_context[context_count - 1];
- ^
- AR libavcodec/libavcodec.a
- LD ffprobe_g
- LD ffmpeg_g
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(pixel-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(mc-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(quant-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(predict-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(pixel-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(mc-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(quant-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(predict-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- CP ffprobe
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(pixel-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(mc-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(quant-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(predict-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(pixel-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(mc-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(quant-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- /Users/ruben/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: cannot scan executable section 1 of ../build/x264/armeabi-v7a/lib/libx264.a(predict-a.o) for Cortex-A8 erratum because it has no mapping symbols.
- CP ffmpeg
- STRIP ffprobe
- STRIP ffmpeg
- INSTALL install-progs-yes
- INSTALL ffmpeg
- INSTALL ffprobe
- INSTALL presets/libvpx-1080p.ffpreset
- INSTALL presets/libvpx-1080p50_60.ffpreset
- INSTALL presets/libvpx-360p.ffpreset
- INSTALL presets/libvpx-720p.ffpreset
- INSTALL presets/libvpx-720p50_60.ffpreset
- INSTALL presets/libx264-ipod320.ffpreset
- INSTALL presets/libx264-ipod640.ffpreset
- INSTALL doc/ffprobe.xsd
- INSTALL doc/examples/decoding_encoding.c
- INSTALL doc/examples/filtering_audio.c
- INSTALL doc/examples/filtering_video.c
- INSTALL doc/examples/metadata.c
- INSTALL doc/examples/muxing.c
- INSTALL doc/examples/Makefile
- INSTALL presets/libvpx-1080p.ffpreset
- INSTALL presets/libvpx-1080p50_60.ffpreset
- INSTALL presets/libvpx-360p.ffpreset
- INSTALL presets/libvpx-720p.ffpreset
- INSTALL presets/libvpx-720p50_60.ffpreset
- INSTALL presets/libx264-ipod320.ffpreset
- INSTALL presets/libx264-ipod640.ffpreset
- INSTALL doc/ffprobe.xsd
- INSTALL doc/examples/decoding_encoding.c
- INSTALL doc/examples/filtering_audio.c
- INSTALL doc/examples/filtering_video.c
- INSTALL doc/examples/metadata.c
- INSTALL doc/examples/muxing.c
- INSTALL doc/examples/Makefile
- INSTALL libavdevice/libavdevice.a
- INSTALL libavfilter/libavfilter.a
- INSTALL libavformat/libavformat.a
- INSTALL libavcodec/libavcodec.a
- INSTALL libpostproc/libpostproc.a
- INSTALL libswresample/libswresample.a
- INSTALL libswscale/libswscale.a
- INSTALL libavutil/libavutil.a
- INSTALL libavdevice/avdevice.h
- INSTALL libavdevice/libavdevice.pc
- INSTALL libavfilter/asrc_abuffer.h
- INSTALL libavfilter/avcodec.h
- INSTALL libavfilter/avfilter.h
- INSTALL libavfilter/avfiltergraph.h
- INSTALL libavfilter/buffersink.h
- INSTALL libavfilter/buffersrc.h
- INSTALL libavfilter/version.h
- INSTALL libavfilter/vsrc_buffer.h
- INSTALL libavfilter/libavfilter.pc
- INSTALL libavformat/avformat.h
- INSTALL libavformat/avio.h
- INSTALL libavformat/version.h
- INSTALL libavformat/libavformat.pc
- INSTALL libavcodec/avcodec.h
- INSTALL libavcodec/avfft.h
- INSTALL libavcodec/dxva2.h
- INSTALL libavcodec/vaapi.h
- INSTALL libavcodec/vda.h
- INSTALL libavcodec/vdpau.h
- INSTALL libavcodec/version.h
- INSTALL libavcodec/xvmc.h
- INSTALL libavcodec/libavcodec.pc
- INSTALL libpostproc/postprocess.h
- INSTALL libpostproc/libpostproc.pc
- INSTALL libswresample/swresample.h
- INSTALL libswresample/libswresample.pc
- INSTALL libswscale/swscale.h
- INSTALL libswscale/libswscale.pc
- INSTALL libavutil/adler32.h
- INSTALL libavutil/aes.h
- INSTALL libavutil/attributes.h
- INSTALL libavutil/audio_fifo.h
- INSTALL libavutil/audioconvert.h
- INSTALL libavutil/avassert.h
- INSTALL libavutil/avstring.h
- INSTALL libavutil/avutil.h
- INSTALL libavutil/base64.h
- INSTALL libavutil/bprint.h
- INSTALL libavutil/bswap.h
- INSTALL libavutil/common.h
- INSTALL libavutil/cpu.h
- INSTALL libavutil/crc.h
- INSTALL libavutil/error.h
- INSTALL libavutil/eval.h
- INSTALL libavutil/fifo.h
- INSTALL libavutil/file.h
- INSTALL libavutil/imgutils.h
- INSTALL libavutil/intfloat.h
- INSTALL libavutil/intfloat_readwrite.h
- INSTALL libavutil/intreadwrite.h
- INSTALL libavutil/lfg.h
- INSTALL libavutil/log.h
- INSTALL libavutil/lzo.h
- INSTALL libavutil/mathematics.h
- INSTALL libavutil/md5.h
- INSTALL libavutil/mem.h
- INSTALL libavutil/dict.h
- INSTALL libavutil/opt.h
- INSTALL libavutil/parseutils.h
- INSTALL libavutil/pixdesc.h
- INSTALL libavutil/pixfmt.h
- INSTALL libavutil/random_seed.h
- INSTALL libavutil/rational.h
- INSTALL libavutil/samplefmt.h
- INSTALL libavutil/sha.h
- INSTALL libavutil/timecode.h
- INSTALL libavutil/timestamp.h
- INSTALL libavutil/avconfig.h
- INSTALL libavutil/libavutil.pc
- ~/Downloads/CSipSimple-trunk/CSipSimple/jni/ffmpeg ~/Downloads/CSipSimple-trunk/CSipSimple/jni/ffmpeg
- ~/Downloads/CSipSimple-trunk/CSipSimple/jni/ffmpeg
- # All lib
- Android NDK: No local settings... build all in release mode !
- Android NDK: WARNING: APP_PLATFORM android-14 is larger than android:minSdkVersion 4 in ./AndroidManifest.xml
- Android NDK: WARNING:jni/libvpx/android_toolchain/../sources/build/make/Android.mk:vpx: LOCAL_LDLIBS is always ignored for static libraries
- Android NDK: WARNING:jni/libvpx/android_toolchain/../sources/build/make/Android.mk:vpx: LOCAL_LDLIBS is always ignored for static libraries
- Android NDK: WARNING:jni/libvpx/android_toolchain/../sources/build/make/Android.mk:vpx: LOCAL_LDLIBS is always ignored for static libraries
- Android NDK: WARNING:jni/libvpx/android_toolchain/../sources/build/make/Android.mk:vpx: LOCAL_LDLIBS is always ignored for static libraries
- make[1]: Entering directory `/Users/ruben/Downloads/CSipSimple-trunk/CSipSimple'
- [armeabi] SharedLibrary : libpj_video_android.so
- [armeabi] Compile arm : vpx <= vpx_config.c
- [armeabi] Compile arm : vpx <= boolhuff_armv5te.asm.s
- [armeabi] Compile arm : vpx <= vp8_packtokens_armv5.asm.s
- [armeabi] Compile arm : vpx <= vp8_packtokens_mbrow_armv5.asm.s
- [armeabi] Compile arm : vpx <= vp8_packtokens_partitions_armv5.asm.s
- [armeabi] Install : libpjsipjni.so => ./libs/armeabi/libpjsipjni.so
- [armeabi] Install : libstlport_shared.so => ./libs/armeabi/libstlport_shared.so
- [armeabi-v7a] SharedLibrary : libpj_video_android.so
- [armeabi-v7a] Compile arm : vpx <= vpx_config.c
- [armeabi-v7a] Compile arm : vpx <= bilinearfilter_v6.asm.s
- [armeabi-v7a] Compile arm : vpx <= copymem16x16_v6.asm.s
- [armeabi-v7a] Compile arm : vpx <= copymem8x4_v6.asm.s
- [armeabi-v7a] Compile arm : vpx <= copymem8x8_v6.asm.s
- [armeabi-v7a] Install : libpjsipjni.so => ./libs/armeabi-v7a/libpjsipjni.so
- [armeabi-v7a] Install : libstlport_shared.so => ./libs/armeabi-v7a/libstlport_shared.so
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1086: error: undefined reference to 'av_strerror'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1324: error: undefined reference to 'avcodec_close'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1325: error: undefined reference to 'av_free'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1328: error: undefined reference to 'avcodec_close'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1329: error: undefined reference to 'av_free'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1430: error: undefined reference to 'avcodec_get_frame_defaults'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1455: error: undefined reference to 'av_init_packet'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1460: error: undefined reference to 'avcodec_encode_video2'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:409: error: undefined reference to 'av_opt_set'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:427: error: undefined reference to 'av_opt_set_int'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:434: error: undefined reference to 'av_opt_set_int'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:442: error: undefined reference to 'av_opt_set'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:445: error: undefined reference to 'av_opt_set'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1116: error: undefined reference to 'avcodec_alloc_context3'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1125: error: undefined reference to 'avcodec_alloc_context3'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1185: error: undefined reference to 'avcodec_open2'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1200: error: undefined reference to 'avcodec_open2'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1222: error: undefined reference to 'avcodec_close'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1223: error: undefined reference to 'av_free'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1228: error: undefined reference to 'avcodec_close'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1229: error: undefined reference to 'av_free'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1680: error: undefined reference to 'avcodec_get_frame_defaults'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1683: error: undefined reference to 'av_init_packet'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1705: error: undefined reference to 'avcodec_decode_video2'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:629: error: undefined reference to 'avcodec_register_all'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:632: error: undefined reference to 'av_codec_next'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia/converter_libswscale.c:172: error: undefined reference to 'sws_freeContext'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia/converter_libswscale.c:152: error: undefined reference to 'sws_scale'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia/converter_libswscale.c:112: error: undefined reference to 'sws_getContext'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia/ffmpeg_util.c:113: error: undefined reference to 'av_log_get_level'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia/ffmpeg_util.c:88: error: undefined reference to 'av_log_set_level'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia/ffmpeg_util.c:89: error: undefined reference to 'av_log_set_callback'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia/ffmpeg_util.c:90: error: undefined reference to 'av_register_all'
- collect2: error: ld returned 1 exit status
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1086: error: undefined reference to 'av_strerror'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1324: error: undefined reference to 'avcodec_close'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1325: error: undefinedmake[1]: reference to 'av_free'
- jni/*** [obj/local/armeabi/libpj_video_android.so] Error 1pjsip/android_toolchain
- /pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1328: error: make[1]: undefined*** Waiting for unfinished jobs....
- reference to 'avcodec_close'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1329: error: undefined reference to 'av_free'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1430: error: undefined reference to 'avcodec_get_frame_defaults'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1455: error: undefined reference to 'av_init_packet'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1460: error: undefined reference to 'avcodec_encode_video2'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:409: error: undefined reference to 'av_opt_set'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:427: error: undefined reference to 'av_opt_set_int'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:434: error: undefined reference to 'av_opt_set_int'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:442: error: undefined reference to 'av_opt_set'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:445: error: undefined reference to 'av_opt_set'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1116: error: undefined reference to 'avcodec_alloc_context3'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1125: error: undefined reference to 'avcodec_alloc_context3'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1185: error: undefined reference to 'avcodec_open2'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1200: error: undefined reference to 'avcodec_open2'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1222: error: undefined reference to 'avcodec_close'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1223: error: undefined reference to 'av_free'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1228: error: undefined reference to 'avcodec_close'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1229: error: undefined reference to 'av_free'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1680: error: undefined reference to 'avcodec_get_frame_defaults'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1683: error: undefined reference to 'av_init_packet'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:1705: error: undefined reference to 'avcodec_decode_video2'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:629: error: undefined reference to 'avcodec_register_all'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:632: error: undefined reference to 'av_codec_next'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c:632: error: undefined reference to 'av_codec_next'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia/converter_libswscale.c:172: error: undefined reference to 'sws_freeContext'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia/converter_libswscale.c:152: error: undefined reference to 'sws_scale'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia/converter_libswscale.c:112: error: undefined reference to 'sws_getContext'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia/ffmpeg_util.c:113: error: undefined reference to 'av_log_get_level'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia/ffmpeg_util.c:88: error: undefined reference to 'av_log_set_level'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia/ffmpeg_util.c:89: error: undefined reference to 'av_log_set_callback'
- jni/pjsip/android_toolchain/pjmedia/../../sources/pjmedia/src/pjmedia/ffmpeg_util.c:90: error: undefined reference to 'av_register_all'
- collect2: error: ld returned 1 exit status
- make[1]: *** [obj/local/armeabi-v7a/libpj_video_android.so] Error 1
- make[1]: Leaving directory `/Users/ruben/Downloads/CSipSimple-trunk/CSipSimple'
- make: *** [VideoLibs] Error 2
Advertisement
Add Comment
Please, Sign In to add comment