Original commit message from CVS:
Fixed a few things to enable the mad and effectv to be able to find the headers in the gst-plugins-base/gst-libs and to link against the libs in there.
+2005-05-08 Zeeshan Ali <zeenix@gmail.com>
+
+ * configure.ac:
+ * ext/mad/Makefile.am:
+ * effectv/Makefile.am:
+ Fixed a few things to enable the mad and effectv to be able to find the
+ headers in the gst-plugins-base/gst-libs and to link against the libs
+ in there.
+
2005-05-07 Zeeshan Ali <zeenix@gmail.com>
* configure.ac:
AC_MSG_ERROR(no GStreamer Plugins Libs found)
fi
-AC_SUBST(GST_PLUGINS_LIBS)
-AC_SUBST(GST_PLUGINS_CFLAGS)
+AC_SUBST(GST_PLUGINS_LIBS_LIBS)
+AC_SUBST(GST_PLUGINS_LIBS_CFLAGS)
dnl Determine endianness
AC_C_BIGENDIAN
plugin_LTLIBRARIES = libgsteffectv.la
libgsteffectv_la_SOURCES = gsteffectv.c gstedge.c gstaging.c gstdice.c gstwarp.c gstshagadelic.c gstvertigo.c gstrev.c gstquark.c
-libgsteffectv_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/videofilter
+libgsteffectv_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_LIBS_CFLAGS) -I$(top_srcdir)/gst/videofilter
libgsteffectv_la_LIBADD = $(top_builddir)/gst/videofilter/libgstvideofilter.la
-libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_PLUGINS_LIBS_LIBS)
noinst_HEADERS = gsteffectv.h