Re: [Easytag-mailing] EasyTAG 2.1.4 has been released! (Developping version)



On Dec 10, 2007 12:36 AM, Jérôme COUDERC <easytag gmail com> wrote:
>     * Fixed compilation problem with mpeg4ip 1.6 (thanks to Götz Waschk),
Hi,

your fix wasn't quite right, here's a patch.

Regards, Götz

-- 
AL I:40: Do what thou wilt shall be the whole of the Law.
--- easytag-2.1.4/src/mp4_tag.c~	2007-12-02 11:39:49.000000000 -0500
+++ easytag-2.1.4/src/mp4_tag.c	2007-12-10 04:59:01.960611700 -0500
@@ -187,6 +187,7 @@
 #ifdef NEWMP4
     // There version can handle multiple pictures!
     // Version 1.6 of libmp4v2 introduces an index argument for MP4GetMetadataCoverart
+    int i;
     for (i = 0; (MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize,i )); i++)
 #else
     // There version handle only one picture!


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]