summaryrefslogtreecommitdiffstats
path: root/gst/debug
diff options
context:
space:
mode:
Diffstat (limited to 'gst/debug')
-rw-r--r--gst/debug/Makefile.am6
-rw-r--r--gst/debug/gstnavigationtest.h2
2 files changed, 3 insertions, 5 deletions
diff --git a/gst/debug/Makefile.am b/gst/debug/Makefile.am
index 14bb3699..972d2bfc 100644
--- a/gst/debug/Makefile.am
+++ b/gst/debug/Makefile.am
@@ -15,11 +15,9 @@ libgstefence_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstnavigationtest_la_SOURCES = gstnavigationtest.c
libgstnavigationtest_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
- $(GST_PLUGINS_BASE_CFLAGS) \
- -I$(top_srcdir)/gst/videofilter
+ $(GST_PLUGINS_BASE_CFLAGS)
libgstnavigationtest_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \
- $(GST_PLUGINS_BASE_LIBS) \
- $(top_builddir)/gst/videofilter/libgstvideofilter-@GST_MAJORMINOR@.la
+ $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_MAJORMINOR@
libgstnavigationtest_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstdebug_la_SOURCES = \
diff --git a/gst/debug/gstnavigationtest.h b/gst/debug/gstnavigationtest.h
index 98abcd81..b31dacb6 100644
--- a/gst/debug/gstnavigationtest.h
+++ b/gst/debug/gstnavigationtest.h
@@ -21,7 +21,7 @@
#ifndef __GST_NAVIGATIONTEST_H__
#define __GST_NAVIGATIONTEST_H__
-#include "gstvideofilter.h"
+#include <gst/video/gstvideofilter.h>
G_BEGIN_DECLS