mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00

`png_icc_profile_error` is no longer used when writing iCCP chunks, therefore it can be compiled out when the reading is disabled. This change includes two `minconfig` files to test read-only and write-only "full" configurations, to supplement the existing tests for "minimal" configurations. Signed-off-by: John Bowler <jbowler@acm.org> Signed-off-by: Cosmin Truta <ctruta@gmail.com>
14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
# read-full.dfa
|
|
# Build time configuration of libpng
|
|
#
|
|
# Author: John Bowler
|
|
# Copyright: (c) John Bowler, 2025
|
|
# Usage rights:
|
|
# To the extent possible under law, the author has waived all copyright and
|
|
# related or neighboring rights to this work. This work is published from:
|
|
# United States.
|
|
#
|
|
# Build libpng with no write support and full read support.
|
|
#
|
|
option WRITE off
|