GNOME Bugzilla – Bug 666485
Build WaveForm plugin with autotools
Last modified: 2011-12-27 22:59:56 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.
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
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'
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