diff options
author | Bradley Sepos <[email protected]> | 2018-06-03 18:30:42 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-06-03 18:30:42 -0400 |
commit | 70f7a66cefacc15977ac18e413af7117980a4a29 (patch) | |
tree | ed689618bb173aec9cc980185b847f6a3c37cb53 | |
parent | cc1d825afa463480d54f28f2c1fad4929f97446c (diff) |
contrib: Remove --enable-lzma from FFmpeg.
It is the default.
-rw-r--r-- | contrib/ffmpeg/module.defs | 1 |
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)" |