Title: [174005] trunk/Tools
Revision
174005
Author
[email protected]
Date
2014-09-26 06:14:12 -0700 (Fri, 26 Sep 2014)

Log Message

[EFL] Fix the gst-libav build on ARM Thumb2
https://bugs.webkit.org/show_bug.cgi?id=137022

Reviewed by Zoltan Herczeg.

* efl/jhbuild.modules:
* efl/patches/gst-libav.patch: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/Tools/ChangeLog (174004 => 174005)


--- trunk/Tools/ChangeLog	2014-09-26 12:16:40 UTC (rev 174004)
+++ trunk/Tools/ChangeLog	2014-09-26 13:14:12 UTC (rev 174005)
@@ -1,3 +1,13 @@
+2014-09-26  Csaba Osztrogonác  <[email protected]>
+
+        [EFL] Fix the gst-libav build on ARM Thumb2
+        https://bugs.webkit.org/show_bug.cgi?id=137022
+
+        Reviewed by Zoltan Herczeg.
+
+        * efl/jhbuild.modules:
+        * efl/patches/gst-libav.patch: Added.
+
 2014-09-26  Akos Kiss  <[email protected]>
 
         [EFL] Bump up dependencies not to conflict with the GTK port.

Modified: trunk/Tools/efl/jhbuild.modules (174004 => 174005)


--- trunk/Tools/efl/jhbuild.modules	2014-09-26 12:16:40 UTC (rev 174004)
+++ trunk/Tools/efl/jhbuild.modules	2014-09-26 13:14:12 UTC (rev 174005)
@@ -262,7 +262,9 @@
     </dependencies>
     <branch repo="gstreamer"
             module="gst-libav/gst-libav-1.2.1.tar.xz" version="1.2.1"
-            hash="sha256:fd152b7aec56ae76ad58b9759913a8bfe1792bdf64f260d0acaba75b75076676"/>
+            hash="sha256:fd152b7aec56ae76ad58b9759913a8bfe1792bdf64f260d0acaba75b75076676">
+      <patch file="gst-libav.patch" strip="1"/>
+    </branch>
   </autotools> 
 
   <autotools id="libseccomp" autogen-sh="configure">

Added: trunk/Tools/efl/patches/gst-libav.patch (0 => 174005)


--- trunk/Tools/efl/patches/gst-libav.patch	                        (rev 0)
+++ trunk/Tools/efl/patches/gst-libav.patch	2014-09-26 13:14:12 UTC (rev 174005)
@@ -0,0 +1,10 @@
+--- a/gst-libs/ext/libav/libavcodec/arm/videodsp_armv5te.S
++++ b/gst-libs/ext/libav/libavcodec/arm/videodsp_armv5te.S
+@@ -26,6 +26,7 @@
+         subs            r2,  r2,  #1
+         pld             [r0]
+         add             r0,  r0,  r1
++        it              ne
+         bne             ff_prefetch_arm
+         bx              lr
+ endfunc
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to