--- easytag-2.1.6-orig/configure 2010-07-11 14:19:40.811825581 +0000 +++ easytag-2.1.6/configure 2010-07-11 14:22:59.722826352 +0000 @@ -22418,12 +22418,12 @@ /* end confdefs.h. */ #include - #include + #include int main (void) { FILE *output; output=fopen("conftest.mp4v2","w"); - fprintf(output,"LIBMP4V2_NAME=%s\nLIBMP4V2_VERSION=%s\n",PACKAGE_TARNAME,PACKAGE_VERSION); + fprintf(output,"MP4V2_PROJECT_name=%s\nMP4V2_PROJECT_version=%s\n",PACKAGE_TARNAME,PACKAGE_VERSION); fclose(output); exit(0); } @@ -22471,7 +22471,7 @@ cat >conftest.$ac_ext <<_ACEOF - #include + #include main () { MP4FileHandle hFile; MP4GetMetadataCoverArt(hFile, NULL, NULL,0); } --- easytag-2.1.6-orig/src/mp4_header.c 2010-07-11 14:19:40.783828020 +0000 +++ easytag-2.1.6/src/mp4_header.c 2010-07-11 14:22:59.661826908 +0000 @@ -44,7 +44,7 @@ #undef PACKAGE_STRING #undef PACKAGE_TARNAME #undef PACKAGE_VERSION -#include +#include /**************** --- easytag-2.1.6-orig/src/mp4_tag.c 2010-07-11 14:19:40.713827118 +0000 +++ easytag-2.1.6/src/mp4_tag.c 2010-07-11 14:22:59.657825302 +0000 @@ -50,7 +50,7 @@ #undef PACKAGE_STRING #undef PACKAGE_TARNAME #undef PACKAGE_VERSION -#include +#include /****************