configure.ac: Apply patch from Sebastien Cote to handle --with-pkg-config-path before looking for GStreamer patches. ...

Original commit message from CVS:
* configure.ac:
Apply patch from Sebastien Cote to handle --with-pkg-config-path
before looking for GStreamer patches. (Re-closes #319248)
This commit is contained in:
Sebastien Cote 2006-02-21 11:30:10 +00:00 committed by Jan Schmidt
parent 0a9c8cced5
commit 0a8f420c5c
3 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2006-02-21 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac:
Apply patch from Sebastien Cote to handle --with-pkg-config-path
before looking for GStreamer patches. (Re-closes #319248)
2006-02-19 Jan Schmidt <thaytan@mad.scientist.com>
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),

2
common

@ -1 +1 @@
Subproject commit c30611ac38336030fed6d258c6e558cc537adbc5
Subproject commit c09cd18d328f740ac532377fa5605b0f712cc6fd

View file

@ -61,6 +61,7 @@ fi
AC_HEADER_STDC([])
GST_ARG_WITH_PKG_CONFIG_PATH
dnl check for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1)
@ -83,8 +84,6 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
dnl Determine CPU
GST_ARCH()
GST_ARG_WITH_PKG_CONFIG_PATH
dnl check for documentation tools
GTK_DOC_CHECK([1.3])
AS_PATH_PYTHON([2.1])