Comment 10 for bug 375711

Revision history for this message
Alessio Treglia (quadrispro) wrote :

Of course, John.

As you can see from the buildlog, some functions that have been used are now deprecated:

xtoffmpeg.c: In function 'add_audio_stream':
xtoffmpeg.c:427: warning: 'audio_resample_init' is deprecated (declared at /usr/include/libavcodec/avcodec.h:2555)
xtoffmpeg.c:447: warning: 'audio_resample_init' is deprecated (declared at /usr/include/libavcodec/avcodec.h:2555)
xtoffmpeg.c: In function 'do_audio_out':
xtoffmpeg.c:551: warning: 'av_fifo_write' is deprecated (declared at /usr/include/libavutil/fifo.h:82)
xtoffmpeg.c: In function 'xvc_ffmpeg_save_frame':
xtoffmpeg.c:1472: warning: 'av_alloc_format_context' is deprecated (declared at /usr/include/libavformat/avformat.h:873)

Due to this, I forced the ffmpeg_audio check to "1" in order to achieve our goal.

BTW, I will forward this to upstream.