Title: [201169] trunk/Tools
Revision
201169
Author
[email protected]
Date
2016-05-19 10:11:12 -0700 (Thu, 19 May 2016)

Log Message

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

Reviewed by Antonio Gomes.

* efl/patches/gst-libav.patch:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (201168 => 201169)


--- trunk/Tools/ChangeLog	2016-05-19 16:48:31 UTC (rev 201168)
+++ trunk/Tools/ChangeLog	2016-05-19 17:11:12 UTC (rev 201169)
@@ -1,3 +1,12 @@
+2016-05-19  Csaba Osztrogonác  <[email protected]>
+
+        [EFL] Fix the gst-libav build on ARM Thumb2 after r199649
+        https://bugs.webkit.org/show_bug.cgi?id=157893
+
+        Reviewed by Antonio Gomes.
+
+        * efl/patches/gst-libav.patch:
+
 2016-05-19  Jer Noble  <[email protected]>
 
         REGRESSION(r200951): VideoControlsManager API tests time out

Modified: trunk/Tools/efl/patches/gst-libav.patch (201168 => 201169)


--- trunk/Tools/efl/patches/gst-libav.patch	2016-05-19 16:48:31 UTC (rev 201168)
+++ trunk/Tools/efl/patches/gst-libav.patch	2016-05-19 17:11:12 UTC (rev 201169)
@@ -7,3 +7,14 @@
 +        it              ne
          bne             1b
          bx              lr
+
+--- a/gst-libs/ext/libav/libswresample/arm/audio_convert_neon.S
++++ b/gst-libs/ext/libav/libswresample/arm/audio_convert_neon.S
+@@ -134,6 +134,7 @@ function swri_oldapi_conv_fltp_to_s16_nch_neon, export=1
+         itt             lt
+         ldrlt           r1,  [r1]
+         blt             X(swri_oldapi_conv_flt_to_s16_neon)
++        it              eq
+         beq             X(swri_oldapi_conv_fltp_to_s16_2ch_neon)
+ 
+         push            {r4-r8, lr}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to