android/build.py: remove unused parameter from class FfmpegProject
This commit is contained in:
parent
759616abd4
commit
fe50481f7b
|
@ -231,7 +231,6 @@ class AutotoolsProject(Project):
|
||||||
|
|
||||||
class FfmpegProject(Project):
|
class FfmpegProject(Project):
|
||||||
def __init__(self, url, md5, installed, configure_args=[],
|
def __init__(self, url, md5, installed, configure_args=[],
|
||||||
autogen=False,
|
|
||||||
cppflags='',
|
cppflags='',
|
||||||
**kwargs):
|
**kwargs):
|
||||||
Project.__init__(self, url, md5, installed, **kwargs)
|
Project.__init__(self, url, md5, installed, **kwargs)
|
||||||
|
|
Loading…
Reference in New Issue