diff options
author | James Almer <jamrial@gmail.com> | 2018-12-11 12:59:09 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-12-12 19:56:16 -0300 |
commit | 70ab2778be9c83dab84340af7e3ba83fa0f98576 (patch) | |
tree | f0873f68c7454dc4730a1ab57483d32c5b1ee3aa /configure | |
parent | 56f50183f38087e53c07cb670e5793f200d84d18 (diff) | |
download | ffmpeg-streaming-70ab2778be9c83dab84340af7e3ba83fa0f98576.zip ffmpeg-streaming-70ab2778be9c83dab84340af7e3ba83fa0f98576.tar.gz |
libdav1d: update API usage to the first stable release
The color fields were moved to another struct, and a way to propagate
timestamps and other input metadata was introduced, so the packet
fifo can be removed.
Add support for 12bit streams, an option to disable film grain, and
read the profile from the sequence header referenced by the ouput
picture instead of guessing based on output pix_fmt.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4676,7 +4676,7 @@ enabled libaom && { } enabled libbs2b && require_pkg_config libbs2b libbs2b bs2b.h bs2b_open enabled libdc1394 && require_pkg_config libdc1394 libdc1394-2 dc1394/dc1394.h dc1394_new -enabled libdav1d && require_pkg_config libdav1d "dav1d >= 0.0.1" dav1d/dav1d.h dav1d_version +enabled libdav1d && require_pkg_config libdav1d "dav1d >= 0.1.0" dav1d/dav1d.h dav1d_version enabled libdcadec && require libdcadec libdcadec/dca_context.h dcadec_context_create -ldcadec enabled libfaac && require libfaac "stdint.h faac.h" faacEncGetVersion -lfaac enabled libfdk_aac && require_pkg_config libfdk_aac fdk-aac "fdk-aac/aacenc_lib.h" aacEncOpen |