aboutsummaryrefslogtreecommitdiff
path: root/audio/easytag
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2007-10-02 18:13:31 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2007-10-02 18:13:31 +0000
commita4cc71ef7f94d8746ded51bc78a2ff9601e0ca78 (patch)
treee8c251ac242a6aaa7fad235bc04181e55d88c35a /audio/easytag
parent11dda04c5428337868e593958a2b3b748212bb37 (diff)
downloadports-a4cc71ef7f94d8746ded51bc78a2ff9601e0ca78.tar.gz
ports-a4cc71ef7f94d8746ded51bc78a2ff9601e0ca78.zip
Fix build with new mpeg4ip-libmp4v2.
Reported by: pointyhat via pav
Notes
Notes: svn path=/head/; revision=200676
Diffstat (limited to 'audio/easytag')
-rw-r--r--audio/easytag/files/patch-src-mp4_tag.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/easytag/files/patch-src-mp4_tag.c b/audio/easytag/files/patch-src-mp4_tag.c
new file mode 100644
index 000000000000..81fdaf300c38
--- /dev/null
+++ b/audio/easytag/files/patch-src-mp4_tag.c
@@ -0,0 +1,11 @@
+--- src/mp4_tag.c.orig 2007-10-02 22:05:09.000000000 +0400
++++ src/mp4_tag.c 2007-10-02 22:05:22.000000000 +0400
+@@ -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;