From 1b37091fbcfe9aa7835d9b09e5f8783cac218c74 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 26 Jul 2003 04:23:32 +0000 Subject: [PATCH] fix initialization Original commit message from CVS: fix initialization --- examples/indexing/Makefile.am | 2 +- examples/indexing/indexmpeg.c | 2 +- tests/old/examples/indexing/Makefile.am | 2 +- tests/old/examples/indexing/indexmpeg.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/indexing/Makefile.am b/examples/indexing/Makefile.am index 800135f19f..022bfc85bf 100644 --- a/examples/indexing/Makefile.am +++ b/examples/indexing/Makefile.am @@ -3,5 +3,5 @@ examples = indexmpeg noinst_PROGRAMS = $(examples) # we have nothing but apps here, we can do this safely -LIBS = $(GST_LIBS) $(GTK_LIBS) $(FT2_LIBS) +LIBS = $(GST_LIBS) $(GTK_LIBS) AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) diff --git a/examples/indexing/indexmpeg.c b/examples/indexing/indexmpeg.c index 7540d16310..85df98d40e 100644 --- a/examples/indexing/indexmpeg.c +++ b/examples/indexing/indexmpeg.c @@ -215,7 +215,7 @@ main (gint argc, gchar *argv[]) POPT_TABLEEND }; - if (!gst_init_with_popt_table (&argc, &argv, options) || argc < 3) { + if (!gst_init_check_with_popt_table (&argc, &argv, options) || argc < 3) { g_print ("usage: %s [-v] \n" " type can be: 0 mpeg_systems\n" " 1 mpeg_decoder\n" diff --git a/tests/old/examples/indexing/Makefile.am b/tests/old/examples/indexing/Makefile.am index 800135f19f..022bfc85bf 100644 --- a/tests/old/examples/indexing/Makefile.am +++ b/tests/old/examples/indexing/Makefile.am @@ -3,5 +3,5 @@ examples = indexmpeg noinst_PROGRAMS = $(examples) # we have nothing but apps here, we can do this safely -LIBS = $(GST_LIBS) $(GTK_LIBS) $(FT2_LIBS) +LIBS = $(GST_LIBS) $(GTK_LIBS) AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) diff --git a/tests/old/examples/indexing/indexmpeg.c b/tests/old/examples/indexing/indexmpeg.c index 7540d16310..85df98d40e 100644 --- a/tests/old/examples/indexing/indexmpeg.c +++ b/tests/old/examples/indexing/indexmpeg.c @@ -215,7 +215,7 @@ main (gint argc, gchar *argv[]) POPT_TABLEEND }; - if (!gst_init_with_popt_table (&argc, &argv, options) || argc < 3) { + if (!gst_init_check_with_popt_table (&argc, &argv, options) || argc < 3) { g_print ("usage: %s [-v] \n" " type can be: 0 mpeg_systems\n" " 1 mpeg_decoder\n"