Changeset 477

Show
Ignore:
Timestamp:
03/12/2008 08:45:16 (6 months ago)
Author:
why
Message:
  • shoes/ruby.c: init vlc on xp just like as on osx.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/shoes/ruby.c

    r474 r477  
    10391039  shoes_video *video = SHOE_ALLOC(shoes_video); 
    10401040  SHOE_MEMZERO(video, shoes_video, 1); 
    1041 #ifdef SHOES_QUARTZ 
     1041#ifndef SHOES_GTK 
    10421042  char *ppsz_argv[2] = {"vlc", NULL}; 
    10431043  char pathsw[SHOES_BUFSIZE];