olivierayache / xuggle-xuggler

Xuggle's Xuggler Java API for Video
http://www.xuggle.com/xuggler
GNU Lesser General Public License v3.0
23 stars 6 forks source link

Build instructions #28

Open jaboles opened 2 years ago

jaboles commented 2 years ago

I have written an application that uses Xuggle to play/edit sound files on Java. It's currently using an older version of Xuggle produced by the original developer (5.4) and works on 32- and 64-bit Intel Macs.

It doesn't support the newer Apple M1 silicon (aarch64) and I'm looking to rebuild it from your fork.

I'm going to try building it (eg. configure + make) soon but was wondering if there were any available instructions to help with producing a new build? Also, is it possible to cross-compile for aarch64 on a non-aarch64 machine?

Thanks, Jonathan

olivierayache commented 2 years ago

I will be a pleasure to make Xuggler build on Apple M1. For now I use to cross compile Xuggler for Android(x86,arm32,arm64) or iOS(arm64). It should work on Apple M1 too.

I am available to work with you on that.

Olivier