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 612331 - inputselector: linkage flags are incorrect
inputselector: linkage flags are incorrect
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-09 18:58 UTC by Víctor Manuel Jáquez Leal
Modified: 2010-03-09 21:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix the LDFLAGS and LIBADD (1.05 KB, patch)
2010-03-09 18:58 UTC, Víctor Manuel Jáquez Leal
committed Details | Review

Description Víctor Manuel Jáquez Leal 2010-03-09 18:58:48 UTC
Created attachment 155671 [details] [review]
fix the LDFLAGS and LIBADD

The Makefile.am of the inputselector (gst/selector) has a couple LIBS macros assigned in its LDFLAGS, which breaks compilations where the installation path is different from the prefix.

The following patch fix the LDFLAGS and LIBADD.
Comment 1 Sebastian Dröge (slomo) 2010-03-09 21:52:55 UTC
commit f6570a5c7408ddebf9f5da86ab78ecb3fd9a1fcb
Author: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Date:   Tue Mar 9 19:48:44 2010 +0100

    inputselector: fix the LDFLAGS