我是靠谱客的博主 深情西牛,这篇文章主要介绍fix ffmpeg build problem,现在分享给大家,希望可以做个参考。


First show the error message and root cause:


error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'

error: unknown register name ‘%xmm0’ in ‘asm’


affetcted files

libavcodec/x86/mpegvideo_mmx.c

libavcodec/x86/mpegvideo_mmx_template.c


Just cut the bottom half source into another source file and compile it .

I think , it is a gcc bug.


2.  undefiend symbols

when use libavcodec, it report that these symbols can't be found in static library.


00000000 T ff_float_interleave_c
         U ff_float_interleave2_mmx
         U ff_float_interleave2_sse
         U ff_float_interleave6_mmx
         U ff_float_interleave6_sse
         U ff_float_interleave_c
         U ff_float_to_int16_3dnow
         U ff_float_to_int16_interleave2_3dnow
         U ff_float_to_int16_interleave2_sse
         U ff_float_to_int16_interleave2_sse2
         U ff_float_to_int16_interleave6_3dn2
         U ff_float_to_int16_interleave6_3dnow
         U ff_float_to_int16_interleave6_sse
         U ff_float_to_int16_sse
         U ff_float_to_int16_sse2


This is occus when assebly files are not compiled into libavcodec.



最后

以上就是深情西牛最近收集整理的关于fix ffmpeg build problem的全部内容,更多相关fix内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(115)

评论列表共有 0 条评论

立即
投稿
返回
顶部