]> granicus.if.org Git - handbrake/commit
configure: fix argparse callbacks
authorJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 12 Apr 2019 20:19:43 +0000 (14:19 -0600)
committerBradley Sepos <bradley@bradleysepos.com>
Sat, 13 Apr 2019 18:05:21 +0000 (14:05 -0400)
commiteb48f814d0c9086059bdd6b84e06479d203bed85
tree1f203edf7a8a6f3a767af03ab047c3951d77a713
parent118b8a74317bb3b02b7099ae444c9467b802aaec
configure: fix argparse callbacks

argparse does not have callbacks like optparse did, but a custom action
can be used to perform the callback.
make/configure.py