tests: More fixes for moved interfaces

This commit is contained in:
Edward Hervey 2011-11-29 19:31:55 +01:00
parent 871b306fce
commit a3b272f0a3
3 changed files with 3 additions and 2 deletions

View 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)

View 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)

View 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;