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.
This commit is contained in:
Zeeshan Ali 2005-05-07 20:27:09 +00:00
parent 43e5cd1ceb
commit 74b5523d5c
2 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,12 @@
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:

View file

@ -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