mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix build with new mpeg4ip-libmp4v2.
Reported by: pointyhat via pav
This commit is contained in:
parent
49c18e799b
commit
b9ab78aea3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200685
1 changed files with 11 additions and 0 deletions
11
audio/easytag-devel/files/patch-src-mp4_tag.c
Normal file
11
audio/easytag-devel/files/patch-src-mp4_tag.c
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/mp4_tag.c.orig 2007-10-02 22:37:42.000000000 +0400
|
||||||
|
+++ src/mp4_tag.c 2007-10-02 22:39:54.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;
|
Loading…
Add table
Reference in a new issue