GNOME Bugzilla – Bug 341489
gst-plugins-good wavparse Cygwin fix
Last modified: 2006-10-10 20:33:58 UTC
Recent changes to the wavparse plugin require linking against libgstbase. Please add $(GST_BASE_LIBS) to libgstwavparse_la_LIBADD in gst-plugins-good/gst/wavparse/Makefile.am to fix this.
2006-05-12 Tim-Philipp Müller <tim at centricular dot net> * gst/wavparse/Makefile.am: Add CFLAGS and LIBS for libgstbase, fixes build on Cygwin (#341489).
Created attachment 74374 [details] [review] Patch for Cygwin build Perhaps a bit of a cut-and-paste mistype (_CFLAGS versus _LIBS) when closing this bug ;) Attached patch should help.
The attached patch doesn't relate to Makefile.am at all - was that intentional? Fixed the LIBS/CFLAGS mixup: 2006-10-10 Tim-Philipp Müller <tim at centricular dot net> * gst/wavparse/Makefile.am: Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
(In reply to comment #3) > The attached patch doesn't relate to Makefile.am at all - was that intentional? Hm, oops, no. That's just me having a few bad 'administration' days :(