GNOME Bugzilla – Bug 612331
inputselector: linkage flags are incorrect
Last modified: 2010-03-09 21:53:01 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.
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