build: fix cuda test

This commit is contained in:
wm4 2017-11-02 00:51:54 +01:00
parent 27ab99dc3e
commit 09c61347a8
1 changed files with 1 additions and 1 deletions

View File

@ -852,7 +852,7 @@ hwaccel_features = [
'desc': 'CUDA hwaccel',
'deps': 'gl',
'func': check_cc(fragment=load_fragment('cuda.c'),
use='libav'),
use='libavcodec'),
}
]