mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-20 18:18:24 +00:00
fix IOS camera localized name issue
Conflicts: Classes/LinphoneUI/LinphoneManager.m
This commit is contained in:
parent
52a2f5bade
commit
6eb424a5df
2 changed files with 3 additions and 3 deletions
|
|
@ -47,8 +47,8 @@ extern void libmsamr_init();
|
||||||
#ifdef HAVE_X264
|
#ifdef HAVE_X264
|
||||||
extern void libmsx264_init();
|
extern void libmsx264_init();
|
||||||
#endif
|
#endif
|
||||||
#define FRONT_CAM_NAME "AV Capture: Front Camera"
|
#define FRONT_CAM_NAME "AV Capture: com.apple.avfoundation.avcapturedevice.built-in_video:1" /*"AV Capture: Front Camera"*/
|
||||||
#define BACK_CAM_NAME "AV Capture: Back Camera"
|
#define BACK_CAM_NAME "AV Capture: com.apple.avfoundation.avcapturedevice.built-in_video:0" /*"AV Capture: Back Camera"*/
|
||||||
|
|
||||||
#if defined (HAVE_SILK)
|
#if defined (HAVE_SILK)
|
||||||
extern void libmssilk_init();
|
extern void libmssilk_init();
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 14fc5446d03d5cf7a62e8884fa99fd7bbe175ecb
|
Subproject commit 9a0097a9748862b91448bb71c10c619e122e739a
|
||||||
Loading…
Add table
Reference in a new issue