From 48134a237088eeb39737d78189576026a6071a1b Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Sat, 7 May 2005 20:27:10 +0000 Subject: 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 ... 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. --- ChangeLog | 9 +++++++++ configure.ac | 4 ++-- gst/effectv/Makefile.am | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index c571e6e2..c6c17f68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-05-08 Zeeshan Ali + + * 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 * configure.ac: diff --git a/configure.ac b/configure.ac index 5cb7b3db..1939c4c5 100644 --- a/configure.ac +++ b/configure.ac @@ -263,8 +263,8 @@ if test "x$HAVE_GST_PLUGINS" = "xno"; then 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 diff --git a/gst/effectv/Makefile.am b/gst/effectv/Makefile.am index 26b61be7..fd87b7d6 100644 --- a/gst/effectv/Makefile.am +++ b/gst/effectv/Makefile.am @@ -2,8 +2,8 @@ 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 -- cgit