mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 10:38:27 +00:00
add gst-plugins-libs
Original commit message from CVS: add gst-plugins-libs
This commit is contained in:
parent
477088372f
commit
04b2afd5a3
2 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-05-06 Christian Schaller <uraeus@gnome.org>
|
||||||
|
|
||||||
|
* configure.ac: add gst-plugins-libs
|
||||||
|
|
||||||
2005-05-06 Wim Taymans <wim@fluendo.com>
|
2005-05-06 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
10
configure.ac
10
configure.ac
|
@ -253,6 +253,16 @@ fi
|
||||||
|
|
||||||
AC_SUBST(GST_INTERFACES_LIBS)
|
AC_SUBST(GST_INTERFACES_LIBS)
|
||||||
|
|
||||||
|
dnl check for gstreamer-interfaces; uinstalled is selected preferentially
|
||||||
|
PKG_CHECK_MODULES(GST_PLUGINS_LIBS, gstreamer-libs-$GST_MAJORMINOR >= $GST_REQ,
|
||||||
|
HAVE_GST_PLUGINS="yes", HAVE_GST_PLUGINS="no")
|
||||||
|
|
||||||
|
if test "x$HAVE_GST_PLUGINS" = "xno"; then
|
||||||
|
AC_MSG_ERROR(no GStreamer Plugins Libs found)
|
||||||
|
fi
|
||||||
|
|
||||||
|
AC_SUBST(GST_PLUGINS_LIBS)
|
||||||
|
|
||||||
|
|
||||||
dnl Determine endianness
|
dnl Determine endianness
|
||||||
AC_C_BIGENDIAN
|
AC_C_BIGENDIAN
|
||||||
|
|
Loading…
Reference in a new issue