We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f326324 commit 73f5ba8Copy full SHA for 73f5ba8
pythonforandroid/recipes/ffmpeg/__init__.py
@@ -11,7 +11,8 @@ class FFMpegRecipe(Recipe):
11
version = '2.8.8'
12
url = 'http://ffmpeg.org/releases/ffmpeg-{version}.tar.bz2'
13
md5sum = 'afeae3b80b7e7e03db957f33a7ef20d2'
14
- depends = ['openssl', 'ffpyplayer_codecs'] # TODO should be opts_depends
+ depends = ['sdl2'] # Actually no, but we need this to build correct recipe order
15
+ opts_depends = ['openssl', 'ffpyplayer_codecs']
16
patches = ['patches/fix-libshine-configure.patch']
17
18
def should_build(self, arch):
0 commit comments