icles: Link with GTK+
This commit is contained in:
parent
92b7c0ad15
commit
55c48789b7
@ -25,9 +25,9 @@ GST_METADATA_TESTS = metadata_editor
|
|||||||
|
|
||||||
metadata_editor_SOURCES = metadata_editor.c
|
metadata_editor_SOURCES = metadata_editor.c
|
||||||
metadata_editor_CFLAGS = \
|
metadata_editor_CFLAGS = \
|
||||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||||
metadata_editor_LDADD = \
|
metadata_editor_LDADD = \
|
||||||
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-0.10 $(GST_LIBS)
|
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-0.10 $(GST_LIBS) $(GTK_LIBS)
|
||||||
else
|
else
|
||||||
GST_METADATA_TESTS =
|
GST_METADATA_TESTS =
|
||||||
endif
|
endif
|
||||||
|
@ -742,7 +742,7 @@ ui_refresh ()
|
|||||||
static int
|
static int
|
||||||
ui_create ()
|
ui_create ()
|
||||||
{
|
{
|
||||||
Gerror *error = NULL;
|
GError *error = NULL;
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
builder = gtk_builder_new ();
|
builder = gtk_builder_new ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user