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 793212 - opencv: fix OPENCV_PATH_NAME when using meson
opencv: fix OPENCV_PATH_NAME when using meson
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-02-06 10:37 UTC by Guillaume Desmottes
Modified: 2018-02-06 13:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
opencv: fix OPENCV_PATH_NAME when using meson (967 bytes, patch)
2018-02-06 10:38 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2018-02-06 10:37:48 UTC
.
Comment 1 Guillaume Desmottes 2018-02-06 10:38:03 UTC
Created attachment 367945 [details] [review]
opencv: fix OPENCV_PATH_NAME when using meson

Meson was checking for $prefix/OpenCV but was then defining
OPENCV_PATH_NAME with 'OpenCv' rather than 'OpenCV'.
Comment 2 Tim-Philipp Müller 2018-02-06 13:07:21 UTC
Comment on attachment 367945 [details] [review]
opencv: fix OPENCV_PATH_NAME when using meson

Thanks!

commit 58ce84a3eae4d2c18d5288fe8b294cab8b587c22
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Feb 6 11:36:27 2018 +0100

    opencv: fix OPENCV_PATH_NAME when using meson
    
    Meson was checking for $prefix/OpenCV but was then defining
    OPENCV_PATH_NAME with 'OpenCv' rather than 'OpenCV'.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=793212