diff options
author | novel <novel@FreeBSD.org> | 2007-10-03 02:13:31 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-10-03 02:13:31 +0800 |
commit | 9f1f2b083bdee2087fc2a23e2888aef7aba2867b (patch) | |
tree | 172d580b0e46ae1b982910540cfce2ab92d4b194 /audio | |
parent | 8c525625cfba3a08fc8629275dadfeebcad76c26 (diff) | |
download | freebsd-ports-gnome-9f1f2b083bdee2087fc2a23e2888aef7aba2867b.tar.gz freebsd-ports-gnome-9f1f2b083bdee2087fc2a23e2888aef7aba2867b.tar.zst freebsd-ports-gnome-9f1f2b083bdee2087fc2a23e2888aef7aba2867b.zip |
Fix build with new mpeg4ip-libmp4v2.
Reported by: pointyhat via pav
Diffstat (limited to 'audio')
-rw-r--r-- | audio/easytag/files/patch-src-mp4_tag.c | 11 |
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; |