diff options
author | wm4 <wm4@nowhere> | 2016-09-13 20:16:18 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-09-13 20:16:45 +0200 |
commit | 5819a4e301c3babe94ffe0a9eb80e0a512b9b646 (patch) | |
tree | 855b547db7fa77735077dc19aa6846bd418657d7 /wscript | |
parent | 060599ac6a0e451ebdda8cbd15473ad04ad7d310 (diff) | |
download | mpv-5819a4e301c3babe94ffe0a9eb80e0a512b9b646.tar.bz2 mpv-5819a4e301c3babe94ffe0a9eb80e0a512b9b646.tar.xz |
vo_opengl: rpi: use new egl context creation helper function
Only for the "new" vo_opengl backend code.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -846,7 +846,7 @@ video_output_features = [ }, { 'name': 'egl-helpers', 'desc': 'EGL helper functions', - 'deps_any': [ 'egl-x11', 'mali-fbdev' ], + 'deps_any': [ 'egl-x11', 'mali-fbdev', 'rpi' ], 'func': check_true } ] |