mirror of https://github.com/mpv-player/mpv
wscript: add ANGLE_EXPORT definition
It always needed when linking ANGLE libs
This commit is contained in:
parent
796b48b2a3
commit
5544ffecd9
2
wscript
2
wscript
|
@ -742,7 +742,7 @@ video_output_features = [
|
|||
'groups': [ 'gl' ],
|
||||
'func': check_statement(['EGL/egl.h'],
|
||||
'eglCreateWindowSurface(0, 0, 0, 0)',
|
||||
cflags="-DGL_APICALL= -DEGLAPI= -DANGLE_NO_ALIASES",
|
||||
cflags="-DGL_APICALL= -DEGLAPI= -DANGLE_NO_ALIASES -DANGLE_EXPORT=",
|
||||
lib=['EGL', 'GLESv2', 'dxguid', 'd3d9', 'gdi32', 'stdc++'])
|
||||
} , {
|
||||
'name': '--vdpau',
|
||||
|
|
Loading…
Reference in New Issue