From 63afbce6bee5dcb94d668c12a0a6dc798a98f268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 19 Jan 2015 11:17:18 +0100 Subject: [PATCH] videorate: Add $(GST_PLUGINS_BASE_CFLAGS) to be able to find gst/video/video.h --- gst/videorate/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/videorate/Makefile.am b/gst/videorate/Makefile.am index 1a5631ed83..f62c1ba496 100644 --- a/gst/videorate/Makefile.am +++ b/gst/videorate/Makefile.am @@ -3,7 +3,7 @@ noinst_HEADERS = gstvideorate.h plugin_LTLIBRARIES = libgstvideorate.la libgstvideorate_la_SOURCES = gstvideorate.c -libgstvideorate_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) +libgstvideorate_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) libgstvideorate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstvideorate_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \ $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_API_VERSION).la