From 4f920dce00f96132118f6c270e71c606f8b57c91 Mon Sep 17 00:00:00 2001 From: bdilly Date: Thu, 10 Nov 2011 12:11:52 +0000 Subject: [PATCH] Emotion: make it build without eeze Please, Cedric, check if it's ok. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@65020 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/emotion_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/emotion_main.c b/src/lib/emotion_main.c index cca6491..54748f0 100644 --- a/src/lib/emotion_main.c +++ b/src/lib/emotion_main.c @@ -352,9 +352,11 @@ emotion_shutdown(void) EINA_LIST_FREE(_emotion_webcams->webcams, ew) { +#ifdef EMOTION_HAVE_EEZE /* There is currently no way to refcount from the outside, this help, but could lead to some issue */ EINA_REFCOUNT_UNREF(ew) emotion_webcam_destroy(ew); +#endif } free(_emotion_webcams); _emotion_webcams = NULL; -- 2.7.4