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 700328 - ladspa: Build issues when lrdf is found
ladspa: Build issues when lrdf is found
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.x
Other Linux
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-14 18:31 UTC by Nicolas Dufresne (ndufresne)
Modified: 2013-05-14 18:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] ladspa: Fix compilation issue when lrdf is enabled (2.87 KB, patch)
2013-05-14 18:33 UTC, Nicolas Dufresne (ndufresne)
committed Details | Review

Description Nicolas Dufresne (ndufresne) 2013-05-14 18:31:12 UTC
LADSPA plugin won't build if lrdf is found, patch will follow.
Comment 1 Nicolas Dufresne (ndufresne) 2013-05-14 18:33:15 UTC
Created attachment 244225 [details] [review]
[PATCH] ladspa: Fix compilation issue when lrdf is enabled


https://bugzilla.gnome.org/show_bug.cgi?id=700328
---
 ext/ladspa/gstladspautils.c | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)
Comment 2 Tim-Philipp Müller 2013-05-14 18:53:33 UTC
Thanks, pushed:


commit d45623f53233f4e66527c6e381799f754bc9f1f8
Author: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Date:   Tue May 14 14:32:19 2013 -0400

    ladspa: Fix compilation issue when lrdf is enabled
    
    https://bugzilla.gnome.org/show_bug.cgi?id=700328