我是靠谱客的博主 深情西牛,最近开发中收集的这篇文章主要介绍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 ffmpeg build problem所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部