summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2018-06-03 18:30:42 -0400
committerBradley Sepos <[email protected]>2018-06-03 18:30:42 -0400
commit70f7a66cefacc15977ac18e413af7117980a4a29 (patch)
treeed689618bb173aec9cc980185b847f6a3c37cb53
parentcc1d825afa463480d54f28f2c1fad4929f97446c (diff)
contrib: Remove --enable-lzma from FFmpeg.
It is the default.
-rw-r--r--contrib/ffmpeg/module.defs1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs
index 2fbdd1cff..0b54a0859 100644
--- a/contrib/ffmpeg/module.defs
+++ b/contrib/ffmpeg/module.defs
@@ -49,7 +49,6 @@ FFMPEG.CONFIGURE.extra = \
--enable-encoder=libvpx_vp8 \
--enable-encoder=libvpx_vp9 \
--disable-decoder=*_crystalhd \
- --enable-lzma \
--cc="$(FFMPEG.GCC.gcc)" \
--extra-ldflags="$(call fn.ARGS,FFMPEG.GCC,*archs *sysroot *minver ?extra) -L$(call fn.ABSOLUTE,$(CONTRIB.build/)lib)"