linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] linphonecore crash /w video disabled on master


From: Eli Burke
Subject: [Linphone-developers] linphonecore crash /w video disabled on master
Date: Mon, 8 Feb 2016 19:09:16 -0500

I compiled liblinphone from master today and ran into a bug /w video disabled 
(./prepare.py -DENABLE_VIDEO=OFF)

The call stack when launching our app goes like this:
linphone_core_init()
linphone_core_start()
video_config_read()
build_video_devices_table()
CRASH— ms_web_cam_manager_get_list() de-references factory->wbcmanager->cams, 
but webcmanager is NULL.

 I fixed it in linphone_core_start() by wrapping the call to 
video_config_read() in #ifdef VIDEO_ENABLED

Also, a build question: In linphone-iphone I used to be able to rebuild 
liblinphone with "make clean-liblinphone; make build-liblinphone”.
Now with the Makefile created by prepare.py, “make sdk” does not rebuild 
changed code. Is there a faster way than re-running ./prepare.py  ?

Thanks,
Eli


Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


reply via email to

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