summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-01-16 11:23:00 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-01-16 11:23:00 +0100
commit55c48789b7902d78cc85599445aec6dfb6b6b7c6 (patch)
tree70a63de966f6938159bbf9dab925bc837fe4f063
parent92b7c0ad15e7a396dc12b51c0b6e4f15343f2040 (diff)
downloadgstreamer-plugins-bad-55c48789b7902d78cc85599445aec6dfb6b6b7c6.tar.gz
icles: Link with GTK+
-rw-r--r--tests/icles/Makefile.am4
-rw-r--r--tests/icles/metadata_editor.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am
index 437a82fd3..4488de53a 100644
--- a/tests/icles/Makefile.am
+++ b/tests/icles/Makefile.am
@@ -25,9 +25,9 @@ GST_METADATA_TESTS = metadata_editor
metadata_editor_SOURCES = metadata_editor.c
metadata_editor_CFLAGS = \
- $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
+ $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
metadata_editor_LDADD = \
- $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-0.10 $(GST_LIBS)
+ $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-0.10 $(GST_LIBS) $(GTK_LIBS)
else
GST_METADATA_TESTS =
endif
diff --git a/tests/icles/metadata_editor.c b/tests/icles/metadata_editor.c
index 81eda9795..613946cd8 100644
--- a/tests/icles/metadata_editor.c
+++ b/tests/icles/metadata_editor.c
@@ -742,7 +742,7 @@ ui_refresh ()
static int
ui_create ()
{
- Gerror *error = NULL;
+ GError *error = NULL;
int ret = 0;
builder = gtk_builder_new ();