diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2015-06-18 19:50:53 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2015-06-18 19:50:53 +0000 |
commit | a4c17142e1b419f0b80d91c0e532187657084f19 (patch) | |
tree | 1ea41ce69c245bbeb027bd2e25efae45e11fa3d9 /net-im/qTox/files/patch-src_platform_camera_v4l2.cpp | |
parent | 7de8786295544c8b9ff8871e6806f86bc7bfa3f7 (diff) | |
download | ports-a4c17142e1b419f0b80d91c0e532187657084f19.tar.gz ports-a4c17142e1b419f0b80d91c0e532187657084f19.zip |
Upgrade Tox, libfilteraudio, toxic, qTox and uTox to a recent snapshot.
PR: ports/200865
Submitted by: yuri (at) rawbw.com (qTox maintainer) + patches from other maintainers
Approved by: maintainers
Notes
Notes:
svn path=/head/; revision=390058
Diffstat (limited to 'net-im/qTox/files/patch-src_platform_camera_v4l2.cpp')
-rw-r--r-- | net-im/qTox/files/patch-src_platform_camera_v4l2.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/qTox/files/patch-src_platform_camera_v4l2.cpp b/net-im/qTox/files/patch-src_platform_camera_v4l2.cpp new file mode 100644 index 000000000000..8d94e9c04ff4 --- /dev/null +++ b/net-im/qTox/files/patch-src_platform_camera_v4l2.cpp @@ -0,0 +1,10 @@ +--- src/platform/camera/v4l2.cpp.orig 2015-06-15 03:25:21 UTC ++++ src/platform/camera/v4l2.cpp +@@ -26,6 +26,7 @@ + #include <fcntl.h> + #include <sys/ioctl.h> + #include <linux/videodev2.h> ++#include <errno.h> + + /** + * Most of this file is adapted from libavdevice's v4l2.c, |