I use Code :: Blocks (01/16) to transfer the project from Win7 (VS2013) to Ubuntu (Code :: Blocks). There were problems with the transfer. I decided to try with Code :: Blocks on Windows. The following problem occurred: an error occurs during assembly:
error: expected ')' before 'PRId64'
On the line:
snprintf(args, sizeof(args), "sample_rate=%d:sample_fmt=%s:channel_layout=0x%" PRIx64, data.iccx[i]->sample_rate, av_get_sample_fmt_name(data.iccx[i]->sample_fmt), data.iccx[i]->channel_layout); The space is before the PRIx64 . Included support for 小++11 .