Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2
libmpeg2
libmpeg2-0.5.1-arm-private-symbols.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libmpeg2-0.5.1-arm-private-symbols.patch of Package libmpeg2
Set visibility of global symbols used in ARM specific assembly file to internal --- a/libmpeg2/motion_comp_arm_s.S +++ b/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 @@ @ ---------------------------------------------------------------- .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 @@ .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 @@ @ ---------------------------------------------------------------- .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]
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor