linphone-users
[Top][All Lists]
Advanced

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

Re: [Linphone-users] Making calls with high resolution


From: D . Sonin
Subject: Re: [Linphone-users] Making calls with high resolution
Date: Thu, 4 Oct 2012 18:57:46 +0400
User-agent: SquirrelMail/1.4.22

Thanks for advice, Andrew Brager!
   >> If you look through the code you might find other instances of
#ifdef ENABLE_HD...
I have checked all the source code files. This directive is only one place
in the code.

$ wget
http://download-mirror.savannah.gnu.org/releases/linphone/3.5.x/sources/linphone-3.5.2.tar.gz
2012-10-04 18:45:52 (152 KB/s) - «linphone-3.5.2.tar.gz» saved
[8338517/8338517]
$ tar -zxf linphone-3.5.2.tar.gz
$ find linphone-3.5.2/ -type f -exec grep "ENABLE_HD" {} \; -print
#ifdef ENABLE_HD
linphone-3.5.2/coreapi/linphonecore.c
$

This piece of code looks like this:
   #ifdef ENABLE_HD
        {{MS_VIDEO_SIZE_1080P_W,MS_VIDEO_SIZE_1080P_H},"1080p"},
        {{MS_VIDEO_SIZE_720P_W,MS_VIDEO_SIZE_720P_H},"1080p"},
   #endif
That is all.

Unfortunately my problem is not in the mishandling with preprocessor
directives.




reply via email to

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