diff options
author | Max Kellermann <max@duempel.org> | 2014-06-21 11:04:49 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-06-21 11:04:54 +0200 |
commit | fe50481f7bf3bf861a2e54c8c1988c6d25ea4733 (patch) | |
tree | e6a8cd12cba08329b222fc1b2423f4e70c34e5c6 /android | |
parent | 759616abd45bdd2a6ca2b1ee845bca6cbe2577fa (diff) | |
download | mpd-fe50481f7bf3bf861a2e54c8c1988c6d25ea4733.tar.gz mpd-fe50481f7bf3bf861a2e54c8c1988c6d25ea4733.tar.xz mpd-fe50481f7bf3bf861a2e54c8c1988c6d25ea4733.zip |
android/build.py: remove unused parameter from class FfmpegProject
Diffstat (limited to 'android')
-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) |