AudioDecoderFFmpeg.cpp:103:15: error: ‘avcodec_decode_audio4’ was not declared in this scope; did you mean ‘avcodec_decode_subtitle2’?
and AudioDecoderFFmpeg.cpp:103:15: error: ‘avcodec_decode_audio4’ was not declared in this scope; did you mean ‘avcodec_decode_subtitle2’?
#1426
QtAV, Qt version and platform
gcc --version | head -n1
: gcc (GCC) 13.1.1 20230429Reproduction steps
Build this software according to ↗ this
PKGBUILD
Expected behavior
Clean build
Actual behavior
Fails to build for me with
AudioDecoderFFmpeg.cpp:103:15: error: ‘avcodec_decode_audio4’ was not declared in this scope; did you mean ‘avcodec_decode_subtitle2’?
and
AudioDecoderFFmpeg.cpp:148:37: error: ‘AVFrame’ {aka ‘struct AVFrame’} has no member named ‘pkt_pts’; did you mean ‘pkt_dts’?
:Log file
N/A, since I cannot build at all.
Sample files (optional)
N/A, since I cannot build at all.
The text was updated successfully, but these errors were encountered: