summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-03-05 22:00:20 +0100
committerwm4 <wm4@nowhere>2020-03-05 22:00:50 +0100
commit777615f1a354d713f24bcf18805c35d961315246 (patch)
tree01b22bdbc2f2a38c592a68cd7f1adf007b43c032
parent8427292eb7c4074e1205c3d73c53c9e82569325f (diff)
downloadmpv-777615f1a354d713f24bcf18805c35d961315246.tar.bz2
mpv-777615f1a354d713f24bcf18805c35d961315246.tar.xz
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.
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
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',