summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2016-12-17 17:23:10 -0500
committerBradley Sepos <[email protected]>2016-12-17 17:23:10 -0500
commit1f205853b17e6d972040edc97e224e13b2f0e43c (patch)
treee5c6c278dcafdde5f8f68ce289f104f45e754235 /contrib
parent25f6aad84fbf8925dc830e70302761da0f95ffe8 (diff)
contrib: Disable libav vaapi.
We're not using it (yet) and it seems to be causing build problems with Jenkins.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ffmpeg/module.defs1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs
index de4009080..7f2ac6997 100644
--- a/contrib/ffmpeg/module.defs
+++ b/contrib/ffmpeg/module.defs
@@ -31,6 +31,7 @@ FFMPEG.CONFIGURE.extra = \
--disable-muxers \
--disable-network \
--disable-hwaccels \
+ --disable-vaapi \
--disable-encoders \
--enable-libmp3lame \
--enable-encoder=aac \