aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xulrunner/fix-media-webrtc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xulrunner/fix-media-webrtc.patch')
-rw-r--r--testing/xulrunner/fix-media-webrtc.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/xulrunner/fix-media-webrtc.patch b/testing/xulrunner/fix-media-webrtc.patch
new file mode 100644
index 0000000000..a173d795dd
--- /dev/null
+++ b/testing/xulrunner/fix-media-webrtc.patch
@@ -0,0 +1,14 @@
+https://bugzilla.mozilla.org/show_bug.cgi?id=1010194
+
+diff -ru mozilla-release/media.orig/webrtc/signaling/src/sipcc/cpr/include/cpr_threads.h mozilla-release/media/webrtc/signaling/src/sipcc/cpr/include/cpr_threads.h
+--- mozilla-release/media.orig/webrtc/signaling/src/sipcc/cpr/include/cpr_threads.h 2014-05-07 01:56:10.000000000 -0300
++++ mozilla-release/media/webrtc/signaling/src/sipcc/cpr/include/cpr_threads.h 2014-05-14 14:56:45.938648384 -0300
+@@ -30,7 +30,7 @@
+ uint32_t threadId;
+ union {
+ void *handlePtr;
+- uint64_t handleInt;
++ unsigned long handleInt;
+ } u;
+ } cpr_thread_t;
+