Adjusted selftest feature label to be in sync with setup

This commit is contained in:
Andrew Murray 2015-05-15 07:42:22 +10:00
parent 3458e7a4c3
commit aed878e7d1

View File

@ -194,7 +194,7 @@ if __name__ == "__main__":
print("***", feature, "support not installed") print("***", feature, "support not installed")
for name, feature in [ for name, feature in [
("jpg", "JPEG"), ("jpg", "JPEG"),
("jpg_2000", "JPEG 2000"), ("jpg_2000", "OPENJPEG (JPEG2000)"),
("zlib", "ZLIB (PNG/ZIP)"), ("zlib", "ZLIB (PNG/ZIP)"),
("libtiff", "LIBTIFF") ("libtiff", "LIBTIFF")
]: ]: