mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 21:27:08 +00:00
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',
|
'func': check_statement('libavcodec/version.h',
|
||||||
'int x[LIBAVCODEC_VERSION_MICRO >= 100 ? 1 : -1]',
|
'int x[LIBAVCODEC_VERSION_MICRO >= 100 ? 1 : -1]',
|
||||||
use='libavcodec'),
|
use='libavcodec'),
|
||||||
'default': 'disable',
|
|
||||||
}, {
|
}, {
|
||||||
# This check should always result in the opposite of ffmpeg-*.
|
# 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
|
# Run it to make sure is_ffmpeg didn't fail for some other reason than
|
||||||
|
Loading…
Reference in New Issue
Block a user