mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
make libv4l2 optionnal
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@774 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
2c333ffedb
commit
2c73365730
1 changed files with 2 additions and 2 deletions
|
|
@ -547,11 +547,11 @@ AM_CONDITIONAL(BUILD_V4L, test x$found_v4l = xyes )
|
|||
|
||||
PKG_CHECK_MODULES(LIBV4L2, libv4l2,
|
||||
[AC_DEFINE(HAVE_LIBV4L2,1,[Defined if we have libv4l2])]
|
||||
,
|
||||
,[echo "No libv4l2 found."]
|
||||
)
|
||||
PKG_CHECK_MODULES(LIBV4L1, libv4l1,
|
||||
[AC_DEFINE(HAVE_LIBV4L1,1,[Defined if we have libv4l1])]
|
||||
,
|
||||
,[echo "No libv4l1 found."]
|
||||
)
|
||||
|
||||
dnl ##################################################
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue