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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

GUIDINGLI
Copy link
Collaborator

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

/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
Copy link
Collaborator

@GUIDINGLI please fix the ci error.

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