GNOME Bugzilla – Bug 684740
chromaprint: resolve undefined symbols
Last modified: 2012-09-24 22:25:27 UTC
This patch fixes a link error on Cygwin/MinGW, or on Linux with -Wl,z,defs.
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.
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