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 769197 - fix simple-launch-lines test with no jpeg lib
fix simple-launch-lines test with no jpeg lib
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.9.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-07-26 16:04 UTC by Vincent Penquerc'h
Modified: 2016-07-26 17:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix simple-launch-lines test with no jpeg lib (1.59 KB, patch)
2016-07-26 16:05 UTC, Vincent Penquerc'h
committed Details | Review

Description Vincent Penquerc'h 2016-07-26 16:04:20 UTC
fix simple-launch-lines test with no jpeg lib
Comment 1 Vincent Penquerc'h 2016-07-26 16:05:18 UTC
Created attachment 332146 [details] [review]
fix simple-launch-lines test with no jpeg lib
Comment 2 Vincent Penquerc'h 2016-07-26 17:13:29 UTC
Thanks, I was wondering whether it was better or not to not define HAVE_JPEG in the first place :)

commit c94c0ad834265feaf077a1ac4d4162f7e5c48eef
Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Date:   Tue Jul 26 17:01:55 2016 +0100

    tests: fix simple-launch-lines when jpeg lib isn't present
    
    JPEG detection in configure.ac defines HAVE_JPEG to 0 if the
    jpeg lib isn't found, rather then not defining it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=769197