diff options
author | wm4 <wm4@nowhere> | 2017-11-29 03:11:41 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-11-29 03:11:41 +0100 |
commit | 20894016cc44516a169dec9e7f030ec62ee25065 (patch) | |
tree | 95e834690cd701e51f93678740231424f7ea11ec /wscript | |
parent | d5dae869c6522a8d95a1bc762a4133e675d08c63 (diff) |
build: accept ffmpeg git by default
VP9 is still broken due to a difference with Libav, though.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |