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 656781 - resample.c has warnings treated as errors that prevent compilation
resample.c has warnings treated as errors that prevent compilation
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other Linux
: Normal normal
: 0.10.36
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-17 22:39 UTC by chernoff
Modified: 2011-08-18 09:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
full terminal output from jhbuild of gst-plugins-base (74.88 KB, application/octet-stream)
2011-08-17 22:39 UTC, chernoff
  Details
audioresample: fix build without orc (1.05 KB, patch)
2011-08-18 08:48 UTC, Vincent Penquerc'h
committed Details | Review

Description chernoff 2011-08-17 22:39:41 UTC
Created attachment 194088 [details]
full terminal output from jhbuild of gst-plugins-base

jhbuild of gst-plugins-base fails to compile:

cc1: warnings being treated as errors
resample.c:932:1: error: 'check_insn_set' defined but not used
make[3]: *** [libgstaudioresample_la-speex_resampler_int.lo] Error 1
make[3]: Leaving directory `/home/dfc/checkout/gnome/gst-plugins-base/gst/audioresample'
Comment 1 Vincent Penquerc'h 2011-08-18 08:48:49 UTC
Created attachment 194107 [details] [review]
audioresample: fix build without orc
Comment 2 Vincent Penquerc'h 2011-08-18 08:49:07 UTC
Guilty, m'lud.
Comment 3 Sebastian Dröge (slomo) 2011-08-18 09:05:01 UTC
commit 30236ddfd39f50400f5a779de1d28cd4069e6577
Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Date:   Thu Aug 18 09:48:16 2011 +0100

    audioresample: fix build without orc
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656781