summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@gmail.com>2005-05-07 20:27:09 +0000
committerZeeshan Ali <zeenix@gmail.com>2005-05-07 20:27:09 +0000
commit74b5523d5cbdd1fc737078ee7309b338c9fc8e70 (patch)
tree369e0549d006cbf71ac81f41132115374edc7416 /configure.ac
parent43e5cd1ceb38c2dfe3c30568598f8d44f1c4da95 (diff)
downloadgst-plugins-bad-74b5523d5cbdd1fc737078ee7309b338c9fc8e70.tar.gz
gst-plugins-bad-74b5523d5cbdd1fc737078ee7309b338c9fc8e70.tar.bz2
gst-plugins-bad-74b5523d5cbdd1fc737078ee7309b338c9fc8e70.zip
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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