| Index: third_party/libpng/scripts/libpng-config-head.in
|
| diff --git a/third_party/libpng/scripts/libpng-config-head.in b/third_party/libpng/scripts/libpng-config-head.in
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7fe1298d2d5036364afbfc6546e859c86450c890
|
| --- /dev/null
|
| +++ b/third_party/libpng/scripts/libpng-config-head.in
|
| @@ -0,0 +1,24 @@
|
| +#! /bin/sh
|
| +
|
| +# libpng-config
|
| +# provides configuration info for libpng.
|
| +
|
| +# Copyright (C) 2002 Glenn Randers-Pehrson
|
| +
|
| +# This code is released under the libpng license.
|
| +# For conditions of distribution and use, see the disclaimer
|
| +# and license in png.h
|
| +
|
| +# Modeled after libxml-config.
|
| +
|
| +version=1.6.22rc01
|
| +prefix=""
|
| +libdir=""
|
| +libs=""
|
| +I_opts=""
|
| +L_opts=""
|
| +R_opts=""
|
| +cppflags=""
|
| +ccopts=""
|
| +ldopts=""
|
| +
|
|
|