diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-10-03 02:13:31 +0800 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-10-03 02:13:31 +0800 |
commit | a4cc71ef7f94d8746ded51bc78a2ff9601e0ca78 (patch) | |
tree | e8c251ac242a6aaa7fad235bc04181e55d88c35a /audio | |
parent | 11dda04c5428337868e593958a2b3b748212bb37 (diff) | |
download | freebsd-ports-gnome-a4cc71ef7f94d8746ded51bc78a2ff9601e0ca78.tar.gz freebsd-ports-gnome-a4cc71ef7f94d8746ded51bc78a2ff9601e0ca78.tar.zst freebsd-ports-gnome-a4cc71ef7f94d8746ded51bc78a2ff9601e0ca78.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; |