summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript7
1 files changed, 7 insertions, 0 deletions
diff --git a/wscript b/wscript
index 0bf62e983c..c4c980d026 100644
--- a/wscript
+++ b/wscript
@@ -702,6 +702,13 @@ hwaccel_features = [
'av_vda_alloc_context()',
framework='IOSurface',
use='libav')),
+ } , {
+ 'name': 'vda-default-init2',
+ 'desc': 'libavcodec VDA hwaccel (configurable AVVDAContext)',
+ 'deps': [ 'vda-hwaccel' ],
+ 'func': check_statement('libavcodec/vda.h',
+ 'av_vda_default_init2(NULL, NULL)',
+ use='libav'),
}, {
'name': '--vda-gl',
'desc': 'VDA with OpenGL',