emotion: fix build with Eina_Semaphore.

SVN revision: 66697
This commit is contained in:
Cedric BAIL 2011-12-30 15:06:24 +00:00
parent 5924c8bacc
commit 6b961d4772
3 changed files with 3 additions and 6 deletions

View File

@ -56,7 +56,7 @@ AC_DEFUN([EMOTION_CHECK_DEP_GENERIC_VLC],
requirement=""
PKG_CHECK_MODULES([GENERIC_VLC],
[libvlc >= 0.9],
[libvlc >= 0.9 eina >= 1.1.99],
[
have_dep="yes"
requirement="libvlc"

View File

@ -18,6 +18,7 @@
#include <signal.h>
#include <vlc/vlc.h>
#include <Emotion_Generic_Plugin.h>
enum _Thread_Events {

View File

@ -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