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 341489 - gst-plugins-good wavparse Cygwin fix
gst-plugins-good wavparse Cygwin fix
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.x
Other Cygwin
: Normal normal
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-12 00:16 UTC by Yaakov Selkowitz
Modified: 2006-10-10 20:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for Cygwin build (1.26 KB, patch)
2006-10-09 21:40 UTC, Mark Nauwelaerts
none Details | Review

Description Yaakov Selkowitz 2006-05-12 00:16:04 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.
Comment 1 Tim-Philipp Müller 2006-05-12 08:23:41 UTC
 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).

Comment 2 Mark Nauwelaerts 2006-10-09 21:40:21 UTC
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.
Comment 3 Tim-Philipp Müller 2006-10-10 08:30:26 UTC
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).

Comment 4 Mark Nauwelaerts 2006-10-10 20:33:58 UTC
(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 :(