mirror of https://github.com/mpv-player/mpv
build: accept ffmpeg git by default
VP9 is still broken due to a difference with Libav, though.
This commit is contained in:
parent
d5dae869c6
commit
20894016cc
1
wscript
1
wscript
|
@ -470,7 +470,6 @@ libav_dependencies = [
|
|||
'func': check_statement('libavcodec/version.h',
|
||||
'int x[LIBAVCODEC_VERSION_MICRO >= 100 ? 1 : -1]',
|
||||
use='libavcodec'),
|
||||
'default': 'disable',
|
||||
}, {
|
||||
# This check should always result in the opposite of ffmpeg-*.
|
||||
# Run it to make sure is_ffmpeg didn't fail for some other reason than
|
||||
|
|
Loading…
Reference in New Issue