From 777615f1a354d713f24bcf18805c35d961315246 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 5 Mar 2020 22:00:20 +0100 Subject: build: disable RPI vendor blob auto-detection Apparently this bit-rotted a lot, and now causes more problems that it helps. In particular picking up broadcom EGL instead of Mesa EGL will break things. With RPI getting proper Mesa/DRM/V4L support, this problem should solve itself as well. --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index 71574e79ac..523e7b25b1 100644 --- a/wscript +++ b/wscript @@ -744,6 +744,7 @@ video_output_features = [ 'name': '--rpi', 'desc': 'Raspberry Pi support', 'func': check_pkg_config('brcmegl'), + 'default': 'disable', } , { 'name': '--ios-gl', 'desc': 'iOS OpenGL ES hardware decoding interop support', -- cgit v1.2.3