bytedeco / javacpp-presets

The missing Java distribution of native C++ libraries
Other
2.62k stars 730 forks source link

can javacpp-presets ffmpeg support ios? #235

Open dongguadan opened 8 years ago

dongguadan commented 8 years ago

Excuse me. i have a question that how to use ffmpeg of javacpp-presets on ios? well i have try it successfully on win10 and mac.

saudet commented 8 years ago

Sure, it's possible. Would you like to work on that?

dongguadan commented 8 years ago

Yeah. i would like to work on that and i want to reuse it on centos 、windows、android and ios. But i saw in the script only support mac but not ios. Can you give me a suggestion? thank you very much

saudet commented 8 years ago

Just add an entry for ios-arm...

saudet commented 7 years ago

RoboVM is dead now (https://github.com/bytedeco/javacpp-presets/issues/259) and the next best option is Intel Multi-OS Engine: https://software.intel.com/en-us/multi-os-engine It's basically Android running on iOS. If you could start checking this out and see what works and what doesn't it would help a lot!

saudet commented 6 years ago

And RoboVM is alive again, but now we also have Gluon VM that supports Java 9 and Android too! /cc @johanvos

@dongguadan, it was pretty straightforward to get OpenBLAS builds for iOS: https://github.com/bytedeco/javacpp-presets/commit/53e93263a9cafe36af0a7afd872233d3318b7819 Could you give it a try by yourself for FFmpeg? If you encounter any issues, I will help you out! Thanks