summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript6
1 files changed, 4 insertions, 2 deletions
diff --git a/wscript b/wscript
index aefa6dd82b..33b9abe609 100644
--- a/wscript
+++ b/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',