a) sflphone is amazing, Nice UI, small, unobtrusive and supports IAX2,
well done and thank you
b) Had a small compile problem on Debian.:
I don't know anything about v4l, but this seems to have allowed it to compile.
--- Begin Diff
diff --git a/daemon/src/video/video_v4l2.cpp b/daemon/src/video/video_v4l2.cpp
index 56fe1db..7d09392 100644
--- a/daemon/src/video/video_v4l2.cpp
+++ b/daemon/src/video/video_v4l2.cpp
@@ -241,7 +241,7 @@ VideoV4l2Channel::getSizes(int fd, unsigned int pixelformat)
}
}
- v4l2_format fmt = {0};
+ v4l2_format fmt = {(v4l2_buf_type)0};
fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
if (ioctl(fd, VIDIOC_G_FMT, &fmt) < 0)
throw std::runtime_error("Could not get format");
---- End Diff
Cheers,
Andrew
_______________________________________________
SFLphone mailing list
[email protected]
http://lists.savoirfairelinux.net/mailman/listinfo/sflphone