mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 21:00:21 +00:00
wscript: add ANGLE_EXPORT definition
It always needed when linking ANGLE libs
This commit is contained in:
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',
|
||||
|
||||
Reference in New Issue
Block a user