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 780392 - Wrong variable check in meson.build
Wrong variable check in meson.build
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-omx
git master
Other Linux
: Normal normal
: 1.11.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-03-22 11:59 UTC by gurkirpal204
Modified: 2017-03-22 12:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch fixing the issue (612 bytes, patch)
2017-03-22 11:59 UTC, gurkirpal204
committed Details | Review

Description gurkirpal204 2017-03-22 11:59:01 UTC
Created attachment 348473 [details] [review]
patch fixing the issue

HAVE_THEORA is set by checking have_omx_vp8 when have_omx_theora is supposed to be used.
Comment 1 Tim-Philipp Müller 2017-03-22 12:11:53 UTC
Thank for the patch! pushed:

commit 8fd5d04fefd3bcbc013e52042b7645183e327597
Author: Gurkirpal Singh <gurkirpal204@gmail.com>
Date:   Wed Mar 22 17:18:09 2017 +0530

    meson: fix logic to set HAVE_THEORA
    
    https://bugzilla.gnome.org/show_bug.cgi?id=780392