Commit fe50481f authored by Max Kellermann's avatar Max Kellermann

android/build.py: remove unused parameter from class FfmpegProject

parent 759616ab
......@@ -231,7 +231,6 @@ class AutotoolsProject(Project):
class FfmpegProject(Project):
def __init__(self, url, md5, installed, configure_args=[],
autogen=False,
cppflags='',
**kwargs):
Project.__init__(self, url, md5, installed, **kwargs)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment