From 522fa61de9cac86277ca0ac5cd4593c8986d90ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Mon, 8 Apr 2013 09:16:26 +0200 Subject: [PATCH] Fix typo in configure.ac - second VPX is in fact TIFF library --- configure.ac | 2 +- src/config.hin | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 264fe08..95e24cc 100644 --- a/configure.ac +++ b/configure.ac @@ -335,7 +335,7 @@ AC_MSG_RESULT([ Support for PNG library: $ac_cv_lib_png_png_create_read_struct Support for JPEG library: $ac_cv_lib_jpeg_jpeg_set_defaults Support for VPX library: $ac_cv_lib_vpx_vpx_codec_destroy - Support for VPX library: $ac_cv_lib_tiff_TIFFClientOpen + Support for TIFF library: $ac_cv_lib_tiff_TIFFClientOpen Support for Freetype 2.x library: $ac_cv_lib_freetype_FT_Init_FreeType Support for Fontconfig library: $ac_cv_lib_fontconfig_FcInit Support for Xpm library: $ac_cv_lib_Xpm_XpmReadFileToXpmImage diff --git a/src/config.hin b/src/config.hin index 4e58ca9..c25efd6 100644 --- a/src/config.hin +++ b/src/config.hin @@ -39,6 +39,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LIBPNG_PNG_H +/* Define if you have the vpx library. */ +#undef HAVE_LIBTIFF + +/* Define if you have the vpx library. */ +#undef HAVE_LIBVPX + /* Define if you have the Xpm library. */ #undef HAVE_LIBXPM