mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-19 12:05:43 -04:00

The APNG patch for v1.6.47 isn't out yet, so I hacked in some changes to get the APNG code to build in pngrutil.c. In particular, the PNGv3 chromacity changes also modified pngrutil.c to use table-based dispatch instead of an if/else. png_read_frame_head() doesn't use this yet, so the APNG functions in pngrutil.c haven't been marked static yet, but they do now return png_handle_result_code. TODO: Rebase using the APNG patch once it's rebased for v1.6.47. NOTE: PNGv3 apparently makes APNG part of the specification, so libpng "should" gain built-in support for APNG without a patch at some point.
11 lines
210 B
PkgConfig
Vendored
11 lines
210 B
PkgConfig
Vendored
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/libpng16
|
|
|
|
Name: libpng
|
|
Description: Loads and saves PNG files
|
|
Version: 1.6.47
|
|
Libs: -L${libdir} -lpng16
|
|
Cflags: -I${includedir}
|