Comment 22 for bug 1076928

Revision history for this message
In , Gale (gale) wrote :

Created an attachment (id=492)
make log Ubuntu 13.10 with --disable-dynamic-loading

(In reply to comment #2)
@Benjamin, Audacity compiles for me at r13196 against self-compiled FFmpeg
2.2.2 on Ubuntu 14.04 with --disable-dynamic-loading. --disable-dynamic-loading
still fails to compile on Ubuntu 13.10 against self-compiled FFmpeg 2.2.2 (even
on fresh Audacity checkout). I attach the make log, but it shows similar
"undefined reference to `av_codec_is_encoder'" errors as before.

However there is a problem running my self-compiled FFmpeg standalone at the
command-line on 13.10 (I can use FFmpeg in Audacity GUI if I perform default
./configure of Audacity). Running ffmpeg shows this terminal error:

relocation error: /usr/local/lib/libavfilter.so.4: symbol
sws_isSupportedEndiannessConversion, version LIBSWSCALE_2 not defined in file
libswcale.so.2 with link time preference.

Please advise if you think this error is causing Audacity not to compile with
--disable-dynamic-loading.