diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-03-08 21:02:51 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-03-08 21:02:51 +0000 |
commit | 4140990e9859c2a70258b77623aa0b0791f8b3f2 (patch) | |
tree | 3b9f109c523c491abef4cef0b4557f01f922ced3 /mail | |
parent | 638ddd4060c976ad3f93904e470b9775affce3d6 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/files/patch-bug826985 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-bug826985 b/mail/thunderbird/files/patch-bug826985 index 66399a394266..e835451598aa 100644 --- a/mail/thunderbird/files/patch-bug826985 +++ b/mail/thunderbird/files/patch-bug826985 @@ -4,6 +4,7 @@ Date: Fri Jan 4 13:49:22 2013 +0100 Bug 826985 - Support more video formats for WebRTC via libv4l2 on Linux. --- + config/system-headers | 1 + configure.in | 7 +++++++ media/webrtc/signaling/test/Makefile.in | 1 + .../modules/video_capture/linux/device_info_linux.cc | 17 +++++++++++++++++ @@ -12,6 +13,18 @@ Date: Fri Jan 4 13:49:22 2013 +0100 toolkit/library/Makefile.in | 1 + 6 files changed, 52 insertions(+), 1 deletion(-) +diff --git config/system-headers config/system-headers +index 55e4cd1..76567b3 100644 +--- mozilla/config/system-headers ++++ mozilla/config/system-headers +@@ -635,6 +635,7 @@ libgnomevfs/gnome-vfs-mime-handlers.h + libgnomevfs/gnome-vfs-mime-utils.h + libgnomevfs/gnome-vfs-ops.h + libgnomevfs/gnome-vfs-standard-callbacks.h ++libv4l2.h + lib$routines.h + limits + limits.h diff --git configure.in configure.in index 55e4cd1..76567b3 100644 --- mozilla/configure.in |