Okay, I have compile ffmpeg with amr enable, like this:
Code: Select all
./configure --enable-gpl --enable-pp --enable-pthreads --enable-libmp3lame --enable-libfaac --enable-libamr-nb --enable-libamr-wb
make
And then I 'make clean', and make again,
Code: Select all
./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
But when I use vlc to transcode, i get this vlc error:
Code: Select all
[[32;1m00000001[0m] main libvlc debug: [0mchecking builtin modules[0m
[[32;1m00000001[0m] main libvlc debug: [0mchecking plugin modules[0m
[[32;1m00000001[0m] main libvlc debug: [0mloading plugins cache file /home/qtss/.vlc/cache/plugins-04041e.dat[0m
[[32;1m00000001[0m] main libvlc warning: [33;1mcould not open plugins cache file /home/qtss/.vlc/cache/plugins-04041e.dat for reading[0m
[[32;1m00000001[0m] main libvlc debug: [0mrecursively browsing `modules'[0m
[[32;1m00000001[0m] main libvlc debug: [0mrecursively browsing `/home/yinglcs/vlc-bin/lib/vlc'[0m
0 1 0 0 0 0 0B 0 2007-07-24 22:11:02
[[32;1m00000001[0m] main libvlc warning: [33;1mcannot load module `/home/yinglcs/vlc-bin/lib/vlc/codec/libffmpeg_plugin.so' (/home/yinglcs/vlc-bin/lib/vlc/codec/libffmpeg_plugin.so: undefined symbol: E_IF_exit)[0m
[[32;1m00000001[0m] main libvlc debug: [0mrecursively browsing `plugins'[0m
[[32;1m00000001[0m] main libvlc debug: [0mmodule bank initialized, found 227 modules[0m
Can you please tell me why i am getting this error:
[[32;1m00000001[0m] main libvlc warning: [33;1mcannot load module `/home/yinglcs/vlc-bin/lib/vlc/codec/libffmpeg_plugin.so' (/home/yinglcs/vlc-bin/lib/vlc/codec/libffmpeg_plugin.so: undefined symbol: E_IF_exit)[0m
Thanks in advance for any help.