diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-08-28 11:37:09 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-08-28 11:39:29 +0200 |
commit | d665f6aeb68def39f123ef4b2f0df5e101fb4265 (patch) | |
tree | cd7b837247a5ea686a879505e46ff182193bb98b /src/options.c | |
parent | 9ed501cda3934e118af46af78bc737e69bb41568 (diff) |
Do not enable imagemagick by default
Diffstat (limited to 'src/options.c')
-rw-r--r-- | src/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c index 6f11d07..09ae5cc 100644 --- a/src/options.c +++ b/src/options.c @@ -53,7 +53,7 @@ void init_parse_options(int argc, char **argv) opt.display = 1; opt.aspect = 1; opt.slideshow_delay = 0.0; - opt.magick_timeout = 5; + opt.magick_timeout = -1; opt.thumb_w = 60; opt.thumb_h = 60; opt.thumb_redraw = 10; |