FreeBSD Bugzilla – Attachment 148067 Details for
Bug 194186
[arm] multimedia/gstreamer-ffmpeg generates unsupported ASM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
replace movw instruction in ac3dsp_armv6.S
patch-gst-libs__ext__libav__libavcodec__arm__ac3dsp_armv6.S (text/plain), 525 bytes, created by
Mikael Urankar
on 2014-10-07 15:25:22 UTC
(
hide
)
Description:
replace movw instruction in ac3dsp_armv6.S
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2014-10-07 15:25:22 UTC
Size:
525 bytes
patch
obsolete
>--- gst-libs/ext/libav/libavcodec/arm/ac3dsp_armv6.S.orig 2014-10-07 13:21:31 UTC >+++ gst-libs/ext/libav/libavcodec/arm/ac3dsp_armv6.S >@@ -37,7 +37,7 @@ > ldrb r10, [r4], #1 > 1: > ldrsh r9, [r0], #2 @ mask[band] >- movw r8, #0x1fe0 >+ ldr r8, =0x1fe0 > sub r9, r9, r12 @ - snr_offset > mov r11, r10 > ldrb r10, [r4], #1 @ band_start_tab[band++]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194186
:
148067
|
149964
|
149965