Title: [196974] trunk/Tools
Revision
196974
Author
[email protected]
Date
2016-02-23 04:22:39 -0800 (Tue, 23 Feb 2016)

Log Message

[GTK] Missing configuration patch for openh264 compilation
https://bugs.webkit.org/show_bug.cgi?id=154455

This patch is required for the openh264 compilation with the
jhbuild-webrtc.modules. The code was implemented by Alessandro
Decina.

Patch by Alejandro G. Castro <[email protected]> on 2016-02-23
Reviewed by Philippe Normand.

* gtk/patches/openh264-configure.patch: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/Tools/ChangeLog (196973 => 196974)


--- trunk/Tools/ChangeLog	2016-02-23 09:39:30 UTC (rev 196973)
+++ trunk/Tools/ChangeLog	2016-02-23 12:22:39 UTC (rev 196974)
@@ -1,3 +1,16 @@
+2016-02-23  Alejandro G. Castro  <[email protected]>
+
+        [GTK] Missing configuration patch for openh264 compilation
+        https://bugs.webkit.org/show_bug.cgi?id=154455
+
+        This patch is required for the openh264 compilation with the
+        jhbuild-webrtc.modules. The code was implemented by Alessandro
+        Decina.
+
+        Reviewed by Philippe Normand.
+
+        * gtk/patches/openh264-configure.patch: Added.
+
 2016-02-20  Olivier Blin  <[email protected]>
 
         [cmake] Use ICU include dirs in WebKit2 and WebKitTestRunner

Added: trunk/Tools/gtk/patches/openh264-configure.patch (0 => 196974)


--- trunk/Tools/gtk/patches/openh264-configure.patch	                        (rev 0)
+++ trunk/Tools/gtk/patches/openh264-configure.patch	2016-02-23 12:22:39 UTC (rev 196974)
@@ -0,0 +1,12 @@
+--- /dev/null	2015-06-05 15:20:34.000000000 +1000
++++ pseudo-configure	2015-06-05 15:20:37.000000000 +1000
+@@ -0,0 +1,8 @@
++#!/bin/sh
++
++X=Makefile
++sed -e "s:^PREFIX=.*:PREFIX=$JHBUILD_PREFIX:" ${X} > ${X}.tmp && mv ${X}.tmp ${X}
++sed -e "s:^SHAREDLIB_DIR=.*:SHAREDLIB_DIR=$CMAKE_LIBRARY_PATH:" ${X} > ${X}.tmp && mv ${X}.tmp ${X}
++
++X=build/x86-common.mk
++sed -e "s:^ASM =.*:ASM = yasm:" $X > ${X}.tmp && mv ${X}.tmp $X
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to