[MPlayer-users] Re: amrnb and amrwb?
John Brown
johnbrown105 at hotmail.com
Sat Apr 14 18:55:25 CEST 2007
Masaru Nomiya <nomiya <at> galaxy.dti.ne.jp> writes:
>
> Hello,
>
> Thanks for your reply.
> Your mail is hard to read.
> That is your mailer treat all the sentences as 1 line.
>
I realize that. This is because I just switched from Hotmail to the new Windows
Live Hotmail. I tried to send it again using gmane, but I did not see the post.
Anyway, I will try again.
Anyway, it seems that in the latest svn, the amr.c file has changed, and it now
contains:
#include <amrnb/interf_dec.h>
#include <amrnb/interf_enc.h>
and
#include <amrwb/enc_if.h>
#include <amrwb/dec_if.h>
#include <amrwb/if_rom.h>
However, the configure script still looks for the AMR codecs in amr_float and
amrwb_float. So you can:
a) Edit amr.c so that uses amr_float and amrwb_float, and name the directories
as amr_float, or
b) Edit the configure script so that it uses amrwb and amrnb, and name the
directories as amrwb and amrwb.
I just tried to compile, but it failed for another reason.
More information about the MPlayer-users
mailing list