Fix typo in configure.ac - second VPX is in fact TIFF library

master
Ondřej Surý 2013-04-08 09:16:26 +02:00
parent ac6222f945
commit 522fa61de9
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -39,6 +39,12 @@
/* Define to 1 if you have the <libpng/png.h> 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