Issue #2 when compiling Xuggler for Raspberry pi with libx264

前端 未结 1 1063
清歌不尽
清歌不尽 2021-01-28 07:07

I am trying to compile Xuggler for Raspberry Pi(Running on Debian OS aka Raspbian),

I followed the \'Basic Build Instructions\' available here for compiling Xuggler.

相关标签:
1条回答
  • 2021-01-28 07:58

    "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.

    0 讨论(0)
提交回复
热议问题