GNOME Bugzilla – Bug 334109
pkg-config files must link with the same check library than GStreamer
Last modified: 2006-03-21 13:56:21 UTC
Hi, GStreamer now properly checks for libcheck_pic.a before libcheck.a under Debian and Ubuntu systems, but the pkg-config files hardcode "-lcheck". I'll attach a patch which switch to @CHECK_LIBS@ in the pkg-config files. Cheers,
Created attachment 61025 [details] [review] Use the configured check library in the pkgconfig files
Committed, thanks! 2006-03-21 Tim-Philipp Müller <tim at centricular dot net> Patch by: Loïc Minier <lool + gnome at via dot ecp dot fr> * pkgconfig/gstreamer-check-uninstalled.pc.in: * pkgconfig/gstreamer-check.pc.in: Use @CHECK_LIBS@ here instead of hard-coding -lcheck (#334109).