summaryrefslogtreecommitdiff
path: root/gst/faceoverlay
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2011-05-30 12:27:37 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-05-30 12:27:37 +0200
commit8aebdeb35da3b49d02a1442a54af2e47360cae33 (patch)
treed636a7dd246b4aed7ceae72f0ffe282c0f8e26a3 /gst/faceoverlay
parentd11178aac033f64060988de0e3f37867babe18f2 (diff)
downloadgstreamer-plugins-bad-8aebdeb35da3b49d02a1442a54af2e47360cae33.tar.gz
faceoverlay: Add gst-plugins-base CFLAGS and LIBS to fix compilation
Diffstat (limited to 'gst/faceoverlay')
-rw-r--r--gst/faceoverlay/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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