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.


_______________________________________________
Linphone-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/linphone-users

Reply via email to