diff options
Diffstat (limited to 'android/build.py')
-rwxr-xr-x | android/build.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/build.py b/android/build.py index 59f433068..c05a43a1d 100755 --- a/android/build.py +++ b/android/build.py @@ -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) |