Title: [234150] trunk/Tools
Revision
234150
Author
[email protected]
Date
2018-07-24 09:43:30 -0700 (Tue, 24 Jul 2018)

Log Message

[Flatpak] Add openh264 as needed by WebRTC
https://bugs.webkit.org/show_bug.cgi?id=187956

Patch by Thibault Saunier <[email protected]> on 2018-07-24
Reviewed by Philippe Normand.

* flatpak/org.webkit.WebKit.yaml:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (234149 => 234150)


--- trunk/Tools/ChangeLog	2018-07-24 16:29:03 UTC (rev 234149)
+++ trunk/Tools/ChangeLog	2018-07-24 16:43:30 UTC (rev 234150)
@@ -1,3 +1,12 @@
+2018-07-24  Thibault Saunier  <[email protected]>
+
+        [Flatpak] Add openh264 as needed by WebRTC
+        https://bugs.webkit.org/show_bug.cgi?id=187956
+
+        Reviewed by Philippe Normand.
+
+        * flatpak/org.webkit.WebKit.yaml:
+
 2018-07-24  Ross Kirsling  <[email protected]>
 
         WebCore::URL::hostIsIPAddress needs a Windows implementation

Modified: trunk/Tools/flatpak/org.webkit.WebKit.yaml (234149 => 234150)


--- trunk/Tools/flatpak/org.webkit.WebKit.yaml	2018-07-24 16:29:03 UTC (rev 234149)
+++ trunk/Tools/flatpak/org.webkit.WebKit.yaml	2018-07-24 16:43:30 UTC (rev 234150)
@@ -128,6 +128,12 @@
       - --enable-vp9-temporal-denoising
       - --enable-vp9-postproc
       - --enable-shared
+  - name: libopenh264
+    buildsystem: meson
+    sources:
+      - type: git
+        url: https://github.com/cisco/openh264.git
+        branch: a1b3f07c5271f312997fcc3451237031444c4475 # 1.8.0 + fix for gcc 8
   - name: gstreamer
     buildsystem: meson
     sources:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to