Title: [237824] trunk/Tools
- Revision
- 237824
- Author
- [email protected]
- Date
- 2018-11-05 11:38:57 -0800 (Mon, 05 Nov 2018)
Log Message
[Flatpak] Build libx264 as it is the h264 encoder we support in WebRTC
https://bugs.webkit.org/show_bug.cgi?id=190680
Patch by Thibault Saunier <[email protected]> on 2018-11-05
Reviewed by Philippe Normand.
* flatpak/org.webkit.WebKit.yaml:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (237823 => 237824)
--- trunk/Tools/ChangeLog 2018-11-05 19:35:51 UTC (rev 237823)
+++ trunk/Tools/ChangeLog 2018-11-05 19:38:57 UTC (rev 237824)
@@ -1,3 +1,12 @@
+2018-11-05 Thibault Saunier <[email protected]>
+
+ [Flatpak] Build libx264 as it is the h264 encoder we support in WebRTC
+ https://bugs.webkit.org/show_bug.cgi?id=190680
+
+ Reviewed by Philippe Normand.
+
+ * flatpak/org.webkit.WebKit.yaml:
+
2018-11-05 Daniel Bates <[email protected]>
[lldb-webkit] Fix formatting nits in Document and Frame summary strings
Modified: trunk/Tools/flatpak/org.webkit.WebKit.yaml (237823 => 237824)
--- trunk/Tools/flatpak/org.webkit.WebKit.yaml 2018-11-05 19:35:51 UTC (rev 237823)
+++ trunk/Tools/flatpak/org.webkit.WebKit.yaml 2018-11-05 19:38:57 UTC (rev 237824)
@@ -173,6 +173,17 @@
path: ../gstreamer/patches/gst-plugins-good-0003-qtdemux-Clarify-field-name-about-stream-encryption-s.patch
config-opts:
- -Ddisable_gtkdoc=true
+ - name: x264
+ config-opts:
+ - "--enable-shared"
+ - "--enable-static"
+ - "--enable-pic"
+ - "--disable-lavf"
+ sources:
+ - type: archive
+ url: http://download.videolan.org/pub/x264/snapshots/x264-snapshot-20140212-2245-stable.tar.bz2
+ sha256: 5d98e9e4faf6dd55e7193ed379aff477b8acbda6777758956ef7e5f05067be18
+
- name: gst-plugins-ugly
buildsystem: meson
sources:
@@ -181,6 +192,7 @@
branch: 1.14.1
config-opts:
- -Ddisable_gtkdoc=true
+
- name: gst-plugins-bad
buildsystem: meson
sources:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes