Issue #2 when compiling Xuggler for Raspberry pi with libx264

醉酒当歌 提交于 2019-12-02 08:23:47

"ant run-tests" has been known to fail on certain architectures. Do you get this same error when you just run the following command?

ant stage

I have successfully built Xuggler on the Raspberry Pi using "ant stage". This produces the magic jar that can then be used on many different ARM computers. I personally was only interested in building an LGPL version of the library, and you can checkout the code that builds as-is on the pi branch here:

https://github.com/e-d/xuggle-xuggler/tree/pi

This does not include X264 support since it builds an LGPL version. I do know that it is possible to build the standard GPL version too, I just haven't done it. You can look at the last few commits I made to see what I changed to get it to build on the pi.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!