mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 16:49:20 +00:00
links to libv4l when possible
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@521 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
899d11b583
commit
0a05634842
2 changed files with 5 additions and 2 deletions
|
|
@ -501,7 +501,8 @@ fi
|
|||
|
||||
AM_CONDITIONAL(BUILD_V4L, test x$found_v4l = xyes )
|
||||
|
||||
|
||||
PKG_CHECK_MODULES(LIBV4L2, libv4l2,[echo "libv4l2 found"],[echo "libv4l2 not found])
|
||||
PKG_CHECK_MODULES(LIBV4L1, libv4l1,[echo "libv4l1 found"],[echo "libv4l1 not found])
|
||||
|
||||
dnl ##################################################
|
||||
dnl # Check for doxygen
|
||||
|
|
|
|||
|
|
@ -132,7 +132,9 @@ libmediastreamer_la_LIBADD= $(ORTP_LIBS) \
|
|||
$(ALSA_LIBS) \
|
||||
$(ARTS_LIBS) \
|
||||
$(SPEEX_LIBS) \
|
||||
$(GSM_LIBS)
|
||||
$(GSM_LIBS) \
|
||||
$(LIBV4L1_LIBS) \
|
||||
$(LIBV4L2_LIBS)
|
||||
if !BUILD_WIN32
|
||||
libmediastreamer_la_LDFLAGS=-rdynamic
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue