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 777652 - iqa configure.ac: Fix AM_CONDITIONAL for HAVE_DSSIM
iqa configure.ac: Fix AM_CONDITIONAL for HAVE_DSSIM
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.11.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-01-23 15:30 UTC by Mart Raudsepp
Modified: 2017-01-23 16:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix as written by Lars (1007 bytes, patch)
2017-01-23 15:30 UTC, Mart Raudsepp
committed Details | Review

Description Mart Raudsepp 2017-01-23 15:30:54 UTC
Created attachment 344041 [details] [review]
Fix as written by Lars

Patch from Lars Wendler to fix configure when iqa is not installed. Submitting on his behalf to avoid bugzilla account creation. The attached patch has his author attributions as provided by him at https://www.gentoofan.org/gentoo/poly-c_overlay/media-libs/gst-plugins-bad/files/gst-plugins-bad-1.11.1-configure.patch

I have not personally tested this, so not adding my signed-off-by or anything, though it looks correct to me on the outset.
Comment 1 Sebastian Dröge (slomo) 2017-01-23 16:04:53 UTC
commit 182767ef9d20e2ce9508426137b8b4c1c13c235f
Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Fri Jan 20 07:45:43 2017 +0100

    iaq: Move AM_CONDITIONAL(HAVE_DSSIM) outside of the iqa check block
    
    or else configure fails with
    
      error: conditional "HAVE_DSSIM" was never defined.
    
    when iqa is not installed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777652