From 30103e736d4752ff263681e1b361d7eb6eef0ef1 Mon Sep 17 00:00:00 2001 From: LRN Date: Sun, 7 Jun 2009 22:20:33 +0400 Subject: [PATCH] Added libgstbase to schro's LIBADD Fixes #585079 --- ext/schroedinger/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/schroedinger/Makefile.am b/ext/schroedinger/Makefile.am index d533578..94ff62d 100644 --- a/ext/schroedinger/Makefile.am +++ b/ext/schroedinger/Makefile.am @@ -13,10 +13,12 @@ libgstschro_la_SOURCES = \ libgstschro_la_CFLAGS = \ $(GST_PLUGINS_BASE_CFLAGS) \ $(GST_CFLAGS) \ + $(GST_BASE_CFLAGS) \ $(SCHRO_CFLAGS) libgstschro_la_LIBADD = \ $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \ $(GST_LIBS) \ + $(GST_BASE_LIBS) \ $(SCHRO_LIBS) libgstschro_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstschro_la_LIBTOOLFLAGS = --tag=disable-static -- 2.7.4