From 93ec193d01debd136ee7bc0563f77afe3ed22d4e Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 15 Jan 2019 11:59:22 -0500 Subject: waterfox ingest PGO fixes from chinfo --- waterfox/waterfox-webrtc-gtest-libv4l2.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 waterfox/waterfox-webrtc-gtest-libv4l2.patch (limited to 'waterfox/waterfox-webrtc-gtest-libv4l2.patch') 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: -- cgit