I need to play 3gp files with amr audio with VLC.
I first compiled ffmpeg with amr codec :
Code: Select all
libopencore_amrnb
Code: Select all
libopencore_amrwb
Now, I want to compile VLC 1.0.5 with amr support but when I do a
Code: Select all
./configure --help
I tried to compile anyway with the options found on this page : http://wiki.videolan.org/UnixCompile but when I run my freshly compiled vlc and open an amr/3gpp file I get the following error :
I think that vlc is not using my custom ffmpeg (which is the default one on my system.No suitable decoder module:
VLC does not support the audio or video format "samr". Unfortunately there is no way for you to fix this.
I am using Ubuntu Karmic Koala
I'm stuck.
Any idea ?
Thanks
Christophe