wscript: remove redundant check

We're not using this function directly.
This commit is contained in:
wm4 2017-09-26 19:00:55 +02:00
parent ae7db6503b
commit a730717281
1 changed files with 0 additions and 6 deletions

View File

@ -486,12 +486,6 @@ FFmpeg/Libav libraries. You need at least {0}. Aborting.".format(libav_versions_
'name': '--libavdevice',
'desc': 'libavdevice',
'func': check_pkg_config('libavdevice', '>= 57.0.0'),
}, {
'name': 'avutil-imgcpy-uc',
'desc': 'libavutil GPU memcpy for hardware decoding',
'func': check_statement('libavutil/imgutils.h',
'av_image_copy_uc_from(0,0,0,0,0,0,0)',
use='libav'),
}, {
'name': 'avutil-content-light-level',
'desc': 'libavutil content light level struct',