Skip to content

Commit

Permalink
fix compilation on android
Browse files Browse the repository at this point in the history
  • Loading branch information
djdeath committed Apr 5, 2013
1 parent e5a5bb1 commit a614f77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mx/mx-texture-cache.c
Expand Up @@ -319,6 +319,14 @@ mx_texture_cache_uri_to_filename (const gchar *uri)
return file;
}

#if defined(__ANDROID__) || defined(ANDROID)
static GQuark
mx_texture_cache_error_quark (void)
{
return g_quark_from_static_string ("mx-texture-cache-error-quark");
}
#endif

static MxTextureCacheItem *
mx_texture_cache_get_item (MxTextureCache *self,
const gchar *uri,
Expand Down

0 comments on commit a614f77

Please sign in to comment.