Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffmpeg: fix compile failed in x86-64 #15

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

GUIDINGLI
Copy link
Collaborator

@GUIDINGLI GUIDINGLI commented Jan 14, 2025

Summary

ffmpeg: fix compile failed in x86-64

/home/ligd/platform/dev-system/apps/staging/libffmpeg.a(vp8dsp_loopfilter.asm.home.ligd.platform.dev-system.external.ffmpeg_3.o): in function ff_vp8_v_loop_filter_simple_sse2:
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0x5b): relocation truncated to fit: R_X86_64_32S against symbol ff_pb_80 defined in .rodata.ff_pb_80 section in /home/ligd/platform/dev-system/apps/staging/libffmpeg.a(constants.c.home.ligd.platform.dev-system.external.ffmpeg_3.o)
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0x70): relocation truncated to fit: R_X86_64_32S against .rodata
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0xae): relocation truncated to fit: R_X86_64_32S against .rodata
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0xbb): relocation truncated to fit: R_X86_64_32S against .rodata
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0xc4): relocation truncated to fit: R_X86_64_32S against symbol ff_pb_3 defined in .rodata.ff_pb_3 section in /home/ligd/platform/dev-system/apps/staging/libffmpeg.a(constants.c.home.ligd.platform.dev-system.external.ffmpeg_3.o)
/home/ligd/platform/dev-system/apps/staging/libffmpeg.a(vp8dsp_loopfilter.asm.home.ligd.platform.dev-system.external.ffmpeg_3.o): in function ff_vp8_h_loop_filter_simple_sse2:
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0x238): relocation truncated to fit: R_X86_64_32S against symbol ff_pb_80 defined in .rodata.ff_pb_80 section in /home/ligd/platform/dev-system/apps/staging/libffmpeg.a(constants.c.home.ligd.platform.dev-system.external.ffmpeg_3.o)
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0x24d): relocation truncated to fit: R_X86_64_32S against .rodata
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0x28b): relocation truncated to fit: R_X86_64_32S against .rodata
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0x298): relocation truncated to fit: R_X86_64_32S against .rodata
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0x2a1): relocation truncated to fit: R_X86_64_32S against symbol ff_pb_3 defined in .rodata.ff_pb_3 section in /home/ligd/platform/dev-system/apps/staging/libffmpeg.a(constants.c.home.ligd.platform.dev-system.external.ffmpeg_3.o)
/home/ligd/platform/dev-system/apps/staging/libffmpeg.a(vp8dsp_loopfilter.asm.home.ligd.platform.dev-system.external.ffmpeg_3.o): in function ff_vp8_v_loop_filter_simple_ssse3

Impact

ffmpeg

Testing

CI & CT

@xiaoxiang781216
Copy link
Collaborator

@GUIDINGLI please fix the ci error.

/home/ligd/platform/dev-system/apps/staging/libffmpeg.a(vp8dsp_loopfilter.asm.home.ligd.platform.dev-system.external.ffmpeg_3.o): in function `ff_vp8_v_loop_filter_simple_sse2`:
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0x5b): relocation truncated to fit: R_X86_64_32S against symbol `ff_pb_80` defined in .rodata.ff_pb_80 section in /home/ligd/platform/dev-system/apps/staging/libffmpeg.a(constants.c.home.ligd.platform.dev-system.external.ffmpeg_3.o)
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0x70): relocation truncated to fit: R_X86_64_32S against `.rodata`
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0xae): relocation truncated to fit: R_X86_64_32S against `.rodata`
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0xbb): relocation truncated to fit: R_X86_64_32S against `.rodata`
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0xc4): relocation truncated to fit: R_X86_64_32S against symbol `ff_pb_3` defined in .rodata.ff_pb_3 section in /home/ligd/platform/dev-system/apps/staging/libffmpeg.a(constants.c.home.ligd.platform.dev-system.external.ffmpeg_3.o)
/home/ligd/platform/dev-system/apps/staging/libffmpeg.a(vp8dsp_loopfilter.asm.home.ligd.platform.dev-system.external.ffmpeg_3.o): in function `ff_vp8_h_loop_filter_simple_sse2`:
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0x238): relocation truncated to fit: R_X86_64_32S against symbol `ff_pb_80` defined in .rodata.ff_pb_80 section in /home/ligd/platform/dev-system/apps/staging/libffmpeg.a(constants.c.home.ligd.platform.dev-system.external.ffmpeg_3.o)
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0x24d): relocation truncated to fit: R_X86_64_32S against `.rodata`
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0x28b): relocation truncated to fit: R_X86_64_32S against `.rodata`
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0x298): relocation truncated to fit: R_X86_64_32S against `.rodata`
ffmpeg/libavcodec/x86/vp8dsp_loopfilter.asm:(.text+0x2a1): relocation truncated to fit: R_X86_64_32S against symbol `ff_pb_3` defined in .rodata.ff_pb_3 section in /home/ligd/platform/dev-system/apps/staging/libffmpeg.a(constants.c.home.ligd.platform.dev-system.external.ffmpeg_3.o)
/home/ligd/platform/dev-system/apps/staging/libffmpeg.a(vp8dsp_loopfilter.asm.home.ligd.platform.dev-system.external.ffmpeg_3.o): in function `ff_vp8_v_loop_filter_simple_ssse3`:

Signed-off-by: ligd <[email protected]>
@xiaoxiang781216 xiaoxiang781216 merged commit 95744e1 into open-vela:dev Jan 20, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants