aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Alex Bennee <alex@bennee.com>2010-07-14 16:09:42 +0100
committerGravatar Alex Bennee <alex@bennee.com>2010-07-14 16:09:42 +0100
commite5d57fd684d1baa084cac5d5082f4020fc5e540b (patch)
tree93b3cb52282ea7954f750a67e44c7bd3cb2118da
parent40eaecff1254c3b3630aa0af27dbeda0abe6960a (diff)
Applied Gentoo new_libmp4v2 patch
-rwxr-xr-xconfigure6
-rwxr-xr-xsrc/mp4_header.c2
-rwxr-xr-xsrc/mp4_tag.c2
3 files changed, 5 insertions, 5 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); }
diff --git a/src/mp4_header.c b/src/mp4_header.c
index 2648093..3b7ec4b 100755
--- a/src/mp4_header.c
+++ b/src/mp4_header.c
@@ -44,7 +44,7 @@
#undef PACKAGE_STRING
#undef PACKAGE_TARNAME
#undef PACKAGE_VERSION
-#include <mp4.h>
+#include <mp4v2/mp4v2.h>
/****************
diff --git a/src/mp4_tag.c b/src/mp4_tag.c
index cfdb879..1336ee5 100755
--- a/src/mp4_tag.c
+++ b/src/mp4_tag.c
@@ -50,7 +50,7 @@
#undef PACKAGE_STRING
#undef PACKAGE_TARNAME
#undef PACKAGE_VERSION
-#include <mp4.h>
+#include <mp4v2/mp4v2.h>
/****************