diff options
author | Bradley Sepos <[email protected]> | 2018-06-03 16:21:09 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-06-03 16:24:43 -0400 |
commit | 0465678fff90b0608866731fad4d895cd91cdec0 (patch) | |
tree | c9d7508eadc5ee50464ae9316dc00f3caee9e0b0 /contrib/ffmpeg | |
parent | 1fe1a0d81b40b64a0b177bfae1d04d16a2bc0c6d (diff) |
contrib: build: Add AMF headers and --enable-vce.
#1144.
Diffstat (limited to 'contrib/ffmpeg')
-rw-r--r-- | contrib/ffmpeg/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index 833fc9ad6..f3ae0b1dd 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -1,4 +1,4 @@ -__deps__ := YASM BZIP2 ZLIB FDKAAC LIBVPX LAME LIBOPUS LIBSPEEX XZ +__deps__ := YASM AMF BZIP2 ZLIB FDKAAC LIBVPX LAME LIBOPUS LIBSPEEX XZ ifeq (1,$(FEATURE.qsv)) __deps__ += LIBMFX endif |