Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about compiling for Android #15

Closed
germn opened this issue Nov 8, 2016 · 1 comment
Closed

Question about compiling for Android #15

germn opened this issue Nov 8, 2016 · 1 comment

Comments

@germn
Copy link
Contributor

germn commented Nov 8, 2016

Currently looks like it's not possible to install ffpyplayer with python-for-android (since ffmpeg recipe is broken and ffpyplayer is not ported for new toolchain) and I'm trying to fix it.

Manual says that we need shared FFmpeg and SDL2 libs to compile ffpyplayer. In python-for-android project we have recipes for ffmpeg and sdl2, but both of them compile static libraries instead of shared.

On other hand, recipe for old toolchain used existed sdl recipe (with static lib) as dependency. I wounder if you know why it is so. May be old version of ffpyplayer could use static sdl lib?

I also wounder if you have any ideas how to install ffpyplayer with p4a now: am I right that we need new recipes for shared libraries for both ffmpeg and sdl2 (I mean that's no way to use existing ffmpeg/sdl2 static recipes)?

Thanks.

@matham
Copy link
Owner

matham commented Nov 9, 2016

I have not compiled ffpyplayer for android before so I cannot really help you there. Also, this belongs in the kivy/py4a repos as it's an issue with py4a not ffpyplayer. I'd suggest you ask on IRC or kivy mailing list.

@matham matham closed this as completed Nov 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants