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 684740 - chromaprint: resolve undefined symbols
chromaprint: resolve undefined symbols
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.0.0
Other Cygwin
: Normal normal
: 1.0.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-09-24 21:17 UTC by Yaakov Selkowitz
Modified: 2012-09-24 22:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
chromaprint: resolve undefined symbols (1.28 KB, patch)
2012-09-24 21:17 UTC, Yaakov Selkowitz
committed Details | Review

Description Yaakov Selkowitz 2012-09-24 21:17:35 UTC
This patch fixes a link error on Cygwin/MinGW, or on Linux with -Wl,z,defs.
Comment 1 Yaakov Selkowitz 2012-09-24 21:17:38 UTC
Created attachment 225105 [details] [review]
chromaprint: resolve undefined symbols

Calls to gst_base_transform_get_type and gst_base_transform_set_passthrough
require linking with libgstbase.
Comment 2 Tim-Philipp Müller 2012-09-24 22:25:17 UTC
Thanks, pushed with changes (changed the GST_BASE_LIBS in _CFLAGS to GST_BASE_CFLAGS):

 commit 33a012219dcd8cabf61397e676449eeefe3d3bbe
 Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
 Date:   Mon Sep 24 16:11:32 2012 -0500

    chromaprint: link against libgstbase
    
    Calls to gst_base_transform_get_type and gst_base_transform_set_passthrough
    require linking with libgstbase.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684740