Re: gtkpod 2.0.2 released
Götz Waschk <[email protected]> Wed, 15 Jun 2011 10:34:37 +0200
| Newsgroups | gmane.comp.ipod.gtkpod |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jun 15, 2011 at 9:32 AM, P.G. Richardson <[email protected]> wrote: > Just to say the 2.0.2 has been kicked out the door. It screamed a little > and tried to hide itself in the depths of sourceforge's architecture but > all sorted now. Hi PG, sorry for not spotting this before the release. The check for mp4v2/itmf_tags.h fails as it needs mp4v2/platform.h. We need to check for it before we can use HAVE_MP4V2_PLATFORM_H. Regards, Götz -- AL I:40: Do what thou wilt shall be the whole of the Law. ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Gtkpod-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gtkpod-devel
gtkpod-2.0.2-mp4v2-check.patch
(text/x-patch, 420 B)
--- configure.ac~ 2011-06-15 09:46:42.000000000 +0200 +++ configure.ac 2011-06-15 10:06:17.000000000 +0200 @@ -283,7 +283,7 @@ dnl not using 1.9.1 of the mp4v2 library AC_CHECK_HEADERS([mp4.h], have_mp4=yes, have_mp4=no) fi -AC_CHECK_HEADERS([mp4v2/itmf_tags.h], [], [], +AC_CHECK_HEADERS([mp4v2/platform.h mp4v2/itmf_tags.h], [], [], [#ifdef HAVE_MP4V2_PLATFORM_H # include <mp4v2/platform.h> #endif