mirror of https://github.com/mpv-player/mpv
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:
parent
8427292eb7
commit
777615f1a3
1
wscript
1
wscript
|
@ -744,6 +744,7 @@ video_output_features = [
|
||||||
'name': '--rpi',
|
'name': '--rpi',
|
||||||
'desc': 'Raspberry Pi support',
|
'desc': 'Raspberry Pi support',
|
||||||
'func': check_pkg_config('brcmegl'),
|
'func': check_pkg_config('brcmegl'),
|
||||||
|
'default': 'disable',
|
||||||
} , {
|
} , {
|
||||||
'name': '--ios-gl',
|
'name': '--ios-gl',
|
||||||
'desc': 'iOS OpenGL ES hardware decoding interop support',
|
'desc': 'iOS OpenGL ES hardware decoding interop support',
|
||||||
|
|
Loading…
Reference in New Issue