aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
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 /src
parent40eaecff1254c3b3630aa0af27dbeda0abe6960a (diff)
Applied Gentoo new_libmp4v2 patch
Diffstat (limited to 'src')
-rwxr-xr-xsrc/mp4_header.c2
-rwxr-xr-xsrc/mp4_tag.c2
2 files changed, 2 insertions, 2 deletions
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>
/****************