Mageia Bugzilla – Attachment 12509 Details for
Bug 28504
mplayer can't read video files with dav1d codec; this bugs contains the fix.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
to build on arm
60_arm-private-symbols.patch (text/plain), 1.46 KB, created by
Philippe Didier
on 2021-03-25 01:43:07 CET
(
hide
)
Description:
to build on arm
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2021-03-25 01:43:07 CET
Size:
1.46 KB
patch
obsolete
>Set visibility of global symbols used in ARM specific assembly file to >internal; spotted my make check on armel; thanks Riku Voipio for the report. > >--- > libmpeg2/motion_comp_arm_s.S | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > >--- mpeg2dec.orig/libmpeg2/motion_comp_arm_s.S >+++ mpeg2dec/libmpeg2/motion_comp_arm_s.S >@@ -23,7 +23,8 @@ > > @ ---------------------------------------------------------------- > .align >- .global MC_put_o_16_arm >+ .global MC_put_o_16_arm >+ .internal MC_put_o_16_arm > MC_put_o_16_arm: > @@ void func(uint8_t * dest, const uint8_t * ref, int stride, int height) > pld [r1] >@@ -83,7 +84,8 @@ MC_put_o_16_arm_align_jt: > > @ ---------------------------------------------------------------- > .align >- .global MC_put_o_8_arm >+ .global MC_put_o_8_arm >+ .internal MC_put_o_8_arm > MC_put_o_8_arm: > @@ void func(uint8_t * dest, const uint8_t * ref, int stride, int height) > pld [r1] >@@ -152,7 +154,8 @@ MC_put_o_8_arm_align_jt: > .endm > > .align >- .global MC_put_x_16_arm >+ .global MC_put_x_16_arm >+ .internal MC_put_x_16_arm > MC_put_x_16_arm: > @@ void func(uint8_t * dest, const uint8_t * ref, int stride, int height) > pld [r1] >@@ -244,7 +247,8 @@ MC_put_x_16_arm_align_jt: > > @ ---------------------------------------------------------------- > .align >- .global MC_put_x_8_arm >+ .global MC_put_x_8_arm >+ .internal MC_put_x_8_arm > MC_put_x_8_arm: > @@ void func(uint8_t * dest, const uint8_t * ref, int stride, int height) > pld [r1]
Set visibility of global symbols used in ARM specific assembly file to internal; spotted my make check on armel; thanks Riku Voipio for the report. --- libmpeg2/motion_comp_arm_s.S | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) --- mpeg2dec.orig/libmpeg2/motion_comp_arm_s.S +++ mpeg2dec/libmpeg2/motion_comp_arm_s.S @@ -23,7 +23,8 @@ @ ---------------------------------------------------------------- .align - .global MC_put_o_16_arm + .global MC_put_o_16_arm + .internal MC_put_o_16_arm MC_put_o_16_arm: @@ void func(uint8_t * dest, const uint8_t * ref, int stride, int height) pld [r1] @@ -83,7 +84,8 @@ MC_put_o_16_arm_align_jt: @ ---------------------------------------------------------------- .align - .global MC_put_o_8_arm + .global MC_put_o_8_arm + .internal MC_put_o_8_arm MC_put_o_8_arm: @@ void func(uint8_t * dest, const uint8_t * ref, int stride, int height) pld [r1] @@ -152,7 +154,8 @@ MC_put_o_8_arm_align_jt: .endm .align - .global MC_put_x_16_arm + .global MC_put_x_16_arm + .internal MC_put_x_16_arm MC_put_x_16_arm: @@ void func(uint8_t * dest, const uint8_t * ref, int stride, int height) pld [r1] @@ -244,7 +247,8 @@ MC_put_x_16_arm_align_jt: @ ---------------------------------------------------------------- .align - .global MC_put_x_8_arm + .global MC_put_x_8_arm + .internal MC_put_x_8_arm MC_put_x_8_arm: @@ void func(uint8_t * dest, const uint8_t * ref, int stride, int height) pld [r1]
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28504
:
12499
|
12500
|
12501
|
12502
|
12503
|
12504
|
12505
|
12506
|
12507
|
12508
| 12509 |
12510
|
12511
|
12512
|
12513
|
12514
|
12515
|
12518
|
12536
|
12541