mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
wscript: remove redundant check
We're not using this function directly.
This commit is contained in:
parent
ae7db6503b
commit
a730717281
6
wscript
6
wscript
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user