After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 319248 - configure script doesn't accept --with-pkg-config-path argument
configure script doesn't accept --with-pkg-config-path argument
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal enhancement
: 0.10.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-19 15:52 UTC by Sebastien Cote
Modified: 2006-02-21 11:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add --with-pkg-configure-path to configure.ac (473 bytes, patch)
2005-10-19 15:54 UTC, Sebastien Cote
none Details | Review
proposed fix (611 bytes, patch)
2006-02-17 02:08 UTC, Sebastien Cote
none Details | Review

Description Sebastien Cote 2005-10-19 15:52:46 UTC
gst-ffmpeg's configure script doesn't the "-with-pkg-config-path" argument while
all the other GStreamer modules accept it.

I think it should either be added to gst-ffmpeg, or removed from the other modules.
Comment 1 Sebastien Cote 2005-10-19 15:54:01 UTC
Created attachment 53660 [details] [review]
Add --with-pkg-configure-path to configure.ac
Comment 2 Ronald Bultje 2005-10-24 14:21:33 UTC
This macro does only exist in 0.9.x...
Comment 3 Edward Hervey 2006-01-17 09:15:06 UTC
2006-01-17  Edward Hervey  <edward@fluendo.com>

	* configure.ac:
	Add --with-pkg-config-path argument.
	Closes #319248

Comment 4 Sebastien Cote 2006-02-17 02:08:44 UTC
Created attachment 59546 [details] [review]
proposed fix

In the CVS version of gst-ffmpeg, the macro for --with-pkg-config-path is inserted after the check for GStreamer so it doesn't work. This patch runs the macro earlier.
Comment 5 Jan Schmidt 2006-02-21 11:30:39 UTC
        * configure.ac:
        Apply patch from Sebastien Cote to handle --with-pkg-config-path
        before looking for GStreamer patches. (Re-closes #319248)