GNOME Bugzilla – Bug 652100
compile failure in testchannels
Last modified: 2011-06-08 11:22:55 UTC
Created attachment 189456 [details] [review] proposed fix When trying to compile gst-plugins-base, I get a compilation failure int estchannels about libgstaudio-0.10 not being found.
Thanks for the patch, pushed: commit a9b979d45f38c592a46106a86b37d1c6c83c0be4 Author: Christophe Fergeau <cfergeau@redhat.com> Date: Wed Jun 8 11:33:07 2011 +0200 examples: don't link testchannels example with system libgstaudio The testchannels audio test program is using -lgstaudio-0.10 to link with libgstaudio which won't use the gstaudio library that was just built but the one from the system. This is an issue since it means we won't be testing the code from the current source tree, and it also breaks the build when building on a system which don't have a libgstaudio yet. https://bugzilla.gnome.org/show_bug.cgi?id=652100