I get this error while installing linphone 3.5.2
Missing libv4l2. It is highly recommended to build with
libv4l2 headers and library. Many camera will won't work or will crash
your application if libv4l2 is not installed.
If you know what you are doing, you can use --disable-libv4l2 to disable
this check.
configure: error: ./configure failed for mediastreamer2
Solution :
sudo apt-get install libv4l-dev
thanks :p
ReplyDeleteit helped...