mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +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',
|
'name': '--libavdevice',
|
||||||
'desc': 'libavdevice',
|
'desc': 'libavdevice',
|
||||||
'func': check_pkg_config('libavdevice', '>= 57.0.0'),
|
'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',
|
'name': 'avutil-content-light-level',
|
||||||
'desc': 'libavutil content light level struct',
|
'desc': 'libavutil content light level struct',
|
||||||
|
Loading…
Reference in New Issue
Block a user