mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 07:38:09 +00:00
Update filter to latest architecture (without V4L_STOP/V4L_START)
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@148 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
5aad08e70f
commit
798956ea2a
1 changed files with 6 additions and 0 deletions
|
|
@ -474,6 +474,9 @@ extern MSWebCamDesc v4l2_desc;
|
|||
#ifdef WIN32
|
||||
extern MSWebCamDesc ms_vfw_cam_desc;
|
||||
#endif
|
||||
#if defined(WIN32) && defined(HAVE_DIRECTSHOW)
|
||||
extern MSWebCamDesc ms_directx_cam_desc;
|
||||
#endif
|
||||
|
||||
extern MSWebCamDesc static_image_desc;
|
||||
extern MSWebCamDesc mire_desc;
|
||||
|
|
@ -485,6 +488,9 @@ static MSWebCamDesc * ms_web_cam_descs[]={
|
|||
#ifdef __linux
|
||||
&v4l_desc,
|
||||
#endif
|
||||
#if defined(WIN32) && defined(HAVE_DIRECTSHOW)
|
||||
&ms_directx_cam_desc,
|
||||
#endif
|
||||
#if defined(WIN32) && !defined(HAVE_DIRECTSHOW)
|
||||
&ms_vfw_cam_desc,
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue