wesnoth-optipng: Update links to OptiPNG's website
This commit is contained in:
parent
acbab3b463
commit
c505817a2d
1 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@ Switches:
|
|||
--threads Run script with <value> worker threads. If not specified, the
|
||||
amount of CPUs detected will be used.
|
||||
|
||||
This tool requires OptiPNG (http://www.cs.toronto.edu/~cosmin/pngtech/optipng/),
|
||||
This tool requires OptiPNG (http://optipng.sourceforge.net/),
|
||||
Advdef (http://advancemame.sourceforge.net/comp-readme.html) and ImageMagick's
|
||||
convert utility (http://www.imagemagick.org/script/convert.php) to be installed
|
||||
and available in PATH.
|
||||
|
@ -181,7 +181,7 @@ done
|
|||
# FIXME: disabled because it isn't working for Ivanovic.
|
||||
# Probe optipng
|
||||
which optipng &> /dev/null ||
|
||||
report_absent_tool optipng 'http://www.cs.toronto.edu/~cosmin/pngtech/optipng/'
|
||||
report_absent_tool optipng 'http://optipng.sourceforge.net/'
|
||||
# Probe IM's convert
|
||||
which convert &>/dev/null ||
|
||||
report_absent_tool convert 'http://www.imagemagick.org'
|
||||
|
|
Loading…
Add table
Reference in a new issue