Hi,<br><br>FFMpeg now uses external libamrnb and libamrwb libraries. Attached patch adds support to static library.<br><br>--- vlc-0.8.6.a.debian/configure.ac.orig 2007-04-15 07:54:36.000000000 -0700<br>+++ vlc-0.8.6.a.debian
/configure.ac 2007-04-15 07:57:02.000000000 -0700<br>@@ -2625,6 +2625,12 @@<br> if fgrep -s "CONFIG_XVID=yes" "${real_ffmpeg_tree}/config.mak"; then<br> VLC_ADD_LDFLAGS([ffmpeg],[-lxvidcore])
<br> fi<br>+ if fgrep -s "CONFIG_AMR=yes" "${real_ffmpeg_tree}/config.mak"; then<br>+ VLC_ADD_LDFLAGS([ffmpeg],[-lamrnb])<br>+ fi<br>+ if fgrep -s "CONFIG_AMR_WB=yes" "${real_ffmpeg_tree}/config.mak"; then
<br>+ VLC_ADD_LDFLAGS([ffmpeg],[-lamrwb])<br>+ fi<br><br> VLC_ADD_BUILTINS([ffmpeg])<br> if test "${enable_sout}" != "no"; then<br>