summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-03-28 23:15:18 -0300
committerJames Almer <jamrial@gmail.com>2018-03-29 00:05:45 -0300
commit99cc3cf7a26cd4113e5047034577027d8c6f07a2 (patch)
tree5d92c63f0bceae9ab148141de6acbe372c1a847a /configure
parentd039d7d4a4a56861e210761902bcf0617e0800fa (diff)
parent43778a501f1bfbceeddc8eaeea2ea2b3506beeda (diff)
Merge commit '43778a501f1bfbceeddc8eaeea2ea2b3506beeda'
* commit '43778a501f1bfbceeddc8eaeea2ea2b3506beeda': Support AV1 encoding using libaom This contains some extra changes taken from the libvpx encoder wrapper, most of them contained in the set_pix_fmt() function. Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index f8820aec09..9974bc1f55 100755
--- a/configure
+++ b/configure
@@ -3007,6 +3007,7 @@ h264_videotoolbox_encoder_select="videotoolbox_encoder"
hevc_videotoolbox_encoder_deps="pthreads"
hevc_videotoolbox_encoder_select="videotoolbox_encoder"
libaom_av1_decoder_deps="libaom"
+libaom_av1_encoder_deps="libaom"
libcelt_decoder_deps="libcelt"
libcodec2_decoder_deps="libcodec2"
libcodec2_encoder_deps="libcodec2"