Hi,<br><br>I am trying to following the following steps in compiling VLC with AMR support.<br><br><a href="http://wiki.videolan.org/Win32CompileCygwin#FFmpeg_with_AMR_support_.28optional.29">http://wiki.videolan.org/Win32CompileCygwin#FFmpeg_with_AMR_support_.28optional.29
</a><br><br>I have compiled and install AMR-nb, AMR-wb libraries.<br><br># pwd<br>/usr/local/lib<br>root@scheung-laptop:/usr/local/lib# ls -la libamr*.so<br>lrwxrwxrwx 1 root root 17 2007-07-25 13:37 libamrnb.so -> libamrnb.so.2.0.0
<br>lrwxrwxrwx 1 root root 17 2007-07-25 14:35 libamrwb.so -> libamrwb.so.2.0.0<br><br>And I compile extra/ffmpeg with <br>./configure --enable-gpl --enable-pp --enable-pthreads --enable-libmp3lame --enable-libfaac --enable-libamr-nb --enable-libamr-wb
<br><br>And then recompile vlc with this:<br><br> ./configure --enable-x11 --enable-xvideo --disable-gtk --enable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac  --enable-mad --enable-libdvbpsi --enable-a52 --enable-libmpeg2 --enable-dvdnav --enable-faad --enable-vorbis --enable-ogg --enable-theora --enable-faac --enable-mkv --enable-freetype --enable-fribidi --enable-speex --enable-flac --enable-caca --enable-skins --enable-skins2  --enable-alsa --disable-kde --enable-qt --enable-wxwindows --enable-ncurses --enable-release --with-ffmpeg-tree=./extras/ffmpeg  --prefix=/home/scheung/vlc-bin
<br><br>But when I run it, just viewing a simple flv file (vlc ~/test.flv):<br>I get this error:<br><br>cannot load module `/home/scheung/vlc-bin/lib/vlc/codec/libffmpeg_plugin.so' (/home/scheung/vlc-bin/lib/vlc/codec/libffmpeg_plugin.so: undefined symbol: E_IF_exit)
<br><br>Can you please tell me what steps am i missing?  <br>Thank you.<br><br><br><br><br><br><br>