]> git.sesse.net Git - vlc/blob - ipkg/gpe.patch
Dependencies for SDLAudio (esd/esddsp) and instalation script fixes.
[vlc] / ipkg / gpe.patch
1 --- familiar.c  Wed Oct  2 23:41:50 2002
2 +++ familiar-gpe.c      Sun Oct  6 22:01:23 2002
3 @@ -32,6 +32,7 @@
4  #include <videolan/vlc.h>
5  
6  #include <gtk/gtk.h>
7 +#include <gpe/init.h>
8  
9  #include "stream_control.h"
10  #include "input_ext-intf.h"
11 @@ -178,12 +179,9 @@
12      int    i_args   = 1;
13      int    i_dummy  = 0;
14  
15 -    /* Initialize Gtk+ */
16 -    gtk_set_locale ();
17 -
18 -    /* gtk_init will register stuff with g_atexit, so we need to take
19 -     * the global lock if we want to be able to intercept the calls */
20 -    gtk_init( &i_args, &pp_args );
21 +   /* Initialize GPE interface */
22 +   if (gpe_application_init (&argc, &argv) == FALSE)
23 +        exit (1);      
24  
25      /* Create some useful widgets that will certainly be used */
26  // FIXME: magic path