Revision: 2021
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2021&view=rev
Author:   teuf
Date:     2008-06-28 02:43:09 -0700 (Sat, 28 Jun 2008)

Log Message:
-----------
patch by: Mike Heffner <[EMAIL PROTECTED]>
* src/Makefile.am:
* src/db-artwork-writer.c: fix compilation with older glib (without
GChecksum)

Modified Paths:
--------------
    libgpod/trunk/ChangeLog
    libgpod/trunk/src/Makefile.am
    libgpod/trunk/src/db-artwork-writer.c

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2008-06-28 08:03:29 UTC (rev 2020)
+++ libgpod/trunk/ChangeLog     2008-06-28 09:43:09 UTC (rev 2021)
@@ -1,3 +1,11 @@
+2008-06-28  Christophe Fergeau  <[EMAIL PROTECTED]>
+
+       patch by: Mike Heffner <[EMAIL PROTECTED]>
+
+       * src/Makefile.am:
+       * src/db-artwork-writer.c: fix compilation with older glib (without
+       GChecksum)
+
 2008-06-24  Christophe Fergeau  <[EMAIL PROTECTED]>
 
        * src/itdb_device.c: rework timezone handling: handle timezones as

Modified: libgpod/trunk/src/Makefile.am
===================================================================
--- libgpod/trunk/src/Makefile.am       2008-06-28 08:03:29 UTC (rev 2020)
+++ libgpod/trunk/src/Makefile.am       2008-06-28 09:43:09 UTC (rev 2021)
@@ -23,6 +23,7 @@
 
 if WITH_INTERNAL_GCHECKSUM
 libgpod_la_SOURCES += gchecksum.c gchecksum.h
+libgpod_la_CFLAGS = -DWITH_INTERNAL_GCHECKSUM
 endif
 
 libgpod_la_LDFLAGS = -version-info $(LIBGPOD_SO_VERSION) -no-undefined

Modified: libgpod/trunk/src/db-artwork-writer.c
===================================================================
--- libgpod/trunk/src/db-artwork-writer.c       2008-06-28 08:03:29 UTC (rev 
2020)
+++ libgpod/trunk/src/db-artwork-writer.c       2008-06-28 09:43:09 UTC (rev 
2021)
@@ -49,6 +49,10 @@
 #include <stdio.h>
 #include <sys/types.h>
 
+#ifdef WITH_INTERNAL_GCHECKSUM
+#include "gchecksum.h"
+#endif
+
 #define DEFAULT_GSTRING_SIZE 128*1024
 
 struct iPodSharedDataBuffer {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to