From c8c81ac5026c20ce60860dc9aa905e5e1634bed1 Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Sun, 9 Sep 2018 23:08:11 +0100 Subject: lavc: Add coded bitstream read/write support for AV1 --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index f3795833b1..db8d5c74e6 100755 --- a/configure +++ b/configure @@ -2271,6 +2271,7 @@ CONFIG_EXTRA=" bswapdsp cabac cbs + cbs_av1 cbs_h264 cbs_h265 cbs_jpeg @@ -2535,6 +2536,7 @@ w32threads_deps="atomics_native" threads_if_any="$THREADS_LIST" # subsystems +cbs_av1_select="cbs" cbs_h264_select="cbs golomb" cbs_h265_select="cbs golomb" cbs_jpeg_select="cbs" -- cgit v1.2.3