summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript16
1 files changed, 1 insertions, 15 deletions
diff --git a/wscript b/wscript
index bb85dc3867..e7f09bb5b7 100644
--- a/wscript
+++ b/wscript
@@ -826,7 +826,7 @@ hwaccel_features = [
' ? 1 : -1]',
use='libav'),
}, {
- 'name': '--videotoolbox-hwaccel-new',
+ 'name': 'videotoolbox-hwaccel',
'desc': 'libavcodec videotoolbox hwaccel (new API)',
'deps': 'gl-cocoa || ios-gl',
'func': check_statement('libavcodec/version.h',
@@ -835,20 +835,6 @@ hwaccel_features = [
' ? 1 : -1]',
use='libav'),
}, {
- 'name': '--videotoolbox-hwaccel-old',
- 'desc': 'libavcodec videotoolbox hwaccel (old API)',
- 'deps': '(gl-cocoa || ios-gl) && !videotoolbox-hwaccel-new',
- 'func': compose_checks(
- check_headers('VideoToolbox/VideoToolbox.h'),
- check_statement('libavcodec/videotoolbox.h',
- 'av_videotoolbox_alloc_context()',
- use='libav')),
- }, {
- 'name': 'videotoolbox-hwaccel',
- 'desc': 'libavcodec videotoolbox hwaccel',
- 'deps': 'videotoolbox-hwaccel-new || videotoolbox-hwaccel-old',
- 'func': check_true,
- }, {
'name': '--videotoolbox-gl',
'desc': 'Videotoolbox with OpenGL',
'deps': 'gl-cocoa && videotoolbox-hwaccel',