mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
update example - config.h isn't included anymore
Original commit message from CVS: update example - config.h isn't included anymore
This commit is contained in:
parent
803ce6bf48
commit
6b5d184d95
3 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ main (int argc, char **argv)
|
|||
const gchar **argvn;
|
||||
|
||||
options[0].arg = (void *) gst_init_get_popt_table ();
|
||||
if (! (program = gnome_program_init (PACKAGE, VERSION, LIBGNOMEUI_MODULE,
|
||||
if (! (program = gnome_program_init ("my_package", "0.1", LIBGNOMEUI_MODULE,
|
||||
argc, argv,
|
||||
GNOME_PARAM_POPT_TABLE, options,
|
||||
NULL)))
|
||||
|
|
|
@ -39,7 +39,7 @@ main (int argc, char **argv)
|
|||
const gchar **argvn;
|
||||
|
||||
options[0].arg = (void *) gst_init_get_popt_table ();
|
||||
if (! (program = gnome_program_init (PACKAGE, VERSION, LIBGNOMEUI_MODULE,
|
||||
if (! (program = gnome_program_init ("my_package", "0.1", LIBGNOMEUI_MODULE,
|
||||
argc, argv,
|
||||
GNOME_PARAM_POPT_TABLE, options,
|
||||
NULL)))
|
||||
|
|
|
@ -39,7 +39,7 @@ main (int argc, char **argv)
|
|||
const gchar **argvn;
|
||||
|
||||
options[0].arg = (void *) gst_init_get_popt_table ();
|
||||
if (! (program = gnome_program_init (PACKAGE, VERSION, LIBGNOMEUI_MODULE,
|
||||
if (! (program = gnome_program_init ("my_package", "0.1", LIBGNOMEUI_MODULE,
|
||||
argc, argv,
|
||||
GNOME_PARAM_POPT_TABLE, options,
|
||||
NULL)))
|
||||
|
|
Loading…
Reference in a new issue