aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2022-10-10 23:38:57 -0300
committerJames Almer <jamrial@gmail.com>2022-10-19 10:13:37 -0300
commitf58f238936104b6683ff4a9b584d4cd597f06709 (patch)
tree4584ddd7c8d457f78d79455f9422a1a63314aa5e /configure
parentd569958d2952ac5b5ed4334ffba04bfe1a55a967 (diff)
downloadffmpeg-f58f238936104b6683ff4a9b584d4cd597f06709.tar.gz
avcodec/librav1e: export extradata on init()
librav1e provides a function to create extradata, so use it instead of extracting the sequence header OBU from packets. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index f3fd91f592..e10945f178 100755
--- a/configure
+++ b/configure
@@ -3379,7 +3379,6 @@ libopus_decoder_deps="libopus"
libopus_encoder_deps="libopus"
libopus_encoder_select="audio_frame_queue"
librav1e_encoder_deps="librav1e"
-librav1e_encoder_select="extract_extradata_bsf"
librsvg_decoder_deps="librsvg"
libshine_encoder_deps="libshine"
libshine_encoder_select="audio_frame_queue mpegaudioheader"