--- src/mp4_header.c	2007-03-25 23:58:12.000000000 +0200
+++ src/mp4_header.c	2009-06-02 17:54:13.000000000 +0200
@@ -44,7 +44,7 @@
 #undef PACKAGE_STRING
 #undef PACKAGE_TARNAME
 #undef PACKAGE_VERSION
-#include <mp4.h>
+#include <mp4v2/mp4v2.h>
 
 
 /****************
diff -ru src/mp4_tag.c src/mp4_tag.c
--- src/mp4_tag.c	2007-04-26 00:25:15.000000000 +0200
+++ src/mp4_tag.c	2009-06-02 17:57:27.000000000 +0200
@@ -50,7 +50,7 @@
 #undef PACKAGE_STRING
 #undef PACKAGE_TARNAME
 #undef PACKAGE_VERSION
-#include <mp4.h>
+#include <mp4v2/mp4v2.h>
 
 
 /****************
@@ -185,7 +185,7 @@
      * Picture *
      ***********/
     // There is only one picture!
-    if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize ) )
+    if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize, 0 ) )
     {
         Picture *pic = Picture_Allocate();
         pic->size = coverSize;

