diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index 61972b8..e73c700 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -163,7 +163,7 @@ class Image(object): def main(): - for i in ['gm', 'ffmpeg']: + for i in ['gm', options["binary"]]: if os.system("which " + i +" > /dev/null") != 0: sys.stderr.write("ERROR: I can't locate the "+ i +" binary, " "please install the '" + i + "' package.\n")