summaryrefslogtreecommitdiff
path: root/waterfox/waterfox-webrtc-gtest-libv4l2.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-01-15 11:59:22 -0500
committerB Stack <bgstack15@gmail.com>2019-01-15 11:59:22 -0500
commit93ec193d01debd136ee7bc0563f77afe3ed22d4e (patch)
treef6be51ea7be86ec05f9ea5bbd5ee212a9b0e36c2 /waterfox/waterfox-webrtc-gtest-libv4l2.patch
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-93ec193d01debd136ee7bc0563f77afe3ed22d4e.tar.gz
stackrpms-93ec193d01debd136ee7bc0563f77afe3ed22d4e.tar.bz2
stackrpms-93ec193d01debd136ee7bc0563f77afe3ed22d4e.zip
waterfox ingest PGO fixes from chinfo
Diffstat (limited to 'waterfox/waterfox-webrtc-gtest-libv4l2.patch')
-rw-r--r--waterfox/waterfox-webrtc-gtest-libv4l2.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/waterfox/waterfox-webrtc-gtest-libv4l2.patch b/waterfox/waterfox-webrtc-gtest-libv4l2.patch
new file mode 100644
index 0000000..fb09b9d
--- /dev/null
+++ b/waterfox/waterfox-webrtc-gtest-libv4l2.patch
@@ -0,0 +1,12 @@
+diff -up Waterfox-ff4597172229f8d71940c3885b74b903b7b1821a/media/webrtc/trunk/gtest/moz.build.l4vl2 Waterfox-ff4597172229f8d71940c3885b74b903b7b1821a/media/webrtc/trunk/gtest/moz.build
+--- Waterfox-ff4597172229f8d71940c3885b74b903b7b1821a/media/webrtc/trunk/gtest/moz.build.l4vl2 2018-12-17 10:39:21.000000000 -0200
++++ Waterfox-ff4597172229f8d71940c3885b74b903b7b1821a/media/webrtc/trunk/gtest/moz.build 2019-01-08 17:34:47.260911090 -0200
+@@ -48,6 +48,8 @@ if CONFIG['MOZ_SYSTEM_JPEG']:
+ else:
+ USE_LIBS += ['media_libjpeg']
+
++OS_LIBS += CONFIG['MOZ_LIBV4L2_LIBS']
++
+ if CONFIG['MOZ_SYSTEM_LIBVPX']:
+ OS_LIBS += CONFIG['MOZ_LIBVPX_LIBS']
+ else:
bgstack15