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 792114 - opencv: allow compilation against 3.4.x
opencv: allow compilation against 3.4.x
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.x
Other Linux
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-01-02 09:21 UTC by Nicola
Modified: 2018-01-02 11:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (1.34 KB, patch)
2018-01-02 09:21 UTC, Nicola
committed Details | Review

Description Nicola 2018-01-02 09:21:42 UTC
Created attachment 366162 [details] [review]
proposed fix

.
Comment 1 Tim-Philipp Müller 2018-01-02 11:31:48 UTC
Thanks. Modified it slightly to make it <= instead.

commit a30247a4ff276ccecc724ceb9f6512d698e8edc9
Author: Nicola Murino <nicola.murino@gmail.com>
Date:   Tue Jan 2 10:12:11 2018 +0100

    opencv: allow compilation against 3.4.x
    
    https://bugzilla.gnome.org/show_bug.cgi?id=792114
Comment 2 Nicola 2018-01-02 11:35:12 UTC
Thanks.

I used < and not <= to avoid to send a new patch when opencv 3.4.x will be released
Comment 3 Tim-Philipp Müller 2018-01-02 11:42:55 UTC
Ah, that makes sense, I missed that, sorry. The meson version was wrong then I guess. I'll fix it.