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 652100 - compile failure in testchannels
compile failure in testchannels
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.30
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-08 09:41 UTC by Christophe Fergeau
Modified: 2011-06-08 11:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (1.27 KB, patch)
2011-06-08 09:41 UTC, Christophe Fergeau
committed Details | Review

Description Christophe Fergeau 2011-06-08 09:41:09 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.
Comment 1 Tim-Philipp Müller 2011-06-08 11:22:46 UTC
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