From 13bee94964d97359e3f4bc383cefc278b2beb3aa Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 15 Jan 2004 16:34:44 +0000 Subject: gst/: Since we use videofilter symbols, link to it. Original commit message from CVS: 2004-01-15 Ronald Bultje * gst/videofilter/Makefile.am: * gst/volume/Makefile.am: Since we use videofilter symbols, link to it. --- gst/videofilter/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gst') diff --git a/gst/videofilter/Makefile.am b/gst/videofilter/Makefile.am index 23a6da3e..437eefcb 100644 --- a/gst/videofilter/Makefile.am +++ b/gst/videofilter/Makefile.am @@ -25,7 +25,7 @@ libgstvideoflip_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstvideobalance_la_SOURCES = gstvideobalance.c libgstvideobalance_la_CFLAGS = $(GST_CFLAGS) -libgstvideobalance_la_LIBADD = +libgstvideobalance_la_LIBADD = $(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_MAJORMINOR).la libgstvideobalance_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lm libgstgamma_la_SOURCES = gstgamma.c @@ -35,4 +35,3 @@ libgstgamma_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lm gstvideoexample.c: $(srcdir)/make_filter $(srcdir)/gstvideotemplate.c $(srcdir)/make_filter Videoexample $(srcdir)/gstvideotemplate.c - -- cgit