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 666485 - Build WaveForm plugin with autotools
Build WaveForm plugin with autotools
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.x
Other Cygwin
: Normal normal
: 0.10.32
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-12-19 07:05 UTC by Yaakov Selkowitz
Modified: 2011-12-27 22:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
waveform autotools patch (2.74 KB, patch)
2011-12-19 07:05 UTC, Yaakov Selkowitz
committed Details | Review

Description Yaakov Selkowitz 2011-12-19 07:05:24 UTC
Created attachment 203841 [details] [review]
waveform autotools patch

The attached patch for 0.10.30 allows building the WaveForm plugin with autotools for Cygwin and MinGW.
Comment 1 Tim-Philipp Müller 2011-12-26 23:15:01 UTC
commit e72b55b6ac84ae5748ea3e462802a96a71b4acca
Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Date:   Mon Dec 26 22:22:59 2011 +0000

    waveform: add autotools bits for waveform plugin
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666485
Comment 2 LRN 2011-12-27 22:23:47 UTC
This causes the following build failure on Windows:

gstwaveformsink.c:102:1: error: redundant redeclaration of 'gst_waveform_sink_base_init'
gstwaveformsink.c:52:13: note: previous declaration of 'gst_waveform_sink_base_init' was here
gstwaveformsink.c:102:1: error: redundant redeclaration of 'gst_waveform_sink_class_init'
gstwaveformsink.c:53:13: note: previous declaration of 'gst_waveform_sink_class_init' was here
gstwaveformsink.c:102:1: error: redundant redeclaration of 'gst_waveform_sink_init'
gstwaveformsink.c:54:13: note: previous declaration of 'gst_waveform_sink_init' was here
gstwaveformsink.c: In function 'gst_waveform_sink_set_property':
gstwaveformsink.c:157:20: error: unused variable 'wfsink'
gstwaveformsink.c: In function 'gst_waveform_sink_get_property':
gstwaveformsink.c:170:20: error: unused variable 'wfsink'
gstwaveformsink.c: In function 'gst_waveform_sink_open':
gstwaveformsink.c:351:20: error: unused variable 'wfsink'
gstwaveformsink.c: In function 'gst_waveform_sink_close':
gstwaveformsink.c:451:20: error: unused variable 'wfsink'
Comment 3 Tim-Philipp Müller 2011-12-27 22:59:56 UTC
commit 2be912cb4559d85756a22e3e04cd4e609779f089
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Tue Dec 27 22:59:03 2011 +0000

    waveformsink: fix compiler warnings with MingW
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666485