[vlc-devel] Need help in compiling VLC with AMR support

Herman Schultz herman.schultz at gmail.com
Thu Jul 26 07:00:17 CEST 2007


Hi,

I am trying to following the following steps in compiling VLC with AMR
support.

http://wiki.videolan.org/Win32CompileCygwin#FFmpeg_with_AMR_support_.28optional.29

I have compiled and install AMR-nb, AMR-wb libraries.

# pwd
/usr/local/lib
root at scheung-laptop:/usr/local/lib# ls -la libamr*.so
lrwxrwxrwx 1 root root 17 2007-07-25 13:37 libamrnb.so -> libamrnb.so.2.0.0
lrwxrwxrwx 1 root root 17 2007-07-25 14:35 libamrwb.so -> libamrwb.so.2.0.0

And I compile extra/ffmpeg with
./configure --enable-gpl --enable-pp --enable-pthreads --enable-libmp3lame
--enable-libfaac --enable-libamr-nb --enable-libamr-wb

And then recompile vlc with this:

 ./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

But when I run it, just viewing a simple flv file (vlc ~/test.flv):
I get this error:

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)

Can you please tell me what steps am i missing?
Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20070726/297c151e/attachment.html>
-------------- next part --------------
_______________________________________________
vlc-devel mailing list
vlc-devel at videolan.org
http://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list