Re: [Easytag-mailing] Bugfix, changed signature of MP4GetMetadataCoverArt() in libmp4v2-1.6.1



Hi,

a much simpler solution is to just check for the mpeg4ip version, then
you don't need my configure hack at all:

#if MPEG4IP_HEX_VERSION >= 0x10601
    if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize,0 ) )
#else
    if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize ) )
#endif

Regards, Götz

-- 
AL I:40: Do what thou wilt shall be the whole of the Law.




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