On Fri, Dec 30, 2011 at 4:06 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
> emotion: fix build with Eina_Semaphore.
>
>
> Author:       cedric
> Date:         2011-12-30 07:06:24 -0800 (Fri, 30 Dec 2011)
> New Revision: 66697
> Trac:         http://trac.enlightenment.org/e/changeset/66697
>
> Modified:
>  trunk/emotion/m4/emotion_check.m4 
> trunk/emotion/src/generic_players/vlc/emotion_generic_vlc.c 
> trunk/emotion/src/modules/generic/Emotion_Generic_Plugin.h
>
> Modified: trunk/emotion/m4/emotion_check.m4
> ===================================================================
> --- trunk/emotion/m4/emotion_check.m4   2011-12-30 14:17:56 UTC (rev 66696)
> +++ trunk/emotion/m4/emotion_check.m4   2011-12-30 15:06:24 UTC (rev 66697)
> @@ -56,7 +56,7 @@
>  requirement=""
>
>  PKG_CHECK_MODULES([GENERIC_VLC],
> -   [libvlc >= 0.9],
> +   [libvlc >= 0.9 eina >= 1.1.99],

actually, the vlc module should use the generic dependencies, so there
is a better fix to do imho

Vincent

>    [
>     have_dep="yes"
>     requirement="libvlc"
>
> Modified: trunk/emotion/src/generic_players/vlc/emotion_generic_vlc.c
> ===================================================================
> --- trunk/emotion/src/generic_players/vlc/emotion_generic_vlc.c 2011-12-30 
> 14:17:56 UTC (rev 66696)
> +++ trunk/emotion/src/generic_players/vlc/emotion_generic_vlc.c 2011-12-30 
> 15:06:24 UTC (rev 66697)
> @@ -18,6 +18,7 @@
>  #include <signal.h>
>
>  #include <vlc/vlc.h>
> +
>  #include <Emotion_Generic_Plugin.h>
>
>  enum _Thread_Events {
>
> Modified: trunk/emotion/src/modules/generic/Emotion_Generic_Plugin.h
> ===================================================================
> --- trunk/emotion/src/modules/generic/Emotion_Generic_Plugin.h  2011-12-30 
> 14:17:56 UTC (rev 66696)
> +++ trunk/emotion/src/modules/generic/Emotion_Generic_Plugin.h  2011-12-30 
> 15:06:24 UTC (rev 66697)
> @@ -7,11 +7,7 @@
>  #include <sys/stat.h>
>  #include <fcntl.h>
>
> -#ifdef _WIN32
> -# include <windows.h>
> -#else
> -#include <semaphore.h>
> -#endif
> +#include <Eina.h>
>
>  #define DEFAULTWIDTH           320
>  #define DEFAULTHEIGHT          240
>
>
> ------------------------------------------------------------------------------
> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
> infrastructure or vast IT resources to deliver seamless, secure access to
> virtual desktops. With this all-in-one solution, easily deploy virtual
> desktops for less than the cost of PCs and save 60% on VDI infrastructure
> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to