linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] How to Enable AMR-WB,AMR-NB


From: Dragos Oancea
Subject: Re: [Linphone-developers] How to Enable AMR-WB,AMR-NB
Date: Thu, 28 Jul 2016 10:26:51 +0000 (UTC)

Hello,

I changed prepare.py  :

 if args.all_codecs:
         additional_args += ["-DENABLE_NON_FREE_CODECS=YES",
                             "-DENABLE_AMRNB=YES",
                             "-DENABLE_AMRWB=YES",
                             "-DENABLE_G729=NO",
                             "-DENABLE_H263=NO",
                             "-DENABLE_H263P=NO",
                             "-DENABLE_ILBC=YES",
                             "-DENABLE_ISAC=YES",
                             "-DENABLE_MPEG4=NO",
                             "-DENABLE_OPENH264=NO",
                             "-DENABLE_SILK=YES"]

But you can probably pass  -DENABLE_AMRNB=YES and -DENABLE_AMRWB=YES from command line .

Cheers,
Dragos


From: Mounika A <address@hidden>
To: address@hidden
Sent: Thursday, July 28, 2016 11:59 AM
Subject: [Linphone-developers] How to Enable AMR-WB,AMR-NB

Hi all,

How to enable AMR-WB,AMR-NB while making the code on mac.I tired like below but it still in Disabled features.

./prepare.py -DENABLE_NON_FREE_CODECS=ON -DENABLE_OPENCORE-AMRWB=ON -DENABLE_OPENCORE-AMRNB=ON && make

I would appreciate your help.

Thanks,
Mounika.A

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]