tests: More fixes for moved interfaces
authorEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 29 Nov 2011 18:31:55 +0000 (19:31 +0100)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 29 Nov 2011 18:31:55 +0000 (19:31 +0100)
tests/examples/seek/Makefile.am
tests/icles/Makefile.am
tests/icles/test-colorkey.c

index ae34780..d43d597 100644 (file)
@@ -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)
index d671c56..7aebee2 100644 (file)
@@ -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)
 
index fca374e..d79834a 100644 (file)
@@ -31,7 +31,7 @@
 #include <gtk/gtk.h>
 
 #include <gst/gst.h>
-#include <gst/interfaces/videooverlay.h>
+#include <gst/video/videooverlay.h>
 #include <gst/interfaces/propertyprobe.h>
 
 static GtkWidget *video_window = NULL;