summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-11-29 03:11:41 +0100
committerwm4 <wm4@nowhere>2017-11-29 03:11:41 +0100
commit20894016cc44516a169dec9e7f030ec62ee25065 (patch)
tree95e834690cd701e51f93678740231424f7ea11ec /wscript
parentd5dae869c6522a8d95a1bc762a4133e675d08c63 (diff)
downloadmpv-20894016cc44516a169dec9e7f030ec62ee25065.tar.bz2
mpv-20894016cc44516a169dec9e7f030ec62ee25065.tar.xz
build: accept ffmpeg git by default
VP9 is still broken due to a difference with Libav, though.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index 77b2ed4dd2..ae1bfb87f4 100644
--- a/wscript
+++ b/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