Audacity can sometimes be coaxed into using newer versions of
ffmpeg by configuring Audacity with the --disable-dynamic-loading option.
Code: Select all
../configure --disable-dynamic-loading
(The two dots at the start assume that you are building into a sub-directory of the source code)