From a3b272f0a3993cbdfaf91dab2219b949aebbf54b Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 29 Nov 2011 19:31:55 +0100 Subject: [PATCH] tests: More fixes for moved interfaces --- tests/examples/seek/Makefile.am | 2 +- tests/icles/Makefile.am | 1 + tests/icles/test-colorkey.c | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/examples/seek/Makefile.am b/tests/examples/seek/Makefile.am index ae34780..d43d597 100644 --- a/tests/examples/seek/Makefile.am +++ b/tests/examples/seek/Makefile.am @@ -11,7 +11,7 @@ examples = $(GTK_EXAMPLES) stepping stepping2 noinst_PROGRAMS = $(examples) LDADD = \ - $(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \ + $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_MAJORMINOR@.la \ $(GST_LIBS) $(GTK_LIBS) $(LIBM) AM_CFLAGS = -I$(top_builddir)/gst-libs $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS) diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am index d671c56..7aebee2 100644 --- a/tests/icles/Makefile.am +++ b/tests/icles/Makefile.am @@ -18,6 +18,7 @@ test_colorkey_SOURCES = test-colorkey.c test_colorkey_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \ $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(X_CFLAGS) $(GTK_CFLAGS) test_colorkey_LDADD = \ + $(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-$(GST_MAJORMINOR).la \ $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \ $(GST_LIBS) $(X_LIBS) $(LIBM) $(GTK_LIBS) diff --git a/tests/icles/test-colorkey.c b/tests/icles/test-colorkey.c index fca374e..d79834a 100644 --- a/tests/icles/test-colorkey.c +++ b/tests/icles/test-colorkey.c @@ -31,7 +31,7 @@ #include #include -#include +#include #include static GtkWidget *video_window = NULL; -- 2.7.4