[libmediaart] extract: Include two missing headers
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libmediaart] extract: Include two missing headers
- Date: Mon, 7 Oct 2013 16:18:25 +0000 (UTC)
commit 0cba167b96624364afe31a80868f366c291d494b
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Oct 7 18:14:04 2013 +0200
extract: Include two missing headers
The call to media_art_plugin_init() was modified as it had the
wrong arguments.
libmediaart/extract.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/libmediaart/extract.c b/libmediaart/extract.c
index 43802c3..bc157a8 100644
--- a/libmediaart/extract.c
+++ b/libmediaart/extract.c
@@ -23,8 +23,10 @@
#include <string.h>
#include <errno.h>
+#include <glib/gstdio.h>
#include <gio/gio.h>
+#include "extractgeneric.h"
#include "storage.h"
#include "extract.h"
@@ -939,7 +941,7 @@ media_art_init (void)
g_return_val_if_fail (initialized == FALSE, FALSE);
- media_art_plugin_init ();
+ media_art_plugin_init (0);
/* Cache to know if we have already handled uris */
media_art_cache = g_hash_table_new_full (g_str_hash,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]