mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
configure.ac: Add --with-pkg-config-path argument.
Original commit message from CVS: * configure.ac: Add --with-pkg-config-path argument. Closes #319248
This commit is contained in:
parent
934e5a41bd
commit
882d688f45
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-01-17 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* configure.ac:
|
||||
Add --with-pkg-config-path argument.
|
||||
Closes #319248
|
||||
|
||||
2006-01-12 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* libavcodec/utils.c: Fix for CVE-2005-4048 (bugzilla bug
|
||||
|
|
|
@ -82,6 +82,8 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
|
|||
dnl Determine CPU
|
||||
GST_ARCH()
|
||||
|
||||
GST_ARG_WITH_PKG_CONFIG_PATH
|
||||
|
||||
dnl ###########################
|
||||
dnl # Configure external libs #
|
||||
dnl ###########################
|
||||
|
|
Loading…
Reference in a new issue