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.
This commit is contained in:
wm4 2020-03-05 22:00:20 +01:00
parent 8427292eb7
commit 777615f1a3
1 changed files with 1 additions and 0 deletions

View File

@ -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',