mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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;
|
const gchar **argvn;
|
||||||
|
|
||||||
options[0].arg = (void *) gst_init_get_popt_table ();
|
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,
|
argc, argv,
|
||||||
GNOME_PARAM_POPT_TABLE, options,
|
GNOME_PARAM_POPT_TABLE, options,
|
||||||
NULL)))
|
NULL)))
|
||||||
|
|
|
@ -39,7 +39,7 @@ main (int argc, char **argv)
|
||||||
const gchar **argvn;
|
const gchar **argvn;
|
||||||
|
|
||||||
options[0].arg = (void *) gst_init_get_popt_table ();
|
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,
|
argc, argv,
|
||||||
GNOME_PARAM_POPT_TABLE, options,
|
GNOME_PARAM_POPT_TABLE, options,
|
||||||
NULL)))
|
NULL)))
|
||||||
|
|
|
@ -39,7 +39,7 @@ main (int argc, char **argv)
|
||||||
const gchar **argvn;
|
const gchar **argvn;
|
||||||
|
|
||||||
options[0].arg = (void *) gst_init_get_popt_table ();
|
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,
|
argc, argv,
|
||||||
GNOME_PARAM_POPT_TABLE, options,
|
GNOME_PARAM_POPT_TABLE, options,
|
||||||
NULL)))
|
NULL)))
|
||||||
|
|
Loading…
Reference in a new issue