[tracker/tracker-0.6] Compilation error if you don't have GdkPixbuf installed
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: svn-commits-list gnome org
- Subject: [tracker/tracker-0.6] Compilation error if you don't have GdkPixbuf installed
- Date: Wed, 24 Jun 2009 11:45:38 +0000 (UTC)
commit 4b6b57a679cc389c770351a8900cead6689131a5
Author: Philip Van Hoof <philip codeminded be>
Date: Wed Jun 24 13:45:32 2009 +0200
Compilation error if you don't have GdkPixbuf installed
src/tracker-extract/tracker-extract-albumart.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/tracker-extract/tracker-extract-albumart.c b/src/tracker-extract/tracker-extract-albumart.c
index ce0654e..6ac17e6 100644
--- a/src/tracker-extract/tracker-extract-albumart.c
+++ b/src/tracker-extract/tracker-extract-albumart.c
@@ -43,10 +43,10 @@
#include "tracker-main.h"
#include "tracker-extract-albumart.h"
-#ifdef HAVE_GDKPIXBUF
-
static GHashTable *album_art_done = NULL;
+#ifdef HAVE_GDKPIXBUF
+
static gboolean
set_albumart (const unsigned char *buffer,
size_t len,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]