#define EFL_BETA_API_SUPPORT
#define EFL_EO_API_SUPPORT
#include <Eo.h>
#include <Ecore.h>
#include <Evas.h>
#include <stdio.h>
#define WIDTH  (320)
#define HEIGHT (240)
static void
{
    printf("Emotion object started playback.\n");
}
int
main(int argc, const char *argv[])
{
   Ecore_Evas *ee;
   const char *filename = NULL;
   if (argc < 2)
     {
        printf("One argument is necessary. Usage:\n");
        printf("\t%s <filename>\n", argv[0]);
     }
   filename = argv[1];
     return EXIT_FAILURE;
   
   if (!ee)
   
   
   evas_object_move(bg, 0, 0); 
   evas_object_resize(bg, WIDTH, HEIGHT); 
   
   emotion_object_init(em, NULL);
     (em, EFL_CANVAS_VIDEO_EVENT_PLAYBACK_START, _playback_started_cb, NULL);
   evas_object_move(em, 0, 0);
   evas_object_resize(em, WIDTH, HEIGHT);
   return 0;
   fprintf(stderr, "you got to have at least one evas engine built and linked"
                   " up to ecore-evas for this example to run properly.\n");
   return -1;
}