mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-02 14:20:06 +00:00
icles: Link with GTK+
This commit is contained in:
parent
92b7c0ad15
commit
55c48789b7
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -742,7 +742,7 @@ ui_refresh ()
|
|||
static int
|
||||
ui_create ()
|
||||
{
|
||||
Gerror *error = NULL;
|
||||
GError *error = NULL;
|
||||
int ret = 0;
|
||||
|
||||
builder = gtk_builder_new ();
|
||||
|
|
Loading…
Reference in a new issue