mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
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:
parent
0a9c8cced5
commit
0a8f420c5c
3 changed files with 8 additions and 3 deletions
|
@ -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>
|
2006-02-19 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
|
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit c30611ac38336030fed6d258c6e558cc537adbc5
|
Subproject commit c09cd18d328f740ac532377fa5605b0f712cc6fd
|
|
@ -61,6 +61,7 @@ fi
|
||||||
|
|
||||||
AC_HEADER_STDC([])
|
AC_HEADER_STDC([])
|
||||||
|
|
||||||
|
GST_ARG_WITH_PKG_CONFIG_PATH
|
||||||
|
|
||||||
dnl check for gstreamer
|
dnl check for gstreamer
|
||||||
dnl uninstalled is selected preferentially -- see pkg-config(1)
|
dnl uninstalled is selected preferentially -- see pkg-config(1)
|
||||||
|
@ -83,8 +84,6 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
|
||||||
dnl Determine CPU
|
dnl Determine CPU
|
||||||
GST_ARCH()
|
GST_ARCH()
|
||||||
|
|
||||||
GST_ARG_WITH_PKG_CONFIG_PATH
|
|
||||||
|
|
||||||
dnl check for documentation tools
|
dnl check for documentation tools
|
||||||
GTK_DOC_CHECK([1.3])
|
GTK_DOC_CHECK([1.3])
|
||||||
AS_PATH_PYTHON([2.1])
|
AS_PATH_PYTHON([2.1])
|
||||||
|
|
Loading…
Reference in a new issue