summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2015-08-19 00:12:13 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2015-08-19 00:12:33 +0200
commit2dac2efce41ad39c3c3eb8ff4e9eacfc030803e0 (patch)
tree609ccbcab4302d76b7123d79c92fa87145bf5ee4 /wscript
parent1b7883a3e57a39edfd39732efde5cd02417e3ebd (diff)
downloadmpv-2dac2efce41ad39c3c3eb8ff4e9eacfc030803e0.tar.bz2
mpv-2dac2efce41ad39c3c3eb8ff4e9eacfc030803e0.tar.xz
Revert "build: workaround for broken waf crap"
This reverts commit 1b7883a3e57a39edfd39732efde5cd02417e3ebd.
Diffstat (limited to 'wscript')
-rw-r--r--wscript8
1 files changed, 1 insertions, 7 deletions
diff --git a/wscript b/wscript
index 4234b6dbbb..13b13a2ac5 100644
--- a/wscript
+++ b/wscript
@@ -674,7 +674,7 @@ video_output_features = [
# every project to hardcode the paths to the include directories. Also,
# these headers are so broken that they spam tons of warnings by merely
# including them (compensate with -isystem and -fgnu89-inline).
- 'name': '--not-really-rpi',
+ 'name': '--rpi',
'desc': 'Raspberry Pi support',
'func': compose_checks(
check_cc(cflags="-isystem/opt/vc/include/ "+
@@ -691,12 +691,6 @@ video_output_features = [
check_statement('GL/gl.h', '(void)GL_RGB32F'), # arbitrary OpenGL 3.0 symbol
check_statement('GL/gl.h', '(void)GL_LUMINANCE16') # arbitrary OpenGL legacy-only symbol
),
- }, {
- # workaround for buggy compose_checks
- 'name': 'rpi',
- 'desc': 'RPI',
- 'deps': ['not-really-rpi'],
- 'func': check_true,
} , {
'name': '--gl',
'desc': 'OpenGL video outputs',