aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 294d421..8988372 100755
--- a/configure
+++ b/configure
@@ -22418,12 +22418,12 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <stdio.h>
- #include <mpeg4ip_config.h>
+ #include <mp4v2/mp4v2.h>
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 @@ fi
cat >conftest.$ac_ext <<_ACEOF
- #include <mp4.h>
+ #include <mp4v2/mp4v2.h>
main () {
MP4FileHandle hFile;
MP4GetMetadataCoverArt(hFile, NULL, NULL,0); }