From 8aebdeb35da3b49d02a1442a54af2e47360cae33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 30 May 2011 12:27:37 +0200 Subject: faceoverlay: Add gst-plugins-base CFLAGS and LIBS to fix compilation --- gst/faceoverlay/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/faceoverlay') diff --git a/gst/faceoverlay/Makefile.am b/gst/faceoverlay/Makefile.am index a5c883cc3..30b780c20 100644 --- a/gst/faceoverlay/Makefile.am +++ b/gst/faceoverlay/Makefile.am @@ -4,8 +4,8 @@ plugin_LTLIBRARIES = libgstfaceoverlay.la libgstfaceoverlay_la_SOURCES = gstfaceoverlay.c # compiler and linker flags used to compile this plugin, set in configure.ac -libgstfaceoverlay_la_CFLAGS = $(GST_CFLAGS) -libgstfaceoverlay_la_LIBADD = $(GST_LIBS) +libgstfaceoverlay_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) +libgstfaceoverlay_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_MAJORMINOR@ $(GST_LIBS) libgstfaceoverlay_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstfaceoverlay_la_LIBTOOLFLAGS = --tag=disable-static -- cgit v1.2.1