X-Git-Url: http://git.imager.perl.org/imager.git/blobdiff_plain/02d1d62827cef86398edc2013f7d2ff04bf21c63..10b4f0bbd5f34d438e53103d91c108bf035b95fd:/feat.h diff --git a/feat.h b/feat.h index a8d50b1f..25fac9e3 100644 --- a/feat.h +++ b/feat.h @@ -1,4 +1,4 @@ -#include "image.h" +#include "imager.h" static char *i_format_list[]={ #ifdef HAVE_LIBJPEG @@ -18,8 +18,17 @@ static char *i_format_list[]={ #endif #ifdef HAVE_LIBTT "tt", +#endif +#ifdef HAVE_WIN32 + "w32", +#endif +#ifdef HAVE_FT2 + "ft2", #endif "raw", "pnm", + "bmp", + "tga", + "ifs", NULL};