<div dir="ltr"><div>When I finish <code>./configure</code> and run <code>make</code>, I get the following errors:<br><br>    /usr/local/lib/libavcodec.a(opusdec.o): In function `opus_decode_subpacket':<br>    /root/ffmpeg-2.5.4/libavcodec/opusdec.c:376: undefined reference to `swr_is_initialized'<br>    /usr/local/lib/libavcodec.a(opusdec.o): In function `opus_decode_frame':<br>    /root/ffmpeg-2.5.4/libavcodec/opusdec.c:222: undefined reference to `swr_is_initialized'<br>    /usr/local/lib/libavcodec.a(opusdec.o): In function `opus_init_resample':<br>    /root/ffmpeg-2.5.4/libavcodec/opusdec.c:163: undefined reference to `swr_init'<br>    /root/ffmpeg-2.5.4/libavcodec/opusdec.c:169: undefined reference to `swr_convert'<br>    /usr/local/lib/libavcodec.a(opusdec.o): In function `opus_decode_frame':<br>    /root/ffmpeg-2.5.4/libavcodec/opusdec.c:236: undefined reference to `swr_convert'<br>    /usr/local/lib/libavcodec.a(opusdec.o): In function `opus_flush_resample':<br>    /root/ffmpeg-2.5.4/libavcodec/opusdec.c:117: undefined reference to `swr_convert'<br>    /usr/local/lib/libavcodec.a(opusdec.o): In function `opus_decode_subpacket':<br>    /root/ffmpeg-2.5.4/libavcodec/opusdec.c:408: undefined reference to `swr_close'<br>    /usr/local/lib/libavcodec.a(opusdec.o): In function `opus_decode_flush':<br>    /root/ffmpeg-2.5.4/libavcodec/opusdec.c:563: undefined reference to `swr_close'<br>    /usr/local/lib/libavcodec.a(opusdec.o): In function `opus_decode_close':<br>    /root/ffmpeg-2.5.4/libavcodec/opusdec.c:585: undefined reference to `swr_free'<br>    /usr/local/lib/libavcodec.a(opusdec.o): In function `opus_decode_init':<br>    /root/ffmpeg-2.5.4/libavcodec/opusdec.c:638: undefined reference to `swr_alloc'<br>    /usr/local/lib/libavcodec.a(tiff.o): In function `tiff_uncompress_lzma':<br>    /root/ffmpeg-2.5.4/libavcodec/tiff.c:396: undefined reference to `lzma_stream_decoder'<br>    /root/ffmpeg-2.5.4/libavcodec/tiff.c:401: undefined reference to `lzma_code'<br>    /root/ffmpeg-2.5.4/libavcodec/tiff.c:402: undefined reference to `lzma_end'<br>    collect2: error: ld returned 1 exit status<br><br></div>Need for help!<br></div>