diff options
author | John Stebbins <[email protected]> | 2018-05-29 12:50:22 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2018-05-29 14:29:29 -0700 |
commit | e52abd8813732080752eff10e4762e47ddca037c (patch) | |
tree | 9a5ee6381db0b113fe29d72ad12840135086a619 /contrib/ffmpeg/module.defs | |
parent | f314b7673fcd0d95a30d10e5f1e5b32bebbad092 (diff) |
contrib: add lzma support
lzma may be used by the ffmpeg tiff decoder which can be used in
matroska files.
Diffstat (limited to 'contrib/ffmpeg/module.defs')
-rw-r--r-- | contrib/ffmpeg/module.defs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index 173bc3459..d671dbe81 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -1,4 +1,4 @@ -__deps__ := YASM FDKAAC LIBVPX LAME LIBOPUS LIBSPEEX +__deps__ := YASM FDKAAC LIBVPX LAME LIBOPUS LIBSPEEX XZ ifeq (1,$(FEATURE.qsv)) __deps__ += LIBMFX endif @@ -63,6 +63,7 @@ FFMPEG.CONFIGURE.extra = \ --disable-decoder=wmv3_crystalhd \ --disable-bzlib \ --disable-zlib \ + --enable-lzma \ --cc="$(FFMPEG.GCC.gcc)" \ --extra-ldflags="$(call fn.ARGS,FFMPEG.GCC,*archs *sysroot *minver ?extra) -L$(call fn.ABSOLUTE,$(CONTRIB.build/)lib)" |