2017-08-13 03:24:00 +02:00
|
|
|
from pythonforandroid.toolchain import Recipe
|
|
|
|
|
|
|
|
|
|
|
|
class FFPyPlayerCodecsRecipe(Recipe):
|
|
|
|
depends = ['libshine', 'libx264']
|
|
|
|
|
|
|
|
def build_arch(self, arch):
|
|
|
|
pass
|
|
|
|
|
2019-03-30 21:58:45 +01:00
|
|
|
|
2017-08-13 03:24:00 +02:00
|
|
|
recipe = FFPyPlayerCodecsRecipe()
|