mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 13:38:48 +00:00
configure: remove liboil check
This commit is contained in:
parent
bd893e4dfb
commit
02c279a511
2 changed files with 0 additions and 11 deletions
|
@ -38,12 +38,6 @@ Notes: The required version is updated frequently, so the version
|
||||||
listed in this file is often wrong. If you are compiling from CVS,
|
listed in this file is often wrong. If you are compiling from CVS,
|
||||||
the required version is often the latest GStreamer Base Plugins CVS.
|
the required version is often the latest GStreamer Base Plugins CVS.
|
||||||
|
|
||||||
Package: liboil
|
|
||||||
Version: >= 0.3.8
|
|
||||||
Recommended: 0.3.latest
|
|
||||||
URL: http://liboil.freedesktop.org/
|
|
||||||
DebianPackage: liboil0.3-dev
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Optional libraries:
|
Optional libraries:
|
||||||
|
|
|
@ -206,11 +206,6 @@ dnl *** checks for dependency libraries ***
|
||||||
dnl GLib is required
|
dnl GLib is required
|
||||||
AG_GST_GLIB_CHECK([2.18])
|
AG_GST_GLIB_CHECK([2.18])
|
||||||
|
|
||||||
dnl liboil is required
|
|
||||||
PKG_CHECK_MODULES(LIBOIL, liboil-0.3 >= 0.3.8, HAVE_LIBOIL=yes, HAVE_LIBOIL=no)
|
|
||||||
if test "x$HAVE_LIBOIL" != "xyes"; then
|
|
||||||
AC_ERROR([liboil-0.3.8 or later is required])
|
|
||||||
|
|
||||||
dnl Orc
|
dnl Orc
|
||||||
AC_ARG_ENABLE(orc,
|
AC_ARG_ENABLE(orc,
|
||||||
AC_HELP_STRING([--enable-orc],[use Orc if installed]),
|
AC_HELP_STRING([--enable-orc],[use Orc if installed]),
|
||||||
|
|
Loading…
Reference in a new issue