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 771867 - USE_VULKAN is not defined when using --disable-external
USE_VULKAN is not defined when using --disable-external
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.8.3
Other Linux
: Normal normal
: 1.8.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-23 09:33 UTC by Adrien CLERC
Modified: 2016-09-23 09:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adrien CLERC 2016-09-23 09:33:24 UTC
USE_VULKAN is not defined when using --disable-external.

The configure step failed.

It should be good to add a test for this particular flag, given the previous bug reports on it. (See #343602 #525100 and #732744)
Comment 1 Tim-Philipp Müller 2016-09-23 09:50:22 UTC
Thanks, this was fixed in master already, cherry-picked into 1.8 as well:

commit c8cc7bea434b1e6ccf6f9fdf4516bceae4bb3944
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Mon Sep 19 10:18:22 2016 +0100

    configure: fix --disable-external
    
    conditional "USE_VULKAN" was never defined
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771867