mirror of
https://github.com/mpv-player/mpv
synced 2025-01-12 18:02:36 +00:00
wscript: fix --egl-angle-lib for waf 1.9
This commit is contained in:
parent
e69b69add3
commit
f9369750b1
6
wscript
6
wscript
@ -663,8 +663,10 @@ video_output_features = [
|
||||
'groups': [ 'gl' ],
|
||||
'func': check_statement(['EGL/egl.h'],
|
||||
'eglCreateWindowSurface(0, 0, 0, 0)',
|
||||
cflags="-DGL_APICALL= -DEGLAPI= -DANGLE_NO_ALIASES -DANGLE_EXPORT=",
|
||||
lib=['EGL', 'GLESv2', 'dxguid', 'd3d9', 'gdi32', 'stdc++'])
|
||||
cflags=['-DGL_APICALL=', '-DEGLAPI=',
|
||||
'-DANGLE_NO_ALIASES', '-DANGLE_EXPORT='],
|
||||
lib=['EGL', 'GLESv2', 'dxguid', 'd3d9',
|
||||
'gdi32', 'stdc++'])
|
||||
} , {
|
||||
'name': '--vdpau',
|
||||
'desc': 'VDPAU acceleration',
|
||||
|
Loading…
Reference in New Issue
Block a user