mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
no need to check for pkg-config or munge its search path
Original commit message from CVS: no need to check for pkg-config or munge its search path
This commit is contained in:
parent
af29852c17
commit
bb5a2fc43b
1 changed files with 0 additions and 10 deletions
10
configure.ac
10
configure.ac
|
@ -120,16 +120,6 @@ else
|
||||||
HAVE_NASM="yes"
|
HAVE_NASM="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl Check for pkgconfig
|
|
||||||
AC_CHECK_PROG(HAVE_PKGCONFIG, pkg-config, true, false)
|
|
||||||
|
|
||||||
dnl fix pkg-config's broken default search path
|
|
||||||
if test -z $PKG_CONFIG_PATH; then
|
|
||||||
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
|
|
||||||
echo "Setting PKG_CONFIG_PATH to $PKG_CONFIG_PATH"
|
|
||||||
fi
|
|
||||||
export PKG_CONFIG_PATH
|
|
||||||
|
|
||||||
dnl check for gstreamer
|
dnl check for gstreamer
|
||||||
PKG_CHECK_MODULES(GST, gstreamer >= 0.3.0)
|
PKG_CHECK_MODULES(GST, gstreamer >= 0.3.0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue