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